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:
str
= 'Simple widget which wait for a defined amont of time andrelease the data'# Short widget description, displayed in canvas help tooltips.
-
icon:
str
= 'icons/time.png'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.filterow'#
-
keywords:
Union
[str
,List
[str
]] = ['control', 'timer', 'wait', 'data']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'timer'# Widget name, as presented in the Canvas.
-
priority:
int
= 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:
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)