#include <tool_properties_panel.h>
Public Member Functions | |
virtual void | load (const Config &config) |
Load configuration data, specifically the PropertyTreeWidget view settings. | |
virtual void | onInitialize () |
virtual void | save (Config config) const |
Save configuration data, specifically the PropertyTreeWidget view settings. | |
ToolPropertiesPanel (QWidget *parent=0) | |
virtual | ~ToolPropertiesPanel () |
Private Attributes | |
PropertyTreeWidget * | tree_widget_ |
A place to edit properties of all of the Tools.
Definition at line 43 of file tool_properties_panel.h.
rviz::ToolPropertiesPanel::ToolPropertiesPanel | ( | QWidget * | parent = 0 | ) |
Definition at line 41 of file tool_properties_panel.cpp.
virtual rviz::ToolPropertiesPanel::~ToolPropertiesPanel | ( | ) | [inline, virtual] |
Definition at line 48 of file tool_properties_panel.h.
void rviz::ToolPropertiesPanel::load | ( | const Config & | config | ) | [virtual] |
Load configuration data, specifically the PropertyTreeWidget view settings.
Reimplemented from rviz::Panel.
Definition at line 62 of file tool_properties_panel.cpp.
void rviz::ToolPropertiesPanel::onInitialize | ( | ) | [virtual] |
Override to do initialization which depends on the VisualizationManager being available. This base implementation does nothing.
Reimplemented from rviz::Panel.
Definition at line 51 of file tool_properties_panel.cpp.
void rviz::ToolPropertiesPanel::save | ( | Config | config | ) | const [virtual] |
Save configuration data, specifically the PropertyTreeWidget view settings.
Reimplemented from rviz::Panel.
Definition at line 56 of file tool_properties_panel.cpp.
Definition at line 59 of file tool_properties_panel.h.