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


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