#include <output_save_dir_input_config_widget.h>

Public Member Functions | |
| OutputSaveDirInputConfigWidget (choreo_msgs::OutputSaveDirInputParameters params) | |
| choreo_msgs::OutputSaveDirInputParameters & | params () |
| virtual void | update_display_fields () |
| Reads the internal data structure to update the fields of the GUI. More... | |
| virtual void | update_internal_fields () |
| Reads the fields of the GUI to update the internal data structure. More... | |
Public Member Functions inherited from choreo_gui::ParameterWindowBase | |
| virtual void | show () |
| Updates GUI parameters and shows the main window. More... | |
Protected Slots | |
| virtual void | get_file_path_handler () |
Protected Slots inherited from choreo_gui::ParameterWindowBase | |
| virtual void | accept_changes_handler () |
| virtual void | cancel_changes_handler () |
| virtual void | save_changes_handler () |
Private Attributes | |
| std::string | last_filepath_ |
| choreo_msgs::OutputSaveDirInputParameters | params_ |
| Ui::OutputSaveDirInputConfigWindow * | ui_ |
Additional Inherited Members | |
Signals inherited from choreo_gui::ParameterWindowBase | |
| void | parameters_changed () |
| Indicates an edit of the GUI interface by the user. More... | |
| void | parameters_save_requested () |
Definition at line 19 of file output_save_dir_input_config_widget.h.
| choreo_gui::OutputSaveDirInputConfigWidget::OutputSaveDirInputConfigWidget | ( | choreo_msgs::OutputSaveDirInputParameters | params | ) |
Definition at line 11 of file output_save_dir_input_config_widget.cpp.
|
protectedvirtualslot |
Definition at line 58 of file output_save_dir_input_config_widget.cpp.
|
inline |
Definition at line 26 of file output_save_dir_input_config_widget.h.
|
virtual |
Reads the internal data structure to update the fields of the GUI.
Implements choreo_gui::ParameterWindowBase.
Definition at line 45 of file output_save_dir_input_config_widget.cpp.
|
virtual |
Reads the fields of the GUI to update the internal data structure.
Implements choreo_gui::ParameterWindowBase.
Definition at line 51 of file output_save_dir_input_config_widget.cpp.
|
private |
Definition at line 37 of file output_save_dir_input_config_widget.h.
|
private |
Definition at line 35 of file output_save_dir_input_config_widget.h.
|
private |
Definition at line 36 of file output_save_dir_input_config_widget.h.