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

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 More...
 
virtual std::string value (double time)=0
 returns the updater value as a string for sending to GL Studio 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

DtSmoother * mySmoother
 
DtDemyDe
 
DtElementID myElementId
 
- 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.

virtual void makVrv::DtGlStudioObjectAttributeUpdater::setElementId ( DtElementID  id)
virtual

Set the element ID of the entity that this HUD updater is associated with.

virtual DtElementID makVrv::DtGlStudioObjectAttributeUpdater::elementId ( ) const
virtual

Get the element ID of the entity that this HUD updater is associated with.

Member Data Documentation

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

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)