Displays text as a marker of a VgPoint.
- Note
- Do not instantiate this class manually. Use its associated descriptor instead (Vg3DModule::VgTextMarkerDescriptor)
- Version
- 2.0
Vg3DModule::VgTextMarker::VgTextMarker |
( |
| ) |
|
virtual Vg3DModule::VgTextMarker::~VgTextMarker |
( |
| ) |
|
|
virtual |
virtual VgTextMarker* Vg3DModule::VgTextMarker::asTextMarker |
( |
| ) |
|
|
virtual |
- Returns
- the text color.
- Version
- 2.0.9263
const float Vg3DModule::VgTextMarker::getScale |
( |
| ) |
const |
- Returns
- the text scale.
- Version
- 2.0.9263
const std::string Vg3DModule::VgTextMarker::getText |
( |
| ) |
const |
- Returns
- the text of this marker.
- Version
- 2.0.9263
const unsigned int Vg3DModule::VgTextMarker::getTextAttributes |
( |
| ) |
const |
- Returns
- text's attributes.
- Version
- 2.0.9263
Sets a new color.
- Version
- 2.0.9263
void Vg3DModule::VgTextMarker::setScale |
( |
const float |
pScale | ) |
|
Sets the scale.
- Version
- 2.0.9263
bool Vg3DModule::VgTextMarker::setText |
( |
const std::string & |
pText | ) |
|
Sets a new text.
- Version
- 2.0.9263
bool Vg3DModule::VgTextMarker::setTextAttributes |
( |
const unsigned int |
pAttributesMask | ) |
|
Sets text's attributes.
- Version
- 2.0.9263
friend class VgEngine::VgObjectBridge |
|
friend |
The documentation for this class was generated from the following file: