Displays a marker on a ponctual position described by a VgPoint. More...


Public Member Functions | |
| virtual | ~VgMarker () |
| Desctructor. | |
| virtual VgIconMarker * | asIconMarker () |
| Casts this instance into a VgIconMarker. | |
| virtual VgTextMarker * | asTextMarker () |
| Casts this instance into a VgTextMarker. | |
Protected Member Functions | |
| VgMarker () | |
| Constructor. | |
Displays a marker on a ponctual position described by a VgPoint.
There are two types of makers : textual (a label) and graphics (an image).
| Vg3DModule::VgMarker::VgMarker | ( | ) | [protected] |
Constructor.
| virtual Vg3DModule::VgMarker::~VgMarker | ( | ) | [virtual] |
Desctructor.
| virtual VgIconMarker* Vg3DModule::VgMarker::asIconMarker | ( | ) | [virtual] |
Casts this instance into a VgIconMarker.
Reimplemented in Vg3DModule::VgIconMarker.
| virtual VgTextMarker* Vg3DModule::VgMarker::asTextMarker | ( | ) | [virtual] |
Casts this instance into a VgTextMarker.
Reimplemented in Vg3DModule::VgTextMarker.