This is just a dummy implementation of iSoundControl.
More...
#include <dummysndctrl.h>
List of all members.
Detailed Description
This is just a dummy implementation of iSoundControl.
Definition at line 34 of file dummysndctrl.h.
Constructor & Destructor Documentation
DummySoundControl::DummySoundControl |
( |
int |
ID | ) |
|
virtual DummySoundControl::~DummySoundControl |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void DummySoundControl::ActivateToggle |
( |
| ) |
[virtual] |
virtual void DummySoundControl::DeactivateToggle |
( |
| ) |
[virtual] |
virtual int DummySoundControl::GetID |
( |
| ) |
const [virtual] |
virtual bool DummySoundControl::GetToggle |
( |
| ) |
const [virtual] |
virtual float DummySoundControl::GetVolume |
( |
| ) |
const [virtual] |
virtual bool DummySoundControl::IsDampened |
( |
| ) |
const [virtual] |
virtual void DummySoundControl::Mute |
( |
| ) |
[virtual] |
virtual void DummySoundControl::SetToggle |
( |
bool |
value | ) |
[virtual] |
virtual void DummySoundControl::SetVolume |
( |
float |
vol | ) |
[virtual] |
virtual void DummySoundControl::Unmute |
( |
| ) |
[virtual] |
virtual void DummySoundControl::VolumeDampening |
( |
float |
damp | ) |
[virtual] |
The documentation for this class was generated from the following file: