|
VisioMove
2.1.5
|
Displays a marker on a ponctual position described by a VgPoint. More...

Public Member Functions | |
| virtual | ~VgMarker () |
| Desctructor. More... | |
| virtual VgIconMarker * | asIconMarker () |
| Casts this instance into a VgIconMarker. 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... | |
Protected Member Functions | |
| VgMarker () | |
| Constructor. More... | |
Protected Attributes | |
| Private * | mPrivate |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
| The number of references to this object. More... | |
Friends | |
| class | VgEngine::VgObjectBridge |
Displays a marker on a ponctual position described by a VgPoint.
There are two types of makers : textual (a label) and graphics (an image).
|
protected |
Constructor.
|
virtual |
Desctructor.
|
virtual |
Casts this instance into a VgIconMarker.
Reimplemented in Vg3DModule::VgIconMarker.
|
virtual |
Casts this instance into a VgTextMarker.
Reimplemented in Vg3DModule::VgTextMarker.
|
friend |
|
protected |