|
VisioMove
2.1.5
|
Displays an icon as a marker of a VgPoint. More...
Public Member Functions | |
| VgIconMarker () | |
| Constructor. More... | |
| virtual | ~VgIconMarker () |
| Desctructor. More... | |
| virtual VgIconMarker * | asIconMarker () |
| VgEngine::VgRefPtr < VgEngine::VgITexture > & | getIcon () |
| bool | setIcon (VgEngine::VgRefPtr< VgEngine::VgITexture > &pTexture) |
| Sets a new icon. More... | |
| float | getScale () const |
| void | setScale (const float pScale) |
| Sets a new scale. More... | |
Public Member Functions inherited from Vg3DModule::VgMarker | |
| virtual | ~VgMarker () |
| Desctructor. More... | |
| virtual VgTextMarker * | asTextMarker () |
| Casts this instance into a VgTextMarker. More... | |
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... | |
Friends | |
| class | VgEngine::VgObjectBridge |
Additional Inherited Members | |
Protected Member Functions inherited from Vg3DModule::VgMarker | |
| VgMarker () | |
| Constructor. More... | |
Protected Attributes inherited from Vg3DModule::VgMarker | |
| Private * | mPrivate |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
| The number of references to this object. More... | |
Displays an icon as a marker of a VgPoint.
| Vg3DModule::VgIconMarker::VgIconMarker | ( | ) |
Constructor.
|
virtual |
Desctructor.
|
virtual |
Reimplemented from Vg3DModule::VgMarker.
| VgEngine::VgRefPtr< VgEngine::VgITexture >& Vg3DModule::VgIconMarker::getIcon | ( | ) |
| float Vg3DModule::VgIconMarker::getScale | ( | ) | const |
| bool Vg3DModule::VgIconMarker::setIcon | ( | VgEngine::VgRefPtr< VgEngine::VgITexture > & | pTexture | ) |
Sets a new icon.
| void Vg3DModule::VgIconMarker::setScale | ( | const float | pScale | ) |
Sets a new scale.
Default Value : 20.
|
friend |