Public Attributes | List of all members
gazebo::gui::ModelMakerPrivate Class Reference

Private data for the ModelMaker class. More...

#include <ModelMakerPrivate.hh>

Inheritance diagram for gazebo::gui::ModelMakerPrivate:
Inheritance graph
[legend]

Public Attributes

bool clone
 True if the model is being created as a clone of an existing model. More...
 
transport::PublisherPtr makerPub
 Publisher for factory messages. More...
 
sdf::SDFPtr modelSDF
 The SDF representation of the model. More...
 
rendering::VisualPtr modelVisual
 The model visual being created. More...
 
std::list
< rendering::VisualWeakPtr
visuals
 A list of model visuals created by the model maker. More...
 
- Public Attributes inherited from gazebo::gui::EntityMakerPrivate
transport::NodePtr node
 Node to publish messages and spawn the entity. More...
 

Detailed Description

Private data for the ModelMaker class.

Member Data Documentation

bool gazebo::gui::ModelMakerPrivate::clone

True if the model is being created as a clone of an existing model.

transport::PublisherPtr gazebo::gui::ModelMakerPrivate::makerPub

Publisher for factory messages.

sdf::SDFPtr gazebo::gui::ModelMakerPrivate::modelSDF

The SDF representation of the model.

rendering::VisualPtr gazebo::gui::ModelMakerPrivate::modelVisual

The model visual being created.

std::list<rendering::VisualWeakPtr> gazebo::gui::ModelMakerPrivate::visuals

A list of model visuals created by the model maker.


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