Ogre Video and Audio Plugins  master
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
OgreOggSound::OOSCallback Class Referenceabstract

Callbacks for sound states. More...

#include <OgreOggSoundCallback.h>

Inheritance diagram for OgreOggSound::OOSCallback:

Public Member Functions

virtual ~OOSCallback ()
 
virtual void execute (OgreOggISound *sound)=0
 

Detailed Description

Callbacks for sound states.

Template class for implementing callbacks which can be attached to sounds.

Remarks
Allows member functions to be used as callbacks. Amended from OgreAL, originally written by CaseyB.

Constructor & Destructor Documentation

◆ ~OOSCallback()

virtual OgreOggSound::OOSCallback::~OOSCallback ( )
inlinevirtual

Member Function Documentation

◆ execute()

virtual void OgreOggSound::OOSCallback::execute ( OgreOggISound sound)
pure virtual

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