#include <robot_image_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) |
| |
| | RobotImagePlugin () |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| void | Transform () |
| |
| virtual | ~RobotImagePlugin () |
| |
| 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 55 of file robot_image_plugin.h.
| mapviz_plugins::RobotImagePlugin::RobotImagePlugin |
( |
| ) |
|
| mapviz_plugins::RobotImagePlugin::~RobotImagePlugin |
( |
| ) |
|
|
virtual |
| void mapviz_plugins::RobotImagePlugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
| void mapviz_plugins::RobotImagePlugin::FrameEdited |
( |
| ) |
|
|
protectedslot |
| QWidget * mapviz_plugins::RobotImagePlugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
| void mapviz_plugins::RobotImagePlugin::HeightChanged |
( |
double |
value | ) |
|
|
protectedslot |
| void mapviz_plugins::RobotImagePlugin::ImageEdited |
( |
| ) |
|
|
protectedslot |
| bool mapviz_plugins::RobotImagePlugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
| void mapviz_plugins::RobotImagePlugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
| void mapviz_plugins::RobotImagePlugin::LoadImage |
( |
| ) |
|
|
private |
| void mapviz_plugins::RobotImagePlugin::OffsetXChanged |
( |
double |
value | ) |
|
|
protectedslot |
| void mapviz_plugins::RobotImagePlugin::OffsetYChanged |
( |
double |
value | ) |
|
|
protectedslot |
| void mapviz_plugins::RobotImagePlugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::RobotImagePlugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::RobotImagePlugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::RobotImagePlugin::RatioCustomToggled |
( |
bool |
toggled | ) |
|
|
protectedslot |
| void mapviz_plugins::RobotImagePlugin::RatioEqualToggled |
( |
bool |
toggled | ) |
|
|
protectedslot |
| void mapviz_plugins::RobotImagePlugin::RatioOriginalToggled |
( |
bool |
toggled | ) |
|
|
protectedslot |
| void mapviz_plugins::RobotImagePlugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
| void mapviz_plugins::RobotImagePlugin::SelectFile |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::RobotImagePlugin::SelectFrame |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::RobotImagePlugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
| void mapviz_plugins::RobotImagePlugin::Transform |
( |
| ) |
|
|
virtual |
| void mapviz_plugins::RobotImagePlugin::UpdateShape |
( |
| ) |
|
|
private |
| void mapviz_plugins::RobotImagePlugin::WidthChanged |
( |
double |
value | ) |
|
|
protectedslot |
| tf::Point mapviz_plugins::RobotImagePlugin::bottom_left_ |
|
private |
| tf::Point mapviz_plugins::RobotImagePlugin::bottom_left_transformed_ |
|
private |
| tf::Point mapviz_plugins::RobotImagePlugin::bottom_right_ |
|
private |
| tf::Point mapviz_plugins::RobotImagePlugin::bottom_right_transformed_ |
|
private |
| QWidget* mapviz_plugins::RobotImagePlugin::config_widget_ |
|
private |
| int mapviz_plugins::RobotImagePlugin::dimension_ |
|
private |
| std::string mapviz_plugins::RobotImagePlugin::filename_ |
|
private |
| double mapviz_plugins::RobotImagePlugin::height_ |
|
private |
| QImage mapviz_plugins::RobotImagePlugin::image_ |
|
private |
| double mapviz_plugins::RobotImagePlugin::image_ratio_ |
|
private |
| double mapviz_plugins::RobotImagePlugin::offset_x_ |
|
private |
| double mapviz_plugins::RobotImagePlugin::offset_y_ |
|
private |
| int mapviz_plugins::RobotImagePlugin::texture_id_ |
|
private |
| bool mapviz_plugins::RobotImagePlugin::texture_loaded_ |
|
private |
| tf::Point mapviz_plugins::RobotImagePlugin::top_left_ |
|
private |
| tf::Point mapviz_plugins::RobotImagePlugin::top_left_transformed_ |
|
private |
| tf::Point mapviz_plugins::RobotImagePlugin::top_right_ |
|
private |
| tf::Point mapviz_plugins::RobotImagePlugin::top_right_transformed_ |
|
private |
| bool mapviz_plugins::RobotImagePlugin::transformed_ |
|
private |
| Ui::robot_image_config mapviz_plugins::RobotImagePlugin::ui_ |
|
private |
| double mapviz_plugins::RobotImagePlugin::width_ |
|
private |
The documentation for this class was generated from the following files: