orangecontrib.tomwer.widgets.other.TomoObjsHub.TomoObjsHubOW#
- class orangecontrib.tomwer.widgets.other.TomoObjsHub.TomoObjsHubOW(*args, captionTitle=None, **kwargs)#
-
- class Outputs#
- tomo_objs = Output(name='tomo_obj', type=<class 'tomwer.core.tomwer_object.TomwerObject'>, ...)#
- description: str = 'takes a list of tomo_obj in entry and trigger a tomo_obj scalar for each element in downstream'#
Short widget description, displayed in canvas help tooltips.
- execute(value, id=None)#
- icon: str = 'icons/hub.svg'#
Widget icon path, relative to the defining module.
- keywords: Union[str, List[str]] = ['hub', 'tomo-obj', 'tomobj']#
Widget keywords, used for finding it in the quick menu.
- name: str = 'Tomo objs hub'#
Widget name, as presented in the Canvas.
- priority: int = 4000#
Widget priority, used for sorting within a category.
- settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- want_basic_layout = False#
Should the widget have basic layout? (if not, the rest of the GUI layout settings are ignored)
- want_control_area = False#
Should the widget construct a controlArea?
- want_main_area = False#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)