#include <rviz_buttons.h>

Public Member Functions | |
| RvizButtons (QWidget *parent=0) | |
| Constructor. | |
| ~RvizButtons () | |
Protected Slots | |
| void | onClear () |
| void | onRecover () |
| void | onReset () |
| void | onStart () |
| void | onStep () |
| void | onStop () |
Protected Attributes | |
| actionlib::SimpleActionClient < cob_script_server::ScriptAction > * | action_client_ |
| stored window manager interface pointer | |
Definition at line 71 of file rviz_buttons.h.
| cob_environment_perception::RvizButtons::RvizButtons | ( | QWidget * | parent = 0 | ) |
Definition at line 109 of file rviz_buttons.cpp.
| void cob_environment_perception::RvizButtons::onClear | ( | ) | [protected, slot] |
Definition at line 158 of file rviz_buttons.cpp.
| void cob_environment_perception::RvizButtons::onRecover | ( | ) | [protected, slot] |
Definition at line 171 of file rviz_buttons.cpp.
| void cob_environment_perception::RvizButtons::onReset | ( | ) | [protected, slot] |
Definition at line 145 of file rviz_buttons.cpp.
| void cob_environment_perception::RvizButtons::onStart | ( | ) | [protected, slot] |
Definition at line 113 of file rviz_buttons.cpp.
| void cob_environment_perception::RvizButtons::onStep | ( | ) | [protected, slot] |
Definition at line 132 of file rviz_buttons.cpp.
| void cob_environment_perception::RvizButtons::onStop | ( | ) | [protected, slot] |
Definition at line 126 of file rviz_buttons.cpp.
actionlib::SimpleActionClient<cob_script_server::ScriptAction>* cob_environment_perception::RvizButtons::action_client_ [protected] |
stored window manager interface pointer
Definition at line 101 of file rviz_buttons.h.