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