#include <Radar.hpp>
Public Member Functions | |
virtual void | initPlugin (qt_gui_cpp::PluginContext &context) |
template function for rqt plugins More... | |
Radar () | |
Constructor. More... | |
virtual void | restoreSettings (const qt_gui_cpp::Settings &plugin_settings, const qt_gui_cpp::Settings &instance_settings) |
template function for rqt plugins More... | |
virtual void | saveSettings (qt_gui_cpp::Settings &plugin_settings, qt_gui_cpp::Settings &instance_settings) const |
template function for rqt plugins More... | |
virtual void | shutdownPlugin () |
template function for rqt plugins More... | |
virtual | ~Radar () |
Destructor. More... | |
![]() | |
Plugin () | |
![]() | |
virtual bool | hasConfiguration () const |
Plugin () | |
virtual void | triggerConfiguration () |
![]() | |
void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
Nodelet () | |
virtual | ~Nodelet () |
Private Attributes | |
QWidget * | widget_ |
Additional Inherited Members | |
![]() | |
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
ros::NodeHandle & | getMTNodeHandle () const |
ros::NodeHandle & | getMTPrivateNodeHandle () const |
const V_string & | getMyArgv () const |
const std::string & | getName () const |
ros::NodeHandle & | getNodeHandle () const |
ros::NodeHandle & | getPrivateNodeHandle () const |
const M_string & | getRemappingArgs () const |
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
std::string | getSuffixedName (const std::string &suffix) const |
|
virtual |
template function for rqt plugins
Reimplemented from qt_gui_cpp::Plugin.
|
virtual |
template function for rqt plugins
Reimplemented from qt_gui_cpp::Plugin.
|
virtual |
template function for rqt plugins
Reimplemented from qt_gui_cpp::Plugin.
|
virtual |
template function for rqt plugins
Reimplemented from rqt_gui_cpp::Plugin.