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