robot_input_config_widget.h
Go to the documentation of this file.
1 //
2 // Created by yijiangh on 9/4/17.
3 //
4 
5 #ifndef CHOREO_GUI_ROBOT_INPUT_CONFIG_WIDGET_H
6 #define CHOREO_GUI_ROBOT_INPUT_CONFIG_WIDGET_H
7 
9 #include <choreo_msgs/RobotInputParameters.h>
10 
11 namespace Ui
12 {
13 class RobotInputConfigWindow;
14 }
15 
16 namespace choreo_gui
17 {
18 
20 {
21  Q_OBJECT
22  public:
23  RobotInputConfigWidget(choreo_msgs::RobotInputParameters params);
24  choreo_msgs::RobotInputParameters& params() { return params_; }
25 
26  virtual void update_display_fields();
27  virtual void update_internal_fields();
28 
29  private:
30  choreo_msgs::RobotInputParameters params_;
31  Ui::RobotInputConfigWindow* ui_;
32 };
33 }
34 
35 #endif //CHOREO_GUI_ROBOT_INPUT_CONFIG_WIDGET_H
Abstract base class for parameter windows in the blending widget.
choreo_msgs::RobotInputParameters & params()
choreo_msgs::RobotInputParameters params_


choreo_gui
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 03:58:56