![]() |
VR-Forces 4.10 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 More... | |
| virtual std::string | value (double time) |
| Returns the value as a string. More... | |
Public Member Functions inherited from makVrv::DtGlStudioObjectAttributeUpdater | |
| DtGlStudioObjectAttributeUpdater () | |
| virtual | ~DtGlStudioObjectAttributeUpdater () |
| virtual void | init (DtSmoother *smoother, DtDe *de) |
| initialize with a HUD object's smoother More... | |
| virtual std::string | value () |
| just to make the base class happy since this particular type of updater needs a time to function properly More... | |
| virtual void | setElementId (DtElementID id) |
| Set the element ID of the entity that this HUD updater is associated with. More... | |
| virtual DtElementID | elementId () const |
| Get the element ID of the entity that this HUD updater is associated with. More... | |
Public Member Functions inherited from makVrv::DtGlStudioAttributeUpdater | |
| DtGlStudioAttributeUpdater () | |
| virtual | ~DtGlStudioAttributeUpdater () |
| virtual bool | isDirty () |
Protected Attributes | |
| std::string | myValue |
Protected Attributes inherited from makVrv::DtGlStudioObjectAttributeUpdater | |
| DtSmoother * | mySmoother |
| DtDe * | myDe |
| DtElementID | myElementId |
Protected Attributes inherited from makVrv::DtGlStudioAttributeUpdater | |
| DtSignalConnectionManager | myEntityConnections |
| bool | myIsDirty |
Generic GLStudio value attribute updater.
| makVrv::DtGlStudioValueUpdater::DtGlStudioValueUpdater | ( | ) |
|
virtual |
|
virtual |
sets the value as a string
|
virtual |
Returns the value as a string.
Implements makVrv::DtGlStudioObjectAttributeUpdater.
|
protected |