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

Default inputs overwritten by inputs from previous tasks

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

Widget icon path, relative to the defining module.

id = 'orangecontrib.ewoksnotify.WaiterOW'#
keywords: Union[str, List[str]] = ['waiter', 'ewoks', 'ewoksnotify']#

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

name: str = 'waiter'#

Widget name, as presented in the Canvas.

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