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_setter', ...)#
class Outputs#
object = Output(name='object', type=<class 'object'>, ...)#
default_inputs = Setting "None"#
description: str = '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()#

Default inputs overwritten by inputs from previous tasks

handleNewSignals()#

Invoked by the workflow signal propagation manager after all signals handlers have been called.

Return type:

None

icon: str = 'icons/notification.png'#

Widget icon path, relative to the defining module.

id = 'orangecontrib.ewoksnotify.ToneNotifierOW'#
keywords: Union[str, List[str]] = ['notifier', 'notification', 'ewoks', 'ewoksnotify']#

Widget keywords, used for finding it in the quick menu.

name: str = 'tone notifier'#

Widget name, as presented in the Canvas.

object_ewoks_setter(value)#
priority: int = 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: 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)