|
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/Controller/EnvironmentController.h>
Public Slots | |
void | openRobotFileDialog () |
open a file dialog to select a robot More... | |
Signals | |
void | environmentChanged (EnvironmentPtr environment) |
notifies all controller that the environment has changed More... | |
Public Member Functions | |
EnvironmentController () | |
void | loadArmar3 () |
loads first armar3 in the application More... | |
void | loadRobotFromProxy (std::string robotFileName) |
loads the robot from proxy More... | |
void | onConnectComponent () override |
void | onDisconnectComponent () override |
void | onExitComponent () override |
void | onInitComponent () override |
Protected Attributes | |
RobotStateComponentInterfacePrx | robotStateComponentPrx |
Definition at line 9 of file EnvironmentController.h.
|
signal |
notifies all controller that the environment has changed
environment |
void loadArmar3 | ( | ) |
loads first armar3 in the application
Definition at line 35 of file EnvironmentController.cpp.
void loadRobotFromProxy | ( | std::string | robotFileName | ) |
loads the robot from proxy
robotFileName | file name of the robot |
Definition at line 51 of file EnvironmentController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 20 of file EnvironmentController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 25 of file EnvironmentController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 30 of file EnvironmentController.cpp.
|
overridevirtual |
Implements AbstractController.
Definition at line 14 of file EnvironmentController.cpp.
|
slot |
open a file dialog to select a robot
Definition at line 63 of file EnvironmentController.cpp.
|
protected |
Definition at line 61 of file EnvironmentController.h.