#include <sound.hpp>
MWSound::Sound::Sound |
( |
const Sound & |
rhs | ) |
|
|
private |
MWSound::Sound::Sound |
( |
const osg::Vec3f & |
pos, |
|
|
float |
vol, |
|
|
float |
basevol, |
|
|
float |
pitch, |
|
|
float |
mindist, |
|
|
float |
maxdist, |
|
|
int |
flags |
|
) |
| |
|
inline |
MWSound::Sound::Sound |
( |
float |
vol, |
|
|
float |
basevol, |
|
|
float |
pitch, |
|
|
int |
flags |
|
) |
| |
|
inline |
bool MWSound::Sound::getDistanceCull |
( |
| ) |
const |
|
inline |
bool MWSound::Sound::getIs3D |
( |
| ) |
const |
|
inline |
bool MWSound::Sound::getIsLooping |
( |
| ) |
const |
|
inline |
float MWSound::Sound::getMaxDistance |
( |
| ) |
const |
|
inline |
float MWSound::Sound::getMinDistance |
( |
| ) |
const |
|
inline |
float MWSound::Sound::getPitch |
( |
| ) |
const |
|
inline |
const osg::Vec3f& MWSound::Sound::getPosition |
( |
| ) |
const |
|
inline |
float MWSound::Sound::getRealVolume |
( |
| ) |
const |
|
inline |
bool MWSound::Sound::getUseEnv |
( |
| ) |
const |
|
inline |
Sound& MWSound::Sound::operator= |
( |
const Sound & |
rhs | ) |
|
|
private |
void MWSound::Sound::setBaseVolume |
( |
float |
volume | ) |
|
|
inline |
void MWSound::Sound::setFadeout |
( |
float |
duration | ) |
|
|
inline |
void MWSound::Sound::setPosition |
( |
const osg::Vec3f & |
pos | ) |
|
|
inline |
void MWSound::Sound::setVolume |
( |
float |
volume | ) |
|
|
inline |
void MWSound::Sound::updateFade |
( |
float |
duration | ) |
|
|
inline |
float MWSound::Sound::mBaseVolume |
|
private |
float MWSound::Sound::mFadeOutTime |
|
private |
int MWSound::Sound::mFlags |
|
private |
float MWSound::Sound::mMaxDistance |
|
private |
float MWSound::Sound::mMinDistance |
|
private |
float MWSound::Sound::mPitch |
|
private |
osg::Vec3f MWSound::Sound::mPos |
|
private |
float MWSound::Sound::mVolume |
|
private |
The documentation for this class was generated from the following file:
- /home/travis/build/OpenMW/openmw/apps/openmw/mwsound/sound.hpp