#include <coordinate_picker_plugin.h>
|
| | CoordinatePickerPlugin () |
| |
| 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 | PrintError (const std::string &message) |
| |
| void | PrintInfo (const std::string &message) |
| |
| void | PrintWarning (const std::string &message) |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| void | Transform () |
| |
| virtual | ~CoordinatePickerPlugin () |
| |
| 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) |
| |
| virtual void | SetNode (const ros::NodeHandle &node) |
| |
| 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 () |
| |
Definition at line 46 of file coordinate_picker_plugin.h.
◆ CoordinatePickerPlugin()
| mapviz_plugins::CoordinatePickerPlugin::CoordinatePickerPlugin |
( |
| ) |
|
◆ ~CoordinatePickerPlugin()
| mapviz_plugins::CoordinatePickerPlugin::~CoordinatePickerPlugin |
( |
| ) |
|
|
virtual |
◆ ClearCoordList
| void mapviz_plugins::CoordinatePickerPlugin::ClearCoordList |
( |
| ) |
|
|
protectedslot |
◆ Draw()
| void mapviz_plugins::CoordinatePickerPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
◆ eventFilter()
| bool mapviz_plugins::CoordinatePickerPlugin::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
protected |
◆ FrameEdited
| void mapviz_plugins::CoordinatePickerPlugin::FrameEdited |
( |
| ) |
|
|
protectedslot |
◆ GetConfigWidget()
| QWidget * mapviz_plugins::CoordinatePickerPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ handleMouseMove()
| bool mapviz_plugins::CoordinatePickerPlugin::handleMouseMove |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ handleMousePress()
| bool mapviz_plugins::CoordinatePickerPlugin::handleMousePress |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ handleMouseRelease()
| bool mapviz_plugins::CoordinatePickerPlugin::handleMouseRelease |
( |
QMouseEvent * |
event | ) |
|
|
protected |
◆ Initialize()
| bool mapviz_plugins::CoordinatePickerPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
◆ LoadConfig()
| void mapviz_plugins::CoordinatePickerPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ PrintError()
| void mapviz_plugins::CoordinatePickerPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
virtual |
◆ PrintInfo()
| void mapviz_plugins::CoordinatePickerPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
virtual |
◆ PrintWarning()
| void mapviz_plugins::CoordinatePickerPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
virtual |
◆ SaveConfig()
| void mapviz_plugins::CoordinatePickerPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
◆ SelectFrame
| void mapviz_plugins::CoordinatePickerPlugin::SelectFrame |
( |
| ) |
|
|
protectedslot |
◆ Shutdown()
| void mapviz_plugins::CoordinatePickerPlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
◆ ToggleCopyOnClick
| void mapviz_plugins::CoordinatePickerPlugin::ToggleCopyOnClick |
( |
int |
state | ) |
|
|
protectedslot |
◆ Transform()
| void mapviz_plugins::CoordinatePickerPlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
◆ config_widget_
| QWidget* mapviz_plugins::CoordinatePickerPlugin::config_widget_ |
|
private |
◆ copy_on_click_
| bool mapviz_plugins::CoordinatePickerPlugin::copy_on_click_ |
|
private |
◆ map_canvas_
◆ ui_
| Ui::coordinate_picker_config mapviz_plugins::CoordinatePickerPlugin::ui_ |
|
private |
The documentation for this class was generated from the following files: