ewoksorange.bindings.owsignals#

Functions

get_ewoks_to_orange_mapping(widget_class, ...)

get_input_names(widget_class)

Returns the Orange signal names, not the Ewoks output names

get_orange_to_ewoks_mapping(widget_class, ...)

get_output_names(widget_class)

Returns the Orange signal names, not the Ewoks output names

get_signal_container(widget_class, direction)

get_signals(signal_container[, orange_to_ewoks])

Returns a map from ewoks names to signal objects

is_signal(obj)

receive_dynamic_input(name)

signal_ewoks_to_orange_name(widget_class, ...)

signal_orange_to_ewoks_name(widget_class, ...)

validate_inputs(namespace[, name_to_ignore])

Adds missing Orange inputs by compaing the existing Orange inputs with the ewoks inputs.

validate_outputs(namespace[, name_to_ignore])

Adds missing Orange outputs by compaing the existing Orange outputs with the ewoks outputs.