mantidimaging.gui.widgets.stack_selector.presenter module

class mantidimaging.gui.widgets.stack_selector.presenter.Notification(value)[source]

Bases: Enum

An enumeration.

RELOAD_STACKS = 0
SELECT_ELIGIBLE_STACK = 1
class mantidimaging.gui.widgets.stack_selector.presenter.StackSelectorWidgetPresenter(view)[source]

Bases: BasePresenter

do_reload_stacks()[source]
do_select_eligible_stack()[source]
handle_selection(index)[source]
notify(signal)[source]
view: StackSelectorWidgetView