mantidimaging.gui.windows.live_viewer.presenter module¶
- class mantidimaging.gui.windows.live_viewer.presenter.LiveViewerWindowPresenter(view: LiveViewerWindowView, main_window: MainWindowView)[source]¶
Bases:
BasePresenter
The presenter for the Live Viewer window.
This presenter is responsible for handling user interaction with the view and updating the model and view accordingly to look after the state of the window.
- model: LiveViewerWindowModel¶
- update_image_list(images_list: list[Image_Data]) None [source]¶
Update the image in the view.
- update_image_modified(image_path: Path)[source]¶
Update the displayed image when the file is modified
- view: LiveViewerWindowView¶