orangecontrib.ewokstest.sumlist_stack.SumListWithTaskStack#
- class orangecontrib.ewokstest.sumlist_stack.SumListWithTaskStack(*args, captionTitle=None, **kwargs)#
Simple demo class that will process task with a FIFO stack and one thread connected with the stack
- class Inputs#
- delay = Input(name='delay', type=<class 'object'>, handler='delay_ewoks_input_setter', ...)#
- list = Input(name='list', type=<class 'object'>, handler='list_ewoks_input_setter', ...)#
- default_inputs = Setting "None"#
- delay_ewoks_input_setter(value)#
- description = 'Sum all elements of a list using a thread and a stack'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
SumList3
- icon = 'icons/mywidget.svg'#
Widget icon path, relative to the defining module.
- list_ewoks_input_setter(value)#
- name = 'SumList with one thread and a stack'#
Widget name, as presented in the Canvas.
- settingsHandler = <orangewidget.settings.SettingsHandler object>#
Settings handler, can be overridden for context handling.
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)