#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 | 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 | SetVisible (bool visible) |
| |
| std::string | Type () const |
| |
| bool | Visible () const |
| |
| virtual | ~MapvizPlugin () |
| |
◆ PointClickPublisherPlugin()
| mapviz_plugins::PointClickPublisherPlugin::PointClickPublisherPlugin |
( |
| ) |
|
◆ ~PointClickPublisherPlugin()
| mapviz_plugins::PointClickPublisherPlugin::~PointClickPublisherPlugin |
( |
| ) |
|
|
virtual |
◆ Draw()
| void mapviz_plugins::PointClickPublisherPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::PointClickPublisherPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ Initialize()
| bool mapviz_plugins::PointClickPublisherPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::PointClickPublisherPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ pointClicked
| void mapviz_plugins::PointClickPublisherPlugin::pointClicked |
( |
const QPointF & |
point | ) |
|
|
protectedslot |
◆ PrintError()
| void mapviz_plugins::PointClickPublisherPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
virtual |
◆ PrintInfo()
| void mapviz_plugins::PointClickPublisherPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
virtual |
◆ PrintWarning()
| void mapviz_plugins::PointClickPublisherPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
virtual |
◆ SaveConfig()
| void mapviz_plugins::PointClickPublisherPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ SetNode()
| void mapviz_plugins::PointClickPublisherPlugin::SetNode |
( |
const ros::NodeHandle & |
node | ) |
|
|
virtual |
◆ Shutdown()
| void mapviz_plugins::PointClickPublisherPlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ topicChanged
| void mapviz_plugins::PointClickPublisherPlugin::topicChanged |
( |
const QString & |
topic | ) |
|
|
protectedslot |
◆ Transform()
| void mapviz_plugins::PointClickPublisherPlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
◆ updateFrames
| void mapviz_plugins::PointClickPublisherPlugin::updateFrames |
( |
| ) |
|
|
protectedslot |
◆ canvas_
◆ click_filter_
◆ config_widget_
| QWidget* mapviz_plugins::PointClickPublisherPlugin::config_widget_ |
|
private |
◆ frame_timer_
| QTimer mapviz_plugins::PointClickPublisherPlugin::frame_timer_ |
|
private |
◆ point_publisher_
| ros::Publisher mapviz_plugins::PointClickPublisherPlugin::point_publisher_ |
|
private |
◆ ui_
| Ui::point_click_publisher_config mapviz_plugins::PointClickPublisherPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: