SoundManagerMsg Struct Reference#include <SoundManagerMsg.h>
List of all members.
Detailed Description
A small header that preceeds data sent by SoundManager between processes.
Definition at line 8 of file SoundManagerMsg.h.
Member Typedef Documentation
Member Enumeration Documentation
|
Denotes what type of message this is.
- Enumeration values:
-
Definition at line 28 of file SoundManagerMsg.h. |
Constructor & Destructor Documentation
SoundManagerMsg::SoundManagerMsg |
( |
|
) |
[inline] |
|
|
virtual destructor
doesn't do anything, but don't remove it, otherwise this would no longer be a virtual base class
Definition at line 19 of file SoundManagerMsg.h. |
Member Function Documentation
Snd_ID SoundManagerMsg::getID |
( |
|
) |
const [inline] |
|
void SoundManagerMsg::setAdd |
( |
Snd_ID |
sndid |
) |
[inline, private] |
|
void SoundManagerMsg::setDelete |
( |
RCRegion * |
rcregion |
) |
[inline, private] |
|
void SoundManagerMsg::setWakeup |
( |
|
) |
[inline, private] |
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this struct was generated from the following file:
|