mantidimaging.gui.windows.add_images_to_dataset_dialog.presenter module#

class mantidimaging.gui.windows.add_images_to_dataset_dialog.presenter.AddImagesToDatasetPresenter(view: AddImagesToDatasetDialog)[source]#

Bases: BasePresenter

property images#
load_images() None[source]#

Loads the images from the file path provided by the user.

notify(n: Notification) None[source]#
view: AddImagesToDatasetDialog#
class mantidimaging.gui.windows.add_images_to_dataset_dialog.presenter.Notification(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

IMAGE_FILE_SELECTED = 1#