orangecontrib.ewoksnotify.ToneNotifierOW.ToneNotifierOW#
- class orangecontrib.ewoksnotify.ToneNotifierOW.ToneNotifierOW(*args, captionTitle=None, **kwargs)#
simple widget which pop up, ring and closes when recive a new object
- class Inputs#
- object = Input(name='object', type=<class 'object'>, handler='object_ewoks_input_setter', ...)#
- default_inputs = Setting "None"#
- description = 'Simple widget which pop up for 2 second when recives a new object and emit a tone'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
ToneTask
- 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).
- handleNewSignals()#
Invoked by the workflow signal propagation manager after all signals handlers have been called.
- Return type:
None
- icon = 'icons/notification.png'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.ewoksnotify.ToneNotifierOW'#
- keywords = ['notifier', 'notification', 'ewoks', 'ewoksnotify']#
Widget keywords, used for finding it in the quick menu.
- name = 'tone notifier'#
Widget name, as presented in the Canvas.
- object_ewoks_input_setter(value)#
- priority = 145#
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)