VisioMove SDK (iOS)
2.1.22
|
Public Member Functions | |
virtual | ~VgMarker () |
virtual VgIconMarker * | asIconMarker () |
virtual VgTextMarker * | asTextMarker () |
Public Member Functions inherited from VgEngine::VgReferenced | |
VgReferenced () | |
VgReferenced (const VgReferenced &pThis) | |
virtual | ~VgReferenced () |
VgReferenced & | operator= (const VgReferenced &pThis) |
void | ref () const |
int | unref () const |
int | getNbReferences () const |
Protected Member Functions | |
VgMarker () | |
Protected Attributes | |
Private * | mPrivate |
Protected Attributes inherited from VgEngine::VgReferenced | |
int | mNbReferences |
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 |