#include <SoundListener.h>
Public Member Functions | |
| virtual | ~SoundListener () |
| Vector & | getPosition () |
| void | setPosition (Vector &position) |
| void | setVelocity (Vector &velocity) |
| void | setOrientation (Vector &orientation) |
| void | setGain (float gain) |
Protected Member Functions | |
| SoundListener () | |
Friends | |
| class | Sound |
Definition at line 27 of file SoundListener.h.
| SoundListener::~SoundListener | ( | ) | [virtual] |
Definition at line 33 of file SoundListener.cpp.
| SoundListener::SoundListener | ( | ) | [protected] |
Definition at line 29 of file SoundListener.cpp.
| Vector & SoundListener::getPosition | ( | ) |
Definition at line 37 of file SoundListener.cpp.
References Sound::instance().
Referenced by Sound::updateSources().
| void SoundListener::setPosition | ( | Vector & | position | ) |
Definition at line 47 of file SoundListener.cpp.
References Sound::instance().
Referenced by MainCamera::simulate().
| void SoundListener::setVelocity | ( | Vector & | velocity | ) |
Definition at line 54 of file SoundListener.cpp.
References Sound::instance().
Referenced by MainCamera::simulate().
| void SoundListener::setOrientation | ( | Vector & | orientation | ) |
Definition at line 62 of file SoundListener.cpp.
References Sound::instance().
Referenced by MainCamera::simulate().
| void SoundListener::setGain | ( | float | gain | ) |
Definition at line 77 of file SoundListener.cpp.
References Sound::instance().
Referenced by SoundDialog::buttonDown(), and initHardware().
friend class Sound [friend] |
Definition at line 39 of file SoundListener.h.
1.5.3