mantidimaging.gui.windows.operations.presenter module#
- class mantidimaging.gui.windows.operations.presenter.FiltersWindowPresenter(view: FiltersWindowView, main_window: MainWindowView)[source]#
Bases:
BasePresenter
- divider = '------------------------------------'#
- init_roi_field(roi_field: QLineEdit)[source]#
Sets the initial value of the crop coordinates line edit widget so that it doesn’t contain values that are larger than the image. :param roi_field: The ROI field line edit widget.
- is_a_proj180deg(stack_to_check: ImageStack)[source]#
- property main_window: MainWindowView#
- property max_preview_image_idx#
- set_stack(stack: ImageStack | None)[source]#
- stack: ImageStack | None = None#
- view: FiltersWindowView#
- class mantidimaging.gui.windows.operations.presenter.Notification(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Bases:
Enum
- APPLY_FILTER = 2#
- APPLY_FILTER_TO_ALL = 3#
- REGISTER_ACTIVE_FILTER = 1#
- SCROLL_PREVIEW_DOWN = 6#
- SCROLL_PREVIEW_UP = 5#
- UPDATE_PREVIEWS = 4#