$search
#include <selection_panel.h>
Public Member Functions | |
VisualizationManager * | getManager () |
wxPropertyGrid * | getPropertyGrid () |
void | initialize (VisualizationManager *manager) |
SelectionPanel (wxWindow *parent) | |
Constructor. | |
virtual | ~SelectionPanel () |
Protected Member Functions | |
void | onPropertyChanged (wxPropertyGridEvent &event) |
Called when a property from the wxProperty. | |
void | onPropertyChanging (wxPropertyGridEvent &event) |
Called when a property from the wxPropertyGrid is changing. | |
void | onPropertySelected (wxPropertyGridEvent &event) |
Called when a property is selected. | |
void | onSelectionAdded (const SelectionAddedArgs &args) |
void | onSelectionRemoved (const SelectionRemovedArgs &args) |
void | onSelectionSet (const SelectionSetArgs &args) |
void | onSelectionSetting (const SelectionSettingArgs &args) |
void | onUpdate (wxTimerEvent &event) |
Called from the refresh timer. | |
Protected Attributes | |
VisualizationManager * | manager_ |
wxPropertyGrid * | property_grid_ |
PropertyManager * | property_manager_ |
wxTimer * | refresh_timer_ |
bool | setting_ |
Definition at line 78 of file selection_panel.h.
rviz::SelectionPanel::SelectionPanel | ( | wxWindow * | parent | ) |
Constructor.
parent | Parent window |
Definition at line 34 of file selection_panel.cpp.
rviz::SelectionPanel::~SelectionPanel | ( | ) | [virtual] |
Definition at line 64 of file selection_panel.cpp.
VisualizationManager* rviz::SelectionPanel::getManager | ( | ) | [inline] |
Definition at line 93 of file selection_panel.h.
wxPropertyGrid* rviz::SelectionPanel::getPropertyGrid | ( | ) | [inline] |
Definition at line 92 of file selection_panel.h.
void rviz::SelectionPanel::initialize | ( | VisualizationManager * | manager | ) |
Definition at line 78 of file selection_panel.cpp.
void rviz::SelectionPanel::onPropertyChanged | ( | wxPropertyGridEvent & | event | ) | [protected] |
Called when a property from the wxProperty.
Definition at line 104 of file selection_panel.cpp.
void rviz::SelectionPanel::onPropertyChanging | ( | wxPropertyGridEvent & | event | ) | [protected] |
Called when a property from the wxPropertyGrid is changing.
Definition at line 92 of file selection_panel.cpp.
void rviz::SelectionPanel::onPropertySelected | ( | wxPropertyGridEvent & | event | ) | [protected] |
Called when a property is selected.
Definition at line 116 of file selection_panel.cpp.
void rviz::SelectionPanel::onSelectionAdded | ( | const SelectionAddedArgs & | args | ) | [protected] |
Definition at line 153 of file selection_panel.cpp.
void rviz::SelectionPanel::onSelectionRemoved | ( | const SelectionRemovedArgs & | args | ) | [protected] |
Definition at line 126 of file selection_panel.cpp.
void rviz::SelectionPanel::onSelectionSet | ( | const SelectionSetArgs & | args | ) | [protected] |
Definition at line 191 of file selection_panel.cpp.
void rviz::SelectionPanel::onSelectionSetting | ( | const SelectionSettingArgs & | args | ) | [protected] |
Definition at line 183 of file selection_panel.cpp.
void rviz::SelectionPanel::onUpdate | ( | wxTimerEvent & | event | ) | [protected] |
Called from the refresh timer.
Definition at line 198 of file selection_panel.cpp.
VisualizationManager* rviz::SelectionPanel::manager_ [protected] |
Definition at line 116 of file selection_panel.h.
wxPropertyGrid* rviz::SelectionPanel::property_grid_ [protected] |
Definition at line 113 of file selection_panel.h.
PropertyManager* rviz::SelectionPanel::property_manager_ [protected] |
Definition at line 114 of file selection_panel.h.
wxTimer* rviz::SelectionPanel::refresh_timer_ [protected] |
Definition at line 118 of file selection_panel.h.
bool rviz::SelectionPanel::setting_ [protected] |
Definition at line 120 of file selection_panel.h.