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