DemFootsteps.h
Classes
- DemFootsteps -- (full description)
Interface
- Public Members
- DemFootsteps (DemMgr *demMgr, Time startTime, Time endTime)
- virtual ~DemFootsteps ()
- virtual void newType ()
- virtual DesCallBackFunc *footstepsNewTypeCBF () const
- virtual void newStep ()
- virtual DesCallBackFunc *footstepsNewStepCBF () const
- Private Members
- DemFootsteps (const DemFootsteps&)
- DemFootsteps& operator= (const DemFootsteps&)
Member Description
Constructor: DemFootsteps
Initialize footstep sound specifying start and end time.
Destructor: ~DemFootsteps
virtual void newType ()
Method: newType
Change the type of foot step sound.
Method: footstepsNewTypeCBF
Return the call back function for newType.
virtual void newStep ()
Method: newStep
Play a new step sound if movement detected.
Method: footstepsNewStepCBF
Return the call back function for newStep.
DemFootsteps& operator= (const DemFootsteps&)