#include <selection_panel.h>
Public Member Functions | |
virtual void | onInitialize () |
SelectionPanel (QWidget *parent=0) | |
Private Attributes | |
PropertyTreeWidget * | tree_widget_ |
Definition at line 40 of file selection_panel.h.
rviz::SelectionPanel::SelectionPanel | ( | QWidget * | parent = 0 | ) |
Definition at line 41 of file selection_panel.cpp.
void rviz::SelectionPanel::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 selection_panel.cpp.
Definition at line 49 of file selection_panel.h.