1#ifndef IMPORTDIALOGCONTROLLER_H
2#define IMPORTDIALOGCONTROLLER_H
67 void helpExceptionMessageBox(std::string errorMessage);
Abstract controller providing a set of methods which must be implemented by every controller.
void environmentChanged(EnvironmentPtr environment)
Set the enviroment.
void onInitComponent() override
ImportDialogController()
Creates a new ImportDialogController and assigns a designer importer to handle.
void onDisconnectComponent() override
void open()
Opens an import dialog.
void onConnectComponent() override
void onExitComponent() override
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< ImportDialogController > ImportDialogControllerPtr
std::shared_ptr< Environment > EnvironmentPtr
std::shared_ptr< DesignerTrajectory > DesignerTrajectoryPtr