Ogre Video and Audio Plugins
master
|
Callback template. More...
#include <OgreOggSoundCallback.h>
Public Types | |
typedef void(T::* | MemberFunction) (OgreOggISound *sound) |
Public Member Functions | |
OSSCallbackPointer () | |
OSSCallbackPointer (MemberFunction func, T *obj) | |
virtual | ~OSSCallbackPointer () |
void | execute (OgreOggISound *sound) |
![]() | |
virtual | ~OOSCallback () |
Protected Attributes | |
MemberFunction | mFunction |
T * | mObject |
bool | mUndefined |
Callback template.
typedef void(T::* OgreOggSound::OSSCallbackPointer< T >::MemberFunction) (OgreOggISound *sound) |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements OgreOggSound::OOSCallback.
|
protected |
|
protected |
|
protected |