#include <point_click_publisher_plugin.h>
|
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) |
|
| PointClickPublisherPlugin () |
|
virtual void | PrintError (const std::string &message) |
|
virtual void | PrintInfo (const std::string &message) |
|
virtual void | PrintWarning (const std::string &message) |
|
void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
|
virtual void | SetNode (const ros::NodeHandle &node) |
|
void | Shutdown () |
|
void | Transform () |
|
virtual | ~PointClickPublisherPlugin () |
|
virtual void | ClearHistory () |
|
int | DrawOrder () const |
|
void | DrawPlugin (double x, double y, double scale) |
|
bool | GetTransform (const ros::Time &stamp, swri_transform_util::Transform &transform, bool use_latest_transforms=true) |
|
bool | GetTransform (const std::string &source, const ros::Time &stamp, swri_transform_util::Transform &transform) |
|
virtual bool | Initialize (boost::shared_ptr< tf::TransformListener > tf_listener, swri_transform_util::TransformManagerPtr tf_manager, QGLWidget *canvas) |
|
std::string | Name () const |
|
virtual void | Paint (QPainter *painter, double x, double y, double scale) |
|
void | PaintPlugin (QPainter *painter, double x, double y, double scale) |
|
void | PrintMeasurements () |
|
void | SetDrawOrder (int order) |
|
void | SetIcon (IconWidget *icon) |
|
void | SetName (const std::string &name) |
|
void | SetTargetFrame (std::string frame_id) |
|
void | SetType (const std::string &type) |
|
void | SetUseLatestTransforms (bool value) |
|
void | SetVisible (bool visible) |
|
std::string | Type () const |
|
bool | Visible () const |
|
virtual | ~MapvizPlugin () |
|
mapviz_plugins::PointClickPublisherPlugin::PointClickPublisherPlugin |
( |
| ) |
|
mapviz_plugins::PointClickPublisherPlugin::~PointClickPublisherPlugin |
( |
| ) |
|
|
virtual |
void mapviz_plugins::PointClickPublisherPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
QWidget * mapviz_plugins::PointClickPublisherPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
bool mapviz_plugins::PointClickPublisherPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
void mapviz_plugins::PointClickPublisherPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
void mapviz_plugins::PointClickPublisherPlugin::pointClicked |
( |
const QPointF & |
point | ) |
|
|
protectedslot |
void mapviz_plugins::PointClickPublisherPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
virtual |
void mapviz_plugins::PointClickPublisherPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
virtual |
void mapviz_plugins::PointClickPublisherPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
virtual |
void mapviz_plugins::PointClickPublisherPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
void mapviz_plugins::PointClickPublisherPlugin::SetNode |
( |
const ros::NodeHandle & |
node | ) |
|
|
virtual |
void mapviz_plugins::PointClickPublisherPlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
void mapviz_plugins::PointClickPublisherPlugin::topicChanged |
( |
const QString & |
topic | ) |
|
|
protectedslot |
void mapviz_plugins::PointClickPublisherPlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
void mapviz_plugins::PointClickPublisherPlugin::updateFrames |
( |
| ) |
|
|
protectedslot |
QWidget* mapviz_plugins::PointClickPublisherPlugin::config_widget_ |
|
private |
QTimer mapviz_plugins::PointClickPublisherPlugin::frame_timer_ |
|
private |
ros::Publisher mapviz_plugins::PointClickPublisherPlugin::point_publisher_ |
|
private |
Ui::point_click_publisher_config mapviz_plugins::PointClickPublisherPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: