orangecontrib.tomwer.widgets.control.NotifierOW.NotifierWidgetOW#
- class orangecontrib.tomwer.widgets.control.NotifierOW.NotifierWidgetOW(*args, captionTitle=None, **kwargs)#
simple widget which pop up and closes when recive a new object
- class Inputs#
- tomo_obj = Input(name='tomo_obj', type=<class 'tomwer.core.tomwer_object.TomwerObject'>, handler='process', ...)#
- class Outputs#
- tomo_obj = Output(name='tomo_obj', type=<class 'tomwer.core.tomwer_object.TomwerObject'>, ...)#
- description: str = 'Simple widget which pop up for 2 second when recives a new object'#
Short widget description, displayed in canvas help tooltips.
- icon: str = 'icons/notification.png'#
Widget icon path, relative to the defining module.
- id = 'orangecontrib.tomwer.widgets.control.NotifierOW'#
- keywords: Union[str, List[str]] = ['control', 'notifier', 'notification']#
Widget keywords, used for finding it in the quick menu.
- name: str = 'notifier'#
Widget name, as presented in the Canvas.
- notify(tomo_obj)#
- priority: int = 145#
Widget priority, used for sorting within a category.
- process(value, id=None)#
- 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)