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