orangecontrib.ewoksnotify.WaiterOW.WaiterOW#
- class orangecontrib.ewoksnotify.WaiterOW.WaiterOW(*args, captionTitle=None, **kwargs)#
simple widget that sleeps for n seconds when received an object then release it
- class Inputs#
- object = Input(name='object', type=<class 'object'>, handler='object_ewoks_input_setter', ...)#
- default_inputs = Setting "None"#
- description = 'simple widget that sleeps for n seconds when received an object then release it'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
WaiterTask
- get_task_inputs()#
Merge default and dynamic inputs producing the inputs mapping used by tasks.
- Returns:
Mapping of input name -> Variable or value (may include missing markers).
- icon = 'icons/waiter.png'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.ewoksnotify.WaiterOW'#
- keywords = ['waiter', 'ewoks', 'ewoksnotify']#
Widget keywords, used for finding it in the quick menu.
- name = 'waiter'#
Widget name, as presented in the Canvas.
- object_ewoks_input_setter(value)#
- priority = 160#
Widget priority, used for sorting within a category.
- resizing_enabled = False#
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_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)