Gazebo Sim

API Reference

9.0.0~pre1

Provides buttons for adding a box, sphere, or cylinder to the scene. More...

#include <Shapes.hh>

Public Slots

void OnMode (const QString &_mode)
 Callback in Qt thread when mode changes.
 

Public Member Functions

 Shapes ()
 Constructor.
 
 ~Shapes () override
 Destructor.
 
void LoadConfig (const tinyxml2::XMLElement *_pluginElem) override
 
- Public Member Functions inherited from Plugin
 Plugin ()
 
virtual ~Plugin ()
 
QQuickItem * CardItem () const
 
virtual std::string ConfigStr ()
 
QQmlContext * Context () const
 
bool DeleteLaterRequested () const
 
void Load (const tinyxml2::XMLElement *_pluginElem)
 
QQuickItem * PluginItem () const
 
void PostParentChanges ()
 
virtual std::string Title () const
 

Additional Inherited Members

- Protected Member Functions inherited from Plugin
void DeleteLater ()
 
- Protected Attributes inherited from Plugin
std::string configStr
 
std::string title
 

Detailed Description

Provides buttons for adding a box, sphere, or cylinder to the scene.

Constructor & Destructor Documentation

◆ Shapes()

Shapes ( )

Constructor.

◆ ~Shapes()

~Shapes ( )
override

Destructor.

Member Function Documentation

◆ LoadConfig()

void LoadConfig ( const tinyxml2::XMLElement *  _pluginElem)
overridevirtual

Reimplemented from Plugin.

◆ OnMode

void OnMode ( const QString &  _mode)
slot

Callback in Qt thread when mode changes.

Parameters
[in]_modeNew transform mode

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