orangecontrib.tomwer.widgets.control.TomoObjSeriesOW.TomoObjSeriesOW#

class orangecontrib.tomwer.widgets.control.TomoObjSeriesOW.TomoObjSeriesOW(*args, captionTitle=None, **kwargs)#
class Inputs#
tomo_obj = Input(name='tomo obj', type=<class 'tomwer.core.tomwer_object.TomwerObject'>, handler='addTomoObj', ...)#
class Outputs#
series = Output(name='series', type=<class 'tomoscan.series.Series'>, ...)#
addTomoObj(value, id=None)#
description: str = 'Allow user define a series of object that will be defined as a Series (grouped together and can be used within a purpose like stitching)'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of _TomoobjseriesPlaceHolder

icon: str = 'icons/tomoobjseries.svg'#

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.tomoobjseriesow'#
keywords: Union[str, List[str]] = ['tomography', 'selection', 'tomwer', 'series', 'group']#

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

name: str = 'series of objects'#

Widget name, as presented in the Canvas.

priority: int = 55#

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)

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)