OpenMW
|
This is the complete list of members for MWBase::SoundManager, including all inherited members.
clear()=0 | MWBase::SoundManager | pure virtual |
fadeOutSound3D(const MWWorld::ConstPtr &reference, const std::string &soundId, float duration)=0 | MWBase::SoundManager | pure virtual |
getSaySoundLoudness(const MWWorld::ConstPtr &reference) const =0 | MWBase::SoundManager | pure virtual |
getSoundPlaying(const MWWorld::ConstPtr &reference, const std::string &soundId) const =0 | MWBase::SoundManager | pure virtual |
getTrackTimeDelay(SoundStreamPtr stream)=0 | MWBase::SoundManager | pure virtual |
isMusicPlaying()=0 | MWBase::SoundManager | pure virtual |
operator=(const SoundManager &) | MWBase::SoundManager | private |
pauseSounds(int types=Play_TypeMask)=0 | MWBase::SoundManager | pure virtual |
Play_Loop enum value | MWBase::SoundManager | |
Play_LoopNoEnv enum value | MWBase::SoundManager | |
Play_LoopRemoveAtDistance enum value | MWBase::SoundManager | |
Play_NoEnv enum value | MWBase::SoundManager | |
Play_NoPlayerLocal enum value | MWBase::SoundManager | |
Play_Normal enum value | MWBase::SoundManager | |
Play_RemoveAtDistance enum value | MWBase::SoundManager | |
Play_TypeFoot enum value | MWBase::SoundManager | |
Play_TypeMask enum value | MWBase::SoundManager | |
Play_TypeMovie enum value | MWBase::SoundManager | |
Play_TypeMusic enum value | MWBase::SoundManager | |
Play_TypeSfx enum value | MWBase::SoundManager | |
Play_TypeVoice enum value | MWBase::SoundManager | |
PlayMode enum name | MWBase::SoundManager | |
playPlaylist(const std::string &playlist)=0 | MWBase::SoundManager | pure virtual |
playSound(const std::string &soundId, float volume, float pitch, PlayType type=Play_TypeSfx, PlayMode mode=Play_Normal, float offset=0)=0 | MWBase::SoundManager | pure virtual |
playSound3D(const MWWorld::ConstPtr &reference, const std::string &soundId, float volume, float pitch, PlayType type=Play_TypeSfx, PlayMode mode=Play_Normal, float offset=0)=0 | MWBase::SoundManager | pure virtual |
playSound3D(const osg::Vec3f &initialPos, const std::string &soundId, float volume, float pitch, PlayType type=Play_TypeSfx, PlayMode mode=Play_Normal, float offset=0)=0 | MWBase::SoundManager | pure virtual |
playTrack(const MWSound::DecoderPtr &decoder, PlayType type)=0 | MWBase::SoundManager | pure virtual |
PlayType enum name | MWBase::SoundManager | |
processChangedSettings(const std::set< std::pair< std::string, std::string > > &settings)=0 | MWBase::SoundManager | pure virtual |
resumeSounds(int types=Play_TypeMask)=0 | MWBase::SoundManager | pure virtual |
say(const MWWorld::ConstPtr &reference, const std::string &filename)=0 | MWBase::SoundManager | pure virtual |
say(const std::string &filename)=0 | MWBase::SoundManager | pure virtual |
sayDone(const MWWorld::ConstPtr &reference=MWWorld::ConstPtr()) const =0 | MWBase::SoundManager | pure virtual |
setListenerPosDir(const osg::Vec3f &pos, const osg::Vec3f &dir, const osg::Vec3f &up, bool underwater)=0 | MWBase::SoundManager | pure virtual |
SoundManager(const SoundManager &) | MWBase::SoundManager | private |
SoundManager() | MWBase::SoundManager | inline |
startRandomTitle()=0 | MWBase::SoundManager | pure virtual |
stopMusic()=0 | MWBase::SoundManager | pure virtual |
stopSay(const MWWorld::ConstPtr &reference=MWWorld::ConstPtr())=0 | MWBase::SoundManager | pure virtual |
stopSound(SoundPtr sound)=0 | MWBase::SoundManager | pure virtual |
stopSound(const MWWorld::CellStore *cell)=0 | MWBase::SoundManager | pure virtual |
stopSound(const std::string &soundId)=0 | MWBase::SoundManager | pure virtual |
stopSound3D(const MWWorld::ConstPtr &reference, const std::string &soundId)=0 | MWBase::SoundManager | pure virtual |
stopSound3D(const MWWorld::ConstPtr &reference)=0 | MWBase::SoundManager | pure virtual |
stopTrack(SoundStreamPtr stream)=0 | MWBase::SoundManager | pure virtual |
streamMusic(const std::string &filename)=0 | MWBase::SoundManager | pure virtual |
update(float duration)=0 | MWBase::SoundManager | pure virtual |
updatePtr(const MWWorld::ConstPtr &old, const MWWorld::ConstPtr &updated)=0 | MWBase::SoundManager | pure virtual |
~SoundManager() | MWBase::SoundManager | inlinevirtual |