|
|
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>
Inheritance diagram for ExportDialogController: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 23 of file ExportDialogController.h.
Creates a new ExportDialogController and assigns a designer exporter to handle.
Definition at line 37 of file ExportDialogController.cpp.
Here is the call graph for this function:
|
slot |
Set the enviroment.
| The | new enviroment |
Definition at line 136 of file ExportDialogController.cpp.
|
signal |
Requests a designer trajectory to a given index to export.
Here is the caller graph for this function:
|
signal |
Requests a designer trajectory to a given index to export.
| index | Index of the trajectory |
|
slot |
Start export to MMM.
Definition at line 65 of file ExportDialogController.cpp.
|
slot |
Start export to trajectory.
Definition at line 100 of file ExportDialogController.cpp.
|
slot |
Exports the trajectory.
| trajectory | DesignerTrajectory fpr export |
Definition at line 58 of file ExportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 17 of file ExportDialogController.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements AbstractController.
Definition at line 26 of file ExportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 32 of file ExportDialogController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 8 of file ExportDialogController.cpp.
Here is the caller graph for this function:
|
slot |
Opens an export dialog.
Definition at line 44 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 52 of file ExportDialogController.cpp.
Here is the caller graph for this function: