|
VisioMove
2.1.5
|
Describes a layer. More...

Public Types | |
| typedef VgLayer | Described |
| The described type. More... | |
Public Member Functions | |
| VgLayerDescriptor () | |
Public Member Functions inherited from VgEngine::VgReferenced | |
| VgReferenced () | |
| Constructor. More... | |
| VgReferenced (const VgReferenced &pThis) | |
| Copy constructor. More... | |
| virtual | ~VgReferenced () |
| Destructor. More... | |
| VgReferenced & | operator= (const VgReferenced &pThis) |
| Assignment operator. More... | |
| void | ref () const |
| This method is used to add a reference to this object. More... | |
| int | unref () const |
| This method is used to remove a reference to this object. More... | |
| int | getNbReferences () const |
| Retrieves the number of references to this object. More... | |
Public Attributes | |
| std::string | mName |
| The layer's name. More... | |
| VgLayoutDescriptor * | mLayoutDescriptor |
| The descriptor of the layer's spatial layout. More... | |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
| The number of references to this object. More... | |
The described type.
|
inline |
| VgLayoutDescriptor* VgEngine::VgLayerDescriptor::mLayoutDescriptor |
The descriptor of the layer's spatial layout.
| std::string VgEngine::VgLayerDescriptor::mName |
The layer's name.