#include <empty_service_call_interface.h>
Public Member Functions | |
EmptyServiceCallInterfaceAction (QWidget *parent=0) | |
virtual void | load (const rviz::Config &config) |
virtual void | save (rviz::Config config) const |
Protected Slots | |
void | callRequestEmptyCommand (int button_id) |
void | parseROSParameters () |
Protected Attributes | |
QHBoxLayout * | h_layout |
QVBoxLayout * | layout |
ros::NodeHandle | nh_ |
std::vector < ServiceCallButtonInfo > | service_call_button_infos_ |
QSignalMapper * | signal_mapper |
Definition at line 24 of file empty_service_call_interface.h.
jsk_rviz_plugins::EmptyServiceCallInterfaceAction::EmptyServiceCallInterfaceAction | ( | QWidget * | parent = 0 | ) |
Definition at line 11 of file empty_service_call_interface.cpp.
void jsk_rviz_plugins::EmptyServiceCallInterfaceAction::callRequestEmptyCommand | ( | int | button_id | ) | [protected, slot] |
Definition at line 62 of file empty_service_call_interface.cpp.
void jsk_rviz_plugins::EmptyServiceCallInterfaceAction::load | ( | const rviz::Config & | config | ) | [virtual] |
Reimplemented from rviz::Panel.
Definition at line 77 of file empty_service_call_interface.cpp.
void jsk_rviz_plugins::EmptyServiceCallInterfaceAction::parseROSParameters | ( | ) | [protected, slot] |
Definition at line 38 of file empty_service_call_interface.cpp.
void jsk_rviz_plugins::EmptyServiceCallInterfaceAction::save | ( | rviz::Config | config | ) | const [virtual] |
Reimplemented from rviz::Panel.
Definition at line 72 of file empty_service_call_interface.cpp.
QHBoxLayout* jsk_rviz_plugins::EmptyServiceCallInterfaceAction::h_layout [protected] |
Definition at line 40 of file empty_service_call_interface.h.
QVBoxLayout* jsk_rviz_plugins::EmptyServiceCallInterfaceAction::layout [protected] |
Definition at line 39 of file empty_service_call_interface.h.
Definition at line 37 of file empty_service_call_interface.h.
std::vector<ServiceCallButtonInfo> jsk_rviz_plugins::EmptyServiceCallInterfaceAction::service_call_button_infos_ [protected] |
Definition at line 38 of file empty_service_call_interface.h.
QSignalMapper* jsk_rviz_plugins::EmptyServiceCallInterfaceAction::signal_mapper [protected] |
Definition at line 41 of file empty_service_call_interface.h.