#include <rviz_buttons_panel.h>
Public Member Functions | |
virtual void | OnClear (wxCommandEvent &event) |
virtual void | OnClear (wxCommandEvent &event) |
virtual void | OnRecover (wxCommandEvent &event) |
virtual void | OnRecover (wxCommandEvent &event) |
virtual void | OnReset (wxCommandEvent &event) |
virtual void | OnReset (wxCommandEvent &event) |
virtual void | OnStart (wxCommandEvent &event) |
virtual void | OnStart (wxCommandEvent &event) |
virtual void | OnStep (wxCommandEvent &event) |
virtual void | OnStep (wxCommandEvent &event) |
virtual void | OnStop (wxCommandEvent &event) |
virtual void | OnStop (wxCommandEvent &event) |
RvizButtonsPanel (wxWindow *parent, const wxString &title) | |
RvizButtonsPanel (wxWindow *parent, const wxString &title) | |
~RvizButtonsPanel () | |
~RvizButtonsPanel () | |
Protected Attributes | |
actionlib::SimpleActionClient < cob_script_server::ScriptAction > * | action_client_ |
wxButton * | button_clear_ |
wxButton * | button_recover_ |
wxButton * | button_reset_ |
wxButton * | button_start_ |
wxButton * | button_step_ |
wxButton * | button_stop_ |
Definition at line 69 of file rviz_buttons_panel.h.
rviz::RvizButtonsPanel::RvizButtonsPanel | ( | wxWindow * | parent, |
const wxString & | title | ||
) |
Constructor
Definition at line 79 of file wx_rviz_buttons_panel.cpp.
Definition at line 72 of file wx_rviz_buttons_panel.cpp.
rviz::RvizButtonsPanel::RvizButtonsPanel | ( | wxWindow * | parent, |
const wxString & | title | ||
) |
void rviz::RvizButtonsPanel::OnClear | ( | wxCommandEvent & | event | ) | [virtual] |
Definition at line 260 of file wx_rviz_buttons_panel.cpp.
virtual void rviz::RvizButtonsPanel::OnClear | ( | wxCommandEvent & | event | ) | [virtual] |
void rviz::RvizButtonsPanel::OnRecover | ( | wxCommandEvent & | event | ) | [virtual] |
Definition at line 304 of file wx_rviz_buttons_panel.cpp.
virtual void rviz::RvizButtonsPanel::OnRecover | ( | wxCommandEvent & | event | ) | [virtual] |
void rviz::RvizButtonsPanel::OnReset | ( | wxCommandEvent & | event | ) | [virtual] |
Definition at line 217 of file wx_rviz_buttons_panel.cpp.
virtual void rviz::RvizButtonsPanel::OnReset | ( | wxCommandEvent & | event | ) | [virtual] |
virtual void rviz::RvizButtonsPanel::OnStart | ( | wxCommandEvent & | event | ) | [virtual] |
void rviz::RvizButtonsPanel::OnStart | ( | wxCommandEvent & | event | ) | [virtual] |
Definition at line 144 of file wx_rviz_buttons_panel.cpp.
virtual void rviz::RvizButtonsPanel::OnStep | ( | wxCommandEvent & | event | ) | [virtual] |
void rviz::RvizButtonsPanel::OnStep | ( | wxCommandEvent & | event | ) | [virtual] |
Definition at line 158 of file wx_rviz_buttons_panel.cpp.
void rviz::RvizButtonsPanel::OnStop | ( | wxCommandEvent & | event | ) | [virtual] |
Definition at line 172 of file wx_rviz_buttons_panel.cpp.
virtual void rviz::RvizButtonsPanel::OnStop | ( | wxCommandEvent & | event | ) | [virtual] |
actionlib::SimpleActionClient< cob_script_server::ScriptAction > * rviz::RvizButtonsPanel::action_client_ [protected] |
Definition at line 90 of file rviz_buttons_panel.h.
wxButton * rviz::RvizButtonsPanel::button_clear_ [protected] |
Definition at line 87 of file rviz_buttons_panel.h.
wxButton * rviz::RvizButtonsPanel::button_recover_ [protected] |
Definition at line 88 of file rviz_buttons_panel.h.
wxButton * rviz::RvizButtonsPanel::button_reset_ [protected] |
Definition at line 86 of file rviz_buttons_panel.h.
wxButton * rviz::RvizButtonsPanel::button_start_ [protected] |
Definition at line 83 of file rviz_buttons_panel.h.
wxButton * rviz::RvizButtonsPanel::button_step_ [protected] |
Definition at line 84 of file rviz_buttons_panel.h.
wxButton * rviz::RvizButtonsPanel::button_stop_ [protected] |
Definition at line 85 of file rviz_buttons_panel.h.