VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtGlStudioObjectAttributeUpdater Class Reference

A HUD object side updater abstract base class. More...

Inheritance diagram for makVrv::DtGlStudioObjectAttributeUpdater:
Inheritance graph
[legend]

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
DtDemyDe
- Protected Attributes inherited from makVrv::DtGlStudioAttributeUpdater
DtSignalConnectionManager myEntityConnections
bool myIsDirty

Detailed Description

A HUD object side updater abstract base class.

It has the HUD objects smoother available to compute values

Constructor & Destructor Documentation

makVrv::DtGlStudioObjectAttributeUpdater::DtGlStudioObjectAttributeUpdater ( )
virtual makVrv::DtGlStudioObjectAttributeUpdater::~DtGlStudioObjectAttributeUpdater ( )
virtual

Member Function Documentation

virtual void makVrv::DtGlStudioObjectAttributeUpdater::init ( DtSmoother *  smoother,
DtDe de 
)
virtual

initialize with a HUD object's smoother

virtual std::string makVrv::DtGlStudioObjectAttributeUpdater::value ( double  time)
pure virtual
virtual std::string makVrv::DtGlStudioObjectAttributeUpdater::value ( )
inlinevirtual

just to make the base class happy since this particular type of updater needs a time to function properly

Implements makVrv::DtGlStudioAttributeUpdater.

Member Data Documentation

DtSmoother* makVrv::DtGlStudioObjectAttributeUpdater::mySmoother
protected
DtDe* makVrv::DtGlStudioObjectAttributeUpdater::myDe
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)