|
Subcontroller which handles all user interaction with the export dialog in the GUI, communicates with other controllers via signals and slots. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Controller/ExportDialogController.h>
Public Slots | |
void | environmentChanged (EnvironmentPtr environment) |
Set the enviroment. More... | |
void | exportMMM () |
Start export to MMM. More... | |
void | exportTrajectory () |
Start export to trajectory. More... | |
void | exportTrajectory (std::vector< DesignerTrajectoryPtr > trajectories) |
Exports the trajectory. More... | |
void | open () |
Opens an export dialog. More... | |
void | setFPS (int fps) |
Sets the timed distribution of automatically generated waypoints by assigning how many waypoints there are per second. More... | |
Signals | |
void | exportDesignerTrajectory () |
Requests a designer trajectory to a given index to export. More... | |
void | exportDesignerTrajectory (int fps) |
Requests a designer trajectory to a given index to export. More... | |
Public Member Functions | |
ExportDialogController () | |
Creates a new ExportDialogController and assigns a designer exporter to handle. More... | |
void | onConnectComponent () override |
void | onDisconnectComponent () override |
void | onExitComponent () override |
void | onInitComponent () override |
Subcontroller which handles all user interaction with the export dialog in the GUI, communicates with other controllers via signals and slots.
Definition at line 22 of file ExportDialogController.h.
Creates a new ExportDialogController and assigns a designer exporter to handle.
Definition at line 32 of file ExportDialogController.cpp.
|
slot |
Set the enviroment.
The | new enviroment |
Definition at line 123 of file ExportDialogController.cpp.
|
signal |
Requests a designer trajectory to a given index to export.
|
signal |
Requests a designer trajectory to a given index to export.
index | Index of the trajectory |
|
slot |
Start export to MMM.
Definition at line 55 of file ExportDialogController.cpp.
|
slot |
Start export to trajectory.
Definition at line 88 of file ExportDialogController.cpp.
|
slot |
Exports the trajectory.
trajectory | DesignerTrajectory fpr export |
Definition at line 50 of file ExportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 14 of file ExportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 22 of file ExportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 27 of file ExportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 6 of file ExportDialogController.cpp.
|
slot |
Opens an export dialog.
Definition at line 38 of file ExportDialogController.cpp.
|
slot |
Sets the timed distribution of automatically generated waypoints by assigning how many waypoints there are per second.
value | Number of waypoints per second |
Definition at line 45 of file ExportDialogController.cpp.