#include <object_plugin.h>
|  | 
| void | ClearHistory () | 
|  | 
| 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) | 
|  | 
|  | ObjectPlugin () | 
|  | 
| 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 | ~ObjectPlugin () | 
|  | 
| 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 | 
|  | 
| 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 54 of file object_plugin.h.
 
◆ ObjectPlugin()
      
        
          | mapviz_plugins::ObjectPlugin::ObjectPlugin | ( |  | ) |  | 
      
 
 
◆ ~ObjectPlugin()
  
  | 
        
          | mapviz_plugins::ObjectPlugin::~ObjectPlugin | ( |  | ) |  |  | virtual | 
 
 
◆ ClearHistory()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::ClearHistory | ( |  | ) |  |  | virtual | 
 
 
◆ Draw()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::Draw | ( | double | x, |  
          |  |  | double | y, |  
          |  |  | double | scale |  
          |  | ) |  |  |  | virtual | 
 
 
◆ GetConfigWidget()
  
  | 
        
          | QWidget * mapviz_plugins::ObjectPlugin::GetConfigWidget | ( | QWidget * | parent | ) |  |  | virtual | 
 
 
◆ handleMessage()
◆ handleObstacle()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::handleObstacle | ( | const marti_nav_msgs::Obstacle & | obj, |  
          |  |  | const std_msgs::Header & | header |  
          |  | ) |  |  |  | private | 
 
 
◆ handleTrack()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::handleTrack | ( | const marti_nav_msgs::TrackedObject & | obj | ) |  |  | private | 
 
 
◆ Initialize()
  
  | 
        
          | bool mapviz_plugins::ObjectPlugin::Initialize | ( | QGLWidget * | canvas | ) |  |  | virtual | 
 
 
◆ LoadConfig()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::LoadConfig | ( | const YAML::Node & | node, |  
          |  |  | const std::string & | path |  
          |  | ) |  |  |  | virtual | 
 
 
◆ Paint()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::Paint | ( | QPainter * | painter, |  
          |  |  | double | x, |  
          |  |  | double | y, |  
          |  |  | double | scale |  
          |  | ) |  |  |  | virtual | 
 
 
◆ PrintError()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::PrintError | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ PrintInfo()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::PrintInfo | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ PrintWarning()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::PrintWarning | ( | const std::string & | message | ) |  |  | protectedvirtual | 
 
 
◆ SaveConfig()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::SaveConfig | ( | YAML::Emitter & | emitter, |  
          |  |  | const std::string & | path |  
          |  | ) |  |  |  | virtual | 
 
 
◆ SelectTopic
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::SelectTopic | ( |  | ) |  |  | protectedslot | 
 
 
◆ SetColor
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::SetColor | ( | const QColor & | color | ) |  |  | protectedslot | 
 
 
◆ Shutdown()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::Shutdown | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ SupportsPainting()
  
  | 
        
          | bool mapviz_plugins::ObjectPlugin::SupportsPainting | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ timerEvent()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::timerEvent | ( | QTimerEvent * | event | ) |  |  | protected | 
 
 
◆ TopicEdited
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::TopicEdited | ( |  | ) |  |  | protectedslot | 
 
 
◆ Transform()
  
  | 
        
          | void mapviz_plugins::ObjectPlugin::Transform | ( |  | ) |  |  | virtual | 
 
 
◆ color_
  
  | 
        
          | QColor mapviz_plugins::ObjectPlugin::color_ |  | private | 
 
 
◆ config_widget_
  
  | 
        
          | QWidget* mapviz_plugins::ObjectPlugin::config_widget_ |  | private | 
 
 
◆ connected_
  
  | 
        
          | bool mapviz_plugins::ObjectPlugin::connected_ |  | private | 
 
 
◆ has_message_
  
  | 
        
          | bool mapviz_plugins::ObjectPlugin::has_message_ |  | private | 
 
 
◆ object_sub_
◆ objects_
  
  | 
        
          | std::vector<ObjectData> mapviz_plugins::ObjectPlugin::objects_ |  | private | 
 
 
◆ topic_
  
  | 
        
          | std::string mapviz_plugins::ObjectPlugin::topic_ |  | private | 
 
 
◆ ui_
  
  | 
        
          | Ui::object_config mapviz_plugins::ObjectPlugin::ui_ |  | private | 
 
 
The documentation for this class was generated from the following files: