Go to the documentation of this file.
23 #ifndef _ARMARX_RobotTrajectoryDesigner_RobotTrajectoryDesignerGuiPlugin_WidgetController_H
24 #define _ARMARX_RobotTrajectoryDesigner_RobotTrajectoryDesignerGuiPlugin_WidgetController_H
26 #include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/ui_RobotTrajectoryDesignerGuiPluginWidget.h>
96 virtual void loadSettings(QSettings* settings)
override;
101 virtual void saveSettings(QSettings* settings)
override;
109 return "RobotTrajectoryDesigner";
115 virtual void onInitComponent()
override;
120 virtual void onConnectComponent()
override;
122 virtual void onDisconnectComponent()
override;
126 void connectWidget();
132 Ui::RobotTrajectoryDesignerGuiPluginWidget widget;
std::shared_ptr< WaypointController > WaypointControllerPtr
std::shared_ptr< SettingController > SettingControllerPtr
std::shared_ptr< ToolBarController > ToolBarControllerPtr
std::shared_ptr< EnvironmentController > EnvironmentControllerPtr
std::shared_ptr< TCPInformationController > TCPInformationControllerPtr
std::shared_ptr< ShortcutController > ShortcutControllerPtr
std::shared_ptr< ExportDialogController > ExportDialogControllerPtr
std::shared_ptr< TransitionController > TransitionControllerPtr
#define ARMARXCOMPONENT_IMPORT_EXPORT
std::shared_ptr< MementoController > MementoControllerPtr
std::shared_ptr< TrajectoryController > TrajectoryControllerPtr
std::shared_ptr< ViewController > ViewControllerPtr
std::shared_ptr< ImportDialogController > ImportDialogControllerPtr
std::shared_ptr< RobotVisualizationController > RobotVisualizationControllerPtr
std::shared_ptr< TCPSelectionController > TCPSelectionControllerPtr
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< class Robot > RobotPtr