#include <selection_panel.h>
Public Member Functions | |
VisualizationManager * | getManager () |
void | initialize (VisualizationManager *manager) |
SelectionPanel (QWidget *parent=0) | |
Constructor. | |
virtual | ~SelectionPanel () |
Protected Slots | |
void | onSelectionAdded (const M_Picked &added) |
void | onSelectionRemoved (const M_Picked &removed) |
void | onSelectionSet () |
void | onSelectionSetting () |
void | onUpdate () |
Called from the refresh timer. | |
Protected Attributes | |
VisualizationManager * | manager_ |
PropertyManager * | property_manager_ |
bool | setting_ |
Definition at line 63 of file selection_panel.h.
rviz::SelectionPanel::SelectionPanel | ( | QWidget * | parent = 0 | ) |
Constructor.
parent | Parent window |
Definition at line 43 of file selection_panel.cpp.
rviz::SelectionPanel::~SelectionPanel | ( | ) | [virtual] |
Definition at line 57 of file selection_panel.cpp.
VisualizationManager* rviz::SelectionPanel::getManager | ( | ) | [inline] |
Definition at line 78 of file selection_panel.h.
void rviz::SelectionPanel::initialize | ( | VisualizationManager * | manager | ) |
Definition at line 62 of file selection_panel.cpp.
void rviz::SelectionPanel::onSelectionAdded | ( | const M_Picked & | added | ) | [protected, slot] |
Definition at line 101 of file selection_panel.cpp.
void rviz::SelectionPanel::onSelectionRemoved | ( | const M_Picked & | removed | ) | [protected, slot] |
Definition at line 78 of file selection_panel.cpp.
void rviz::SelectionPanel::onSelectionSet | ( | ) | [protected, slot] |
Definition at line 125 of file selection_panel.cpp.
void rviz::SelectionPanel::onSelectionSetting | ( | ) | [protected, slot] |
Definition at line 118 of file selection_panel.cpp.
void rviz::SelectionPanel::onUpdate | ( | ) | [protected, slot] |
Called from the refresh timer.
Definition at line 130 of file selection_panel.cpp.
VisualizationManager* rviz::SelectionPanel::manager_ [protected] |
Definition at line 92 of file selection_panel.h.
PropertyManager* rviz::SelectionPanel::property_manager_ [protected] |
Definition at line 90 of file selection_panel.h.
bool rviz::SelectionPanel::setting_ [protected] |
Definition at line 94 of file selection_panel.h.