#include <float_plugin.h>
|
void | Draw (double x, double y, double scale) |
|
| FloatPlugin () |
|
QWidget * | GetConfigWidget (QWidget *parent) |
|
bool | Initialize (QGLWidget *canvas) |
|
void | LoadConfig (const YAML::Node &node, const std::string &path) |
|
void | Paint (QPainter *painter, double x, double y, double scale) |
|
void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
|
void | Shutdown () |
|
bool | SupportsPainting () |
|
void | Transform () |
|
virtual | ~FloatPlugin () |
|
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 |
|
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 56 of file float_plugin.h.
Enumerator |
---|
TOP_LEFT |
|
TOP_CENTER |
|
TOP_RIGHT |
|
CENTER_LEFT |
|
CENTER |
|
CENTER_RIGHT |
|
BOTTOM_LEFT |
|
BOTTOM_CENTER |
|
BOTTOM_RIGHT |
|
Definition at line 61 of file float_plugin.h.
mapviz_plugins::FloatPlugin::FloatPlugin |
( |
| ) |
|
mapviz_plugins::FloatPlugin::~FloatPlugin |
( |
| ) |
|
|
virtual |
void mapviz_plugins::FloatPlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
QWidget * mapviz_plugins::FloatPlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
bool mapviz_plugins::FloatPlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
void mapviz_plugins::FloatPlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
void mapviz_plugins::FloatPlugin::Paint |
( |
QPainter * |
painter, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
void mapviz_plugins::FloatPlugin::PaintText |
( |
QPainter * |
painter | ) |
|
|
protected |
void mapviz_plugins::FloatPlugin::PostfixEdited |
( |
| ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
void mapviz_plugins::FloatPlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
void mapviz_plugins::FloatPlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
void mapviz_plugins::FloatPlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
void mapviz_plugins::FloatPlugin::SelectColor |
( |
| ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::SelectFont |
( |
| ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::SelectTopic |
( |
| ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::SetAnchor |
( |
QString |
anchor | ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::SetOffsetX |
( |
int |
offset | ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::SetOffsetY |
( |
int |
offset | ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::SetUnits |
( |
QString |
units | ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
bool mapviz_plugins::FloatPlugin::SupportsPainting |
( |
| ) |
|
|
inlinevirtual |
void mapviz_plugins::FloatPlugin::TopicEdited |
( |
| ) |
|
|
protectedslot |
void mapviz_plugins::FloatPlugin::Transform |
( |
| ) |
|
|
inlinevirtual |
Anchor mapviz_plugins::FloatPlugin::anchor_ |
|
private |
const char * mapviz_plugins::FloatPlugin::ANCHOR_KEY = "anchor" |
|
staticprivate |
QColor mapviz_plugins::FloatPlugin::color_ |
|
private |
const char * mapviz_plugins::FloatPlugin::COLOR_KEY = "color" |
|
staticprivate |
QWidget* mapviz_plugins::FloatPlugin::config_widget_ |
|
private |
QFont mapviz_plugins::FloatPlugin::font_ |
|
private |
const char * mapviz_plugins::FloatPlugin::FONT_KEY = "font" |
|
staticprivate |
bool mapviz_plugins::FloatPlugin::has_message_ |
|
private |
bool mapviz_plugins::FloatPlugin::has_painted_ |
|
private |
QStaticText mapviz_plugins::FloatPlugin::message_ |
|
private |
int mapviz_plugins::FloatPlugin::offset_x_ |
|
private |
const char * mapviz_plugins::FloatPlugin::OFFSET_X_KEY = "offset_x" |
|
staticprivate |
int mapviz_plugins::FloatPlugin::offset_y_ |
|
private |
const char * mapviz_plugins::FloatPlugin::OFFSET_Y_KEY = "offset_y" |
|
staticprivate |
std::string mapviz_plugins::FloatPlugin::postfix_ |
|
private |
const char * mapviz_plugins::FloatPlugin::POSTFIX_KEY = "postfix_text" |
|
staticprivate |
std::string mapviz_plugins::FloatPlugin::topic_ |
|
private |
const char * mapviz_plugins::FloatPlugin::TOPIC_KEY = "topic" |
|
staticprivate |
Ui::float_config mapviz_plugins::FloatPlugin::ui_ |
|
private |
Units mapviz_plugins::FloatPlugin::units_ |
|
private |
const char * mapviz_plugins::FloatPlugin::UNITS_KEY = "units" |
|
staticprivate |
The documentation for this class was generated from the following files: