mantidimaging.gui.dialogs.op_history_copy.presenter module

class mantidimaging.gui.dialogs.op_history_copy.presenter.OpHistoryCopyDialogPresenter(view, images: ImageStack, main_window)[source]

Bases: BasePresenter

display_op_history()[source]
do_apply_ops()[source]
do_selected_ops_changed()[source]
history_with_new_ops(applied_ops: Iterable[ImageOperation]) Dict[str, Any][source]
main_window: MainWindowView
operations: List[ImageOperation]
set_source_stack(uuid)[source]
set_target_stack(uuid)[source]
view: OpHistoryCopyDialogView