orangecontrib.ewoksdemo.sumtask.OWSumTask#
- class orangecontrib.ewoksdemo.sumtask.OWSumTask(*args, captionTitle=None, **kwargs)#
- class Inputs#
- a = Input(name='A', type=<class 'object'>, handler='a_ewoks_input_setter', ...)#
- b = Input(name='B', type=<class 'object'>, handler='b_ewoks_input_setter', ...)#
- c = Input(name='C', type=<class 'int'>, handler='c_ewoks_input_setter', ...)#
- delay = Input(name='delay', type=<class 'object'>, handler='delay_ewoks_input_setter', ...)#
- a_ewoks_input_setter(value)#
- b_ewoks_input_setter(value)#
- c_ewoks_input_setter(value)#
- default_inputs = Setting "None"#
- delay_ewoks_input_setter(value)#
- description = 'Adds two numbers'#
Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
SumTask
- icon = 'icons/sum.png'#
Widget icon path, relative to the defining module.
- name = 'SumTask'#
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)