src.edit.dataset_info package¶
Submodules¶
src.edit.dataset_info.dataset_info_controller module¶
Dataset info controller
-
class
src.edit.dataset_info.dataset_info_controller.
datasetInfoController
(all_channels_names)[source]¶ Bases:
edit.dataset_info.dataset_info_listener.datasetInfoListener
Close the window.
Close the window and send the information to the main controller.
-
get_elements_selected
(elements_selected, element_type)[source]¶ Get the elements selected by the user in the multiple elements’ selector. :param elements_selected: Elements selected in the multiple elements’ selector. :type elements_selected: list of str :param element_type: Type of the element selected, used in case multiple element selector windows can be open in a window. Can thus distinguish the returned elements. :type element_type: str
src.edit.dataset_info.dataset_info_listener module¶
Dataset info listener
src.edit.dataset_info.dataset_info_view module¶
Dataset info view
-
class
src.edit.dataset_info.dataset_info_view.
datasetInfoView
(all_channels_names)[source]¶ Bases:
PyQt5.QtWidgets.QWidget
-
cancel_dataset_info_trigger
()[source]¶ Send the information to the controller that the computation is cancelled.
-
channels_selection_trigger
()[source]¶ Open the multiple selector window. The user can select multiple channels.
-
confirm_dataset_info_trigger
()[source]¶ Retrieve the channel name and location and send the information to the controller.
-