![]() |
VR-Forces 4.0.4 Class Documentation
|
The attribute layout tells DtAttributes where to draw. More...

Public Member Functions | |
| DtNumericAttribute (DtDe &de) | |
| CTOR. | |
| virtual | ~DtNumericAttribute () |
| DTOR. | |
| virtual void | setVisible (bool isVisible) |
| Set the text visible or invisible. | |
| virtual void | setNumber (double num) |
| Set the number to display. | |
Protected Attributes | |
| DtUnicode | myTextString |
The attribute layout tells DtAttributes where to draw.
CTOR.
| virtual makVrv::DtNumericAttribute::~DtNumericAttribute | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtNumericAttribute::setVisible | ( | bool | isVisible | ) | [virtual] |
Set the text visible or invisible.
Reimplemented from makVrv::DtBaseTextAttribute.
| virtual void makVrv::DtNumericAttribute::setNumber | ( | double | num | ) | [virtual] |
Set the number to display.
DtUnicode makVrv::DtNumericAttribute::myTextString [protected] |