DemFootsteps.h

Classes

DemFootsteps -- (full description)

class DemFootsteps

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&)

Description

Member Description

DemFootsteps (DemMgr *demMgr, Time startTime, Time endTime)

Constructor: DemFootsteps Initialize footstep sound specifying start and end time.

virtual ~DemFootsteps ()

Destructor: ~DemFootsteps

virtual void newType ()

Method: newType Change the type of foot step sound.

virtual DesCallBackFunc *footstepsNewTypeCBF () const

Method: footstepsNewTypeCBF Return the call back function for newType.

virtual void newStep ()

Method: newStep Play a new step sound if movement detected.

virtual DesCallBackFunc *footstepsNewStepCBF () const

Method: footstepsNewStepCBF Return the call back function for newStep.

DemFootsteps (const DemFootsteps&)

DemFootsteps& operator= (const DemFootsteps&)