#include <tf_frame_plugin.h>
Public Member Functions | |
void | Draw (double x, double y, double scale) |
QWidget * | GetConfigWidget (QWidget *parent) |
bool | Initialize (QGLWidget *canvas) |
void | LoadConfig (const YAML::Node &node, const std::string &path) |
void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
void | Shutdown () |
TfFramePlugin () | |
virtual | ~TfFramePlugin () |
Protected Slots | |
void | FrameEdited () |
void | SelectFrame () |
Protected Member Functions | |
void | PrintError (const std::string &message) |
void | PrintInfo (const std::string &message) |
void | PrintWarning (const std::string &message) |
Private Member Functions | |
void | TimerCallback (const ros::TimerEvent &event) |
Private Attributes | |
QWidget * | config_widget_ |
ros::Timer | timer_ |
Ui::tf_frame_config | ui_ |
Definition at line 57 of file tf_frame_plugin.h.
Definition at line 55 of file tf_frame_plugin.cpp.
mapviz_plugins::TfFramePlugin::~TfFramePlugin | ( | ) | [virtual] |
Definition at line 89 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::Draw | ( | double | x, |
double | y, | ||
double | scale | ||
) | [virtual] |
Implements mapviz::MapvizPlugin.
Definition at line 207 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::FrameEdited | ( | ) | [protected, slot] |
Definition at line 103 of file tf_frame_plugin.cpp.
QWidget * mapviz_plugins::TfFramePlugin::GetConfigWidget | ( | QWidget * | parent | ) | [virtual] |
Reimplemented from mapviz::MapvizPlugin.
Definition at line 188 of file tf_frame_plugin.cpp.
bool mapviz_plugins::TfFramePlugin::Initialize | ( | QGLWidget * | canvas | ) | [virtual] |
Implements mapviz::MapvizPlugin.
Definition at line 195 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::LoadConfig | ( | const YAML::Node & | node, |
const std::string & | path | ||
) | [virtual] |
Implements mapviz::MapvizPlugin.
Definition at line 214 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::PrintError | ( | const std::string & | message | ) | [protected, virtual] |
Implements mapviz::MapvizPlugin.
Definition at line 146 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::PrintInfo | ( | const std::string & | message | ) | [protected, virtual] |
Implements mapviz::MapvizPlugin.
Definition at line 160 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::PrintWarning | ( | const std::string & | message | ) | [protected, virtual] |
Implements mapviz::MapvizPlugin.
Definition at line 174 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::SaveConfig | ( | YAML::Emitter & | emitter, |
const std::string & | path | ||
) | [virtual] |
Implements mapviz::MapvizPlugin.
Definition at line 275 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::SelectFrame | ( | ) | [protected, slot] |
Definition at line 93 of file tf_frame_plugin.cpp.
void mapviz_plugins::TfFramePlugin::Shutdown | ( | ) | [inline, virtual] |
Implements mapviz::MapvizPlugin.
Definition at line 66 of file tf_frame_plugin.h.
void mapviz_plugins::TfFramePlugin::TimerCallback | ( | const ros::TimerEvent & | event | ) | [private] |
Definition at line 113 of file tf_frame_plugin.cpp.
QWidget* mapviz_plugins::TfFramePlugin::config_widget_ [private] |
Definition at line 88 of file tf_frame_plugin.h.
Definition at line 90 of file tf_frame_plugin.h.
Ui::tf_frame_config mapviz_plugins::TfFramePlugin::ui_ [private] |
Definition at line 87 of file tf_frame_plugin.h.