|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLSOUND::CSoundBank Class ReferenceA set of sounds.
More...
#include <sound_bank.h>
List of all members.
Detailed Description
A set of sounds.
-
Author:
-
Peter Hanappe \authoe Boris Boucher , Nevrax France
-
Date:
-
2001
Definition at line 48 of file sound_bank.h.
Member Typedef Documentation
typedef std::hash_map<std::string, TSimpleSoundContainer > NLSOUND::CSoundBank::TBufferAssocContainer [private]
|
|
typedef std::hash_map<std::string, CSound*> NLSOUND::CSoundBank::TSoundTable [private]
|
|
Constructor & Destructor Documentation
NLSOUND::CSoundBank::~CSoundBank |
( |
|
) |
[virtual] |
|
NLSOUND::CSoundBank::CSoundBank |
( |
|
) |
[inline, private] |
|
Member Function Documentation
void NLSOUND::CSoundBank::addSound |
( |
CSound * |
sound |
) |
|
|
void NLSOUND::CSoundBank::bufferLoaded |
( |
const std::string |
bufferName, |
|
|
IBuffer * |
buffer |
|
) |
|
|
void NLSOUND::CSoundBank::bufferUnloaded |
( |
const std::string |
bufferName |
) |
|
|
uint NLSOUND::CSoundBank::countSounds |
( |
|
) |
|
|
void NLSOUND::CSoundBank::getNames |
( |
std::vector< std::string > & |
names |
) |
|
|
CSound * NLSOUND::CSoundBank::getSound |
( |
const std::string & |
name |
) |
|
|
CSoundBank * NLSOUND::CSoundBank::instance |
( |
|
) |
[static] |
|
bool NLSOUND::CSoundBank::isLoaded |
( |
|
) |
|
|
|
Returns true if the sounds in this bank have been loaded.
Definition at line 313 of file sound_bank.cpp.
References _Loaded. |
void NLSOUND::CSoundBank::load |
( |
|
) |
|
|
void NLSOUND::CSoundBank::release |
( |
|
) |
[static] |
|
void NLSOUND::CSoundBank::removeSound |
( |
const std::string & |
name |
) |
|
|
void NLSOUND::CSoundBank::unload |
( |
|
) |
|
|
Member Data Documentation
CSoundBank * NLSOUND::CSoundBank::_Instance [static, private]
|
|
bool NLSOUND::CSoundBank::_Loaded [private]
|
|
The documentation for this class was generated from the following files:
|
|