src.utils.data_exportation package¶
Submodules¶
src.utils.data_exportation.data_exportation_controller module¶
Data Exportation Controller
-
class
src.utils.data_exportation.data_exportation_controller.
dataExportationController
[source]¶ Bases:
utils.data_exportation.data_exportation_listener.dataExportationListener
Close the window.
Close the window and send the information to the controller. :param export_path: Path where the source estimation data will be stored. :type export_path: str
src.utils.data_exportation.data_exportation_listener module¶
Data Exportation Listener
src.utils.data_exportation.data_exportation_view module¶
Data Exportation View
-
class
src.utils.data_exportation.data_exportation_view.
dataExportationView
[source]¶ Bases:
PyQt5.QtWidgets.QWidget
-
cancel_data_exportation_trigger
()[source]¶ Send the information to the controller that the computation is cancelled.
-