parameter_window_base.cpp
Go to the documentation of this file.
1 
3 #include <ros/console.h>
4 
6 {
8  QWidget::show();
9 }
10 
12 {
13  this->update_internal_fields();
14  Q_EMIT parameters_changed();
15  hide();
16 }
17 
19 
21 {
24 }
virtual void show()
Updates GUI parameters and shows the main window.
void parameters_changed()
Indicates an edit of the GUI interface by the user.
virtual void update_display_fields()=0
Reads the internal data structure to update the fields of the GUI.
virtual void update_internal_fields()=0
Reads the fields of the GUI to update the internal data structure.


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