Urho3D::Sound Member List

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

AddMetadata(const String &name, const Variant &value)Urho3D::ResourceWithMetadata
AddRef()Urho3D::RefCounted
asyncLoadState_Urho3D::Resourceprivate
BeginLoad(Deserializer &source) overrideUrho3D::Soundvirtual
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
compressed_Urho3D::Soundprivate
compressedLength_Urho3D::Soundprivate
context_Urho3D::Objectprotected
CopyMetadata(const ResourceWithMetadata &source)Urho3D::ResourceWithMetadataprotected
data_Urho3D::Soundprivate
dataSize_Urho3D::Soundprivate
end_Urho3D::Soundprivate
EndLoad()Urho3D::Resourcevirtual
eventHandlers_Urho3D::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FixInterpolation()Urho3D::Sound
frequency_Urho3D::Soundprivate
GetAsyncLoadState() constUrho3D::Resourceinline
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetData() constUrho3D::Soundinline
GetDataSize() constUrho3D::Soundinline
GetDecoderStream() constUrho3D::Sound
GetEnd() constUrho3D::Soundinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetFrequency() constUrho3D::Soundinline
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetIntFrequency() constUrho3D::Soundinline
GetLength() constUrho3D::Sound
GetMemoryUse() constUrho3D::Resourceinline
GetMetadata(const String &name) constUrho3D::ResourceWithMetadata
GetName() constUrho3D::Resourceinline
GetNameHash() constUrho3D::Resourceinline
GetRepeat() constUrho3D::Soundinline
GetSampleSize() constUrho3D::Sound
GetStart() constUrho3D::Soundinline
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUseTimer()Urho3D::Resource
HasEventHandlers() constUrho3D::Objectinline
HasMetadata() constUrho3D::ResourceWithMetadata
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
IsCompressed() constUrho3D::Soundinline
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
IsLooped() constUrho3D::Soundinline
IsSixteenBit() constUrho3D::Soundinline
IsStereo() constUrho3D::Soundinline
Load(Deserializer &source)Urho3D::Resource
LoadFile(const String &fileName)Urho3D::Resource
LoadMetadataFromJSON(const JSONArray &array)Urho3D::ResourceWithMetadataprotected
LoadMetadataFromXML(const XMLElement &source)Urho3D::ResourceWithMetadataprotected
LoadOggVorbis(Deserializer &source)Urho3D::Sound
LoadParameters()Urho3D::Soundprivate
LoadRaw(Deserializer &source)Urho3D::Sound
LoadWav(Deserializer &source)Urho3D::Sound
looped_Urho3D::Soundprivate
memoryUse_Urho3D::Resourceprivate
metadata_Urho3D::ResourceWithMetadataprivate
metadataKeys_Urho3D::ResourceWithMetadataprivate
name_Urho3D::Resourceprivate
nameHash_Urho3D::Resourceprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterObject(Context *context)Urho3D::Soundstatic
ReleaseRef()Urho3D::RefCounted
RemoveAllMetadata()Urho3D::ResourceWithMetadata
RemoveEventSender(Object *sender)Urho3D::Objectprivate
RemoveMetadata(const String &name)Urho3D::ResourceWithMetadata
repeat_Urho3D::Soundprivate
ResetUseTimer()Urho3D::Resource
Resource(Context *context)Urho3D::Resourceexplicit
ResourceWithMetadata(Context *context)Urho3D::ResourceWithMetadatainlineexplicit
Save(Serializer &dest) constUrho3D::Resourcevirtual
SaveFile(const String &fileName) constUrho3D::Resourcevirtual
SaveMetadataToXML(XMLElement &destination) constUrho3D::ResourceWithMetadataprotected
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, Args... args)Urho3D::Objectinline
SetAsyncLoadState(AsyncLoadState newState)Urho3D::Resource
SetBlockEvents(bool block)Urho3D::Objectinline
SetData(const void *data, unsigned dataSize)Urho3D::Sound
SetFormat(unsigned frequency, bool sixteenBit, bool stereo)Urho3D::Sound
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetLoop(unsigned repeatOffset, unsigned endOffset)Urho3D::Sound
SetLooped(bool enable)Urho3D::Sound
SetMemoryUse(unsigned size)Urho3D::Resource
SetName(const String &name)Urho3D::Resource
SetSize(unsigned dataSize)Urho3D::Sound
sixteenBit_Urho3D::Soundprivate
Sound(Context *context)Urho3D::Soundexplicit
stereo_Urho3D::Soundprivate
SubscribeToEvent(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Urho3D::Object
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
URHO3D_OBJECT(Sound, ResourceWithMetadata) (defined in Urho3D::Sound)Urho3D::Soundprivate
useTimer_Urho3D::Resourceprivate
WeakRefs() constUrho3D::RefCounted
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual
~Sound() overrideUrho3D::Sound