Documentation de SFML 2.1

Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.
sf::Sound Member List

This is the complete list of members for sf::Sound, including all inherited members.

getAttenuation() const sf::SoundSource
getBuffer() const sf::Sound
getLoop() const sf::Sound
getMinDistance() const sf::SoundSource
getPitch() const sf::SoundSource
getPlayingOffset() const sf::Sound
getPosition() const sf::SoundSource
getStatus() const sf::Sound
getVolume() const sf::SoundSource
isRelativeToListener() const sf::SoundSource
m_sourcesf::SoundSourceprotected
operator=(const Sound &right)sf::Sound
pause()sf::Sound
Paused enum valuesf::SoundSource
play()sf::Sound
Playing enum valuesf::SoundSource
resetBuffer()sf::Sound
setAttenuation(float attenuation)sf::SoundSource
setBuffer(const SoundBuffer &buffer)sf::Sound
setLoop(bool loop)sf::Sound
setMinDistance(float distance)sf::SoundSource
setPitch(float pitch)sf::SoundSource
setPlayingOffset(Time timeOffset)sf::Sound
setPosition(float x, float y, float z)sf::SoundSource
setPosition(const Vector3f &position)sf::SoundSource
setRelativeToListener(bool relative)sf::SoundSource
setVolume(float volume)sf::SoundSource
Sound()sf::Sound
Sound(const SoundBuffer &buffer)sf::Soundexplicit
Sound(const Sound &copy)sf::Sound
SoundSource(const SoundSource &copy)sf::SoundSource
SoundSource()sf::SoundSourceprotected
Status enum namesf::SoundSource
stop()sf::Sound
Stopped enum valuesf::SoundSource
~Sound()sf::Sound
~SoundSource()sf::SoundSourcevirtual