orangecontrib.tomwer.widgets.control.EmailOW.EmailOW#
- class orangecontrib.tomwer.widgets.control.EmailOW.EmailOW(*args, captionTitle=None, **kwargs)#
This widget will browse a folder and sub folder to find valid tomo scan project. Contrary to the scan watcher it will parse all folder / sub folders then stop.
- class Inputs#
- configuration = Input(name='configuration', type=<class 'object'>, handler='configuration_ewoks_setter', ...)#
- tomo_obj = Input(name='tomo_obj', type=<class 'object'>, handler='tomo_obj_ewoks_setter', ...)#
- configuration_ewoks_setter(value)#
- default_inputs = Setting "None"#
-
description:
str
= 'This widget will send an email to receivers when the input is provided. \n'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
TomoEmailTask
- getConfiguration()#
- Return type:
dict
- get_task_inputs()#
Default inputs overwritten by inputs from previous tasks
-
icon:
str
= 'icons/email.svg'# Widget icon path, relative to the defining module.
- id = 'orangecontrib.widgets.tomwer.control.EmailOW.EmailOW'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'tomwer', 'tomo_obj', 'email', 'notifier', 'notification']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'email notifier'# Widget name, as presented in the Canvas.
-
priority:
int
= 146# Widget priority, used for sorting within a category.
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
- setConfiguration(config)#
-
settingsHandler:
SettingsHandler
= <orangewidget.settings.SettingsHandler object># Settings handler, can be overridden for context handling.
- sizeHint(self) QSize #
- tomo_obj_ewoks_setter(value)#
- 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)