#include <SoundEvents.h>

Public Member Functions | |
| SoundBufferEvent (tIResourcePtr soundResource, tSoundID id, tSoundAction action) | |
| tIResourcePtr | GetResource () |
| tSoundID | GetID () |
| tSoundAction | GetAction () |
Static Public Member Functions | |
| static const std::string | sGetEventName () |
Private Attributes | |
| tIResourcePtr | mResource |
| tSoundID | mID |
| tSoundAction | mAction |
Definition at line 41 of file SoundEvents.h.
| SoundBufferEvent::SoundBufferEvent | ( | tIResourcePtr | soundResource, | |
| tSoundID | id, | |||
| tSoundAction | action | |||
| ) |
| tIResourcePtr SoundBufferEvent::GetResource | ( | ) |
Definition at line 44 of file SoundEvents.cpp.
References mResource.
00044 { 00045 return mResource; 00046 }
| tSoundID SoundBufferEvent::GetID | ( | ) |
| tSoundAction SoundBufferEvent::GetAction | ( | ) |
Definition at line 52 of file SoundEvents.cpp.
References mAction.
00052 { 00053 return mAction; 00054 }
| static const std::string pcce::SoundBufferEvent::sGetEventName | ( | ) | [inline, static] |
tSoundID pcce::SoundBufferEvent::mID [private] |
tSoundAction pcce::SoundBufferEvent::mAction [private] |
1.5.5