orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW#
- class orangecontrib.tomwer.widgets.control.DataSelectorOW.DataSelectorOW(*args, captionTitle=None, **kwargs)#
- class Inputs#
- data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='addScan', ...)#
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- add(scan)#
- addScan(value, id=None)#
- changeSelection(list_objs)#
- description: str = 'List all received scan. Then user can select a specificscan to be passed to the next widget.'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
_ScanSelectorPlaceHolder
- icon: str = 'icons/scanselector.svg'#
Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.scanselector'#
- keyPressEvent(event)#
Forward: * delete key (shortcut orange and make sure the delete key will be interpreted we need to overwrite this function) * Ctrl + A to select all the scan
- keywords: Union[str, List[str]] = ['tomography', 'selection', 'tomwer', 'scan', 'data']#
Widget keywords, used for finding it in the quick menu.
- n_scan()#
- name: str = 'scan selector'#
Widget name, as presented in the Canvas.
- priority: int = 42#
Widget priority, used for sorting within a category.
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- selectAll()#
- send()#
send output signals for each selected items
- setActiveScan(data)#
- settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- want_control_area = False#
Should the widget construct a controlArea?
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)