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


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