orangecontrib.tomwer.widgets.control.DataListOW.DataListOW#

class orangecontrib.tomwer.widgets.control.DataListOW.DataListOW(*args, captionTitle=None, **kwargs)#
class Inputs#
data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='add', ...)#
class Outputs#
data = Output(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, ...)#
add(value, id=None)#
description: str = 'List path to reconstructions/scans. Those path will be send to the next box once validated.'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of _ScanListPlaceHolder

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

Widget icon path, relative to the defining module.

id = 'orange.widgets.tomwer.scanlist'#
keyPressEvent(event)#

To shortcut orange and make sure the delete key will be interpreted we need to overwrite this function

keywords: Union[str, List[str]] = ['tomography', 'file', 'tomwer', 'folder']#

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

name: str = 'scan list'#

Widget name, as presented in the Canvas.

priority: int = 50#

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)