VR-Forces Developer's Guide
 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. It has the HUD objects smoother available to compute values.

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

Public Member Functions

 DtGlStudioObjectAttributeUpdater ()
 
virtual ~DtGlStudioObjectAttributeUpdater ()
 
virtual void init (DtSmoother *smoother, DtDe *de)
 
virtual std::string value (double time)=0
 
virtual std::string value ()
 
virtual void setElementId (DtElementID id)
 
virtual DtElementID elementId () const
 
- 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
 

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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)