Ejemplo n.º 1
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self,
                              parent,
                              _("Scanner autocheck"),
                              selected_callback=on_selected_callback,
                              has_undo=False,
                              has_restore=False)
Ejemplo n.º 2
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self,
                              parent,
                              _("Video settings"),
                              selected_callback=on_selected_callback,
                              has_undo=False,
                              restore_callback=self._set_resolution)
Ejemplo n.º 3
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self,
                              parent,
                              _("Scan parameters"),
                              has_undo=False,
                              has_restore=False)
     self.main = self.GetParent().GetParent().GetParent()
Ejemplo n.º 4
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self,
                              parent,
                              _("Point cloud color"),
                              has_undo=False,
                              has_restore=False)
     self.main = self.GetParent().GetParent().GetParent()
Ejemplo n.º 5
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self, parent, _("Point cloud ROI"))
     self.main = self.GetParent().GetParent().GetParent()
Ejemplo n.º 6
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(
         self, parent, _("Rotating platform"), has_undo=False)
     self.main = self.GetParent().GetParent().GetParent()
Ejemplo n.º 7
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self, parent, _("Calibration segmentation"))
Ejemplo n.º 8
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self, parent, _("Scan capture"))
Ejemplo n.º 9
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self,
                              parent,
                              _("Platform extrinsics"),
                              selected_callback=on_selected_callback,
                              has_undo=False)
Ejemplo n.º 10
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self,
                              parent,
                              _("Laser triangulation"),
                              selected_callback=on_selected_callback,
                              has_undo=False)
Ejemplo n.º 11
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self,
                              parent,
                              _("Pattern settings"),
                              selected_callback=on_selected_callback)
Ejemplo n.º 12
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self,
                              parent,
                              _("Laser control"),
                              has_undo=False,
                              has_restore=False)
Ejemplo n.º 13
0
 def __init__(self, parent, on_selected_callback):
     ExpandablePanel.__init__(self, parent, _("Camera control"))
     self.current_framerate = None