![]() |
VR-Forces 4.0.4 Class Documentation
|
Generic GLStudio value attribute updater. More...

Public Member Functions | |
| DtGlStudioValueUpdater () | |
| virtual | ~DtGlStudioValueUpdater () |
| virtual void | setValue (const std::string &v) |
| sets the value as a string | |
| virtual std::string | value (double time) |
| Returns the value as a string. | |
Protected Attributes | |
| std::string | myValue |
Generic GLStudio value attribute updater.
| virtual makVrv::DtGlStudioValueUpdater::~DtGlStudioValueUpdater | ( | ) | [virtual] |
| virtual void makVrv::DtGlStudioValueUpdater::setValue | ( | const std::string & | v | ) | [virtual] |
sets the value as a string
| virtual std::string makVrv::DtGlStudioValueUpdater::value | ( | double | time | ) | [virtual] |
Returns the value as a string.
Implements makVrv::DtGlStudioObjectAttributeUpdater.
std::string makVrv::DtGlStudioValueUpdater::myValue [protected] |