Go to the documentation of this file. 1 #ifndef IMPORTDIALOGCONTROLLER_H
2 #define IMPORTDIALOGCONTROLLER_H
4 #include "../Model/DesignerTrajectory.h"
5 #include "../ImportExport/MMMImporter.h"
66 void helpExceptionMessageBox(std::string errorMessage);
72 #endif // IMPORTDIALOGCONTROLLER_H
Subcontroller which handles all user interaction with the import dialog in the GUI,...
void onExitComponent() override
void onConnectComponent() override
std::shared_ptr< Environment > EnvironmentPtr
void onInitComponent() override
void open()
Opens an import dialog.
ImportDialogController()
Creates a new ImportDialogController and assigns a designer importer to handle.
void environmentChanged(EnvironmentPtr environment)
Set the enviroment.
std::shared_ptr< ImportDialogController > ImportDialogControllerPtr
std::shared_ptr< DesignerTrajectory > DesignerTrajectoryPtr
void onDisconnectComponent() override
This file offers overloads of toIce() and fromIce() functions for STL container types.
Abstract controller providing a set of methods which must be implemented by every controller.