|
Subcontroller which handles all user interaction with the import dialog in the GUI, communicates with other controllers via signals and slots. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Controller/ImportDialogController.h>
Public Slots | |
void | environmentChanged (EnvironmentPtr environment) |
Set the enviroment. More... | |
void | open () |
Opens an import dialog. More... | |
Signals | |
void | import (DesignerTrajectoryPtr trajectory) |
Notifies other controllers about the import of a trajectory. More... | |
Public Member Functions | |
ImportDialogController () | |
Creates a new ImportDialogController and assigns a designer importer to handle. More... | |
void | onConnectComponent () override |
void | onDisconnectComponent () override |
void | onExitComponent () override |
void | onInitComponent () override |
Subcontroller which handles all user interaction with the import dialog in the GUI, communicates with other controllers via signals and slots.
Definition at line 15 of file ImportDialogController.h.
Creates a new ImportDialogController and assigns a designer importer to handle.
Definition at line 29 of file ImportDialogController.cpp.
|
slot |
Set the enviroment.
The | new enviroment |
Definition at line 86 of file ImportDialogController.cpp.
|
signal |
Notifies other controllers about the import of a trajectory.
|
overridevirtual |
Implements AbstractController.
Definition at line 13 of file ImportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 18 of file ImportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 24 of file ImportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 8 of file ImportDialogController.cpp.
|
slot |
Opens an import dialog.
Definition at line 35 of file ImportDialogController.cpp.