Gazebo Gazebo

API Reference

6.16.0

Event that notifies a visual plugin is to be loaded. More...

#include <GuiEvents.hh>

Public Member Functions

 VisualPlugins (ignition::gazebo::Entity _entity, const sdf::Plugins &_plugins)
 Constructor. More...
 
ignition::gazebo::Entity Entity () const
 Get the entity to load the visual plugin for. More...
 
const sdf::Plugins & Plugins () const
 Get the SDF Plugin of the visual plugin. More...
 

Static Public Attributes

static const QEvent::Type kType = QEvent::Type(QEvent::User + 9)
 

Detailed Description

Event that notifies a visual plugin is to be loaded.

Constructor & Destructor Documentation

◆ VisualPlugins()

VisualPlugins ( ignition::gazebo::Entity  _entity,
const sdf::Plugins &  _plugins 
)
explicit

Constructor.

Parameters
[in]_entityVisual entity id
[in]_pluginsSDF plugin object

Member Function Documentation

◆ Entity()

Get the entity to load the visual plugin for.

◆ Plugins()

const sdf::Plugins& Plugins ( ) const

Get the SDF Plugin of the visual plugin.

Member Data Documentation

◆ kType

const QEvent::Type kType = QEvent::Type(QEvent::User + 9)
static

The documentation for this class was generated from the following file: