Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
jop::Listener Member List

This is the complete list of members for jop::Listener, including all inherited members.

Component(Object &object, const uint32 ID)jop::Componentprotected
Component(const Component &other, Object &newObj)jop::Componentprotected
getDopplerEffect() const jop::Listener
getGlobalVolume()jop::Listenerstatic
getID() const jop::Component
getObject()jop::Component
getObject() const jop::Component
getSpeedOfSound() const jop::Listener
isActive() const jop::Component
isDopplerEffect() const jop::Listener
isSpeedOfSound() const jop::Listener
Listener(Object &object)jop::Listener
receiveMessage(const Message &message)jop::Componentprotectedvirtual
removeSelf()jop::Component
sendMessage(const Message &message)jop::Component
setDopplerEffect(const float dop)jop::Listener
setDopplerEffectToDefault()jop::Listener
setGlobalVolume(const float volume)jop::Listenerstatic
setID(const uint32 ID)jop::Component
setSpeedOfSound(const float speed)jop::Listener
setSpeedOfSoundToDefault()jop::Listener
update(const float deltaTime) overridejop::Listenervirtual
useDopplerEffect(const bool use)jop::Listener
useSpeedOfSound(const bool use)jop::Listener
~Component()=0jop::Componentpure virtual