![]() |
VR-Forces 4.1 Class Documentation
|
A HUD object side updater abstract base class. More...

Public Member Functions | |
| DtGlStudioObjectAttributeUpdater () | |
| virtual | ~DtGlStudioObjectAttributeUpdater () |
| virtual void | init (DtSmoother *smoother, DtDe *de) |
| initialize with a HUD object's smoother | |
| virtual std::string | value (double time)=0 |
| returns the updater value as a string for sending to GL Studio | |
| virtual std::string | value () |
| just to make the base class happy since this particular type of updater needs a time to function properly | |
Public Member Functions inherited from makVrv::DtGlStudioAttributeUpdater | |
| DtGlStudioAttributeUpdater () | |
| virtual | ~DtGlStudioAttributeUpdater () |
| virtual bool | isDirty () |
Protected Attributes | |
| DtSmoother * | mySmoother |
| DtDe * | myDe |
Protected Attributes inherited from makVrv::DtGlStudioAttributeUpdater | |
| DtSignalConnectionManager | myEntityConnections |
| bool | myIsDirty |
A HUD object side updater abstract base class.
It has the HUD objects smoother available to compute values
| makVrv::DtGlStudioObjectAttributeUpdater::DtGlStudioObjectAttributeUpdater | ( | ) |
|
virtual |
|
virtual |
initialize with a HUD object's smoother
|
pure virtual |
returns the updater value as a string for sending to GL Studio
Implemented in makVrv::DtGlStudioValueUpdater, makVrv::DtGlStudioAoaUpdater, makVrv::DtGlStudioFeetAglUpdater, makVrv::DtGlStudioFeetMslUpdater, makVrv::DtGlStudioPitchUpdater, makVrv::DtExampleMetersPerSecondUpdater, makVrv::DtGlStudioKnotsPerHourUpdater, makVrv::DtGlStudioRollUpdater, makVrv::DtGlStudioYawUpdater, makVrv::DtGlStudioFeetPerMinuteUpdater, makVrv::DtGlStudioKilometersPerHourUpdater, and makVrv::DtGlStudioMilesPerHourUpdater.
|
inlinevirtual |
just to make the base class happy since this particular type of updater needs a time to function properly
Implements makVrv::DtGlStudioAttributeUpdater.
|
protected |
|
protected |