30 #ifndef RVIZ_DISPLAYS_PANEL_H 31 #define RVIZ_DISPLAYS_PANEL_H 33 #include <boost/thread/mutex.hpp> 47 class PropertyTreeWidget;
48 class PropertyTreeWithHelp;
49 class VisualizationManager;
QPushButton * duplicate_button_
virtual void save(Config config) const
Write state to the given Config object.
void onDeleteDisplay()
Called when the "Remove" button is pressed.
void onNewDisplay()
Called when the "Add" button is pressed.
DisplaysPanel(QWidget *parent=0)
virtual void load(const Config &config)
Read state from the given Config.
Configuration data storage class.
QPushButton * remove_button_
void onRenameDisplay()
Called when the "Rename" button is pressed.
PropertyTreeWithHelp * tree_with_help_
void onSelectionChanged()
QPushButton * rename_button_
PropertyTreeWidget * property_grid_
void onDuplicateDisplay()
Called when the "copy" button is pressed.
virtual void onInitialize()