orangecontrib.tomwer.widgets.control.TimerOW.TimerOW#
- class orangecontrib.tomwer.widgets.control.TimerOW.TimerOW(*args, captionTitle=None, **kwargs)#
- class Inputs#
- data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='process', ...)#
- class Outputs#
- data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
- description = 'Simple widget which wait for a defined amont of time andrelease the data'#
Short widget description, displayed in canvas help tooltips.
- icon = 'icons/time.png'#
Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.filterow'#
- keywords = ['control', 'timer', 'wait', 'data']#
Widget keywords, used for finding it in the quick menu.
- name = 'timer'#
Widget name, as presented in the Canvas.
- priority = 200#
Widget priority, used for sorting within a category.
- process(value, id=None)#
- reprocess(dataset)#
Reprocess a dataset.
- Parameters:
dataset (Dataset) – dataset to reprocess
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)