Urho3D
Dviglo::Sound Member List

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

AddMetadata(const String &name, const Variant &value)Dviglo::ResourceWithMetadata
AddRef()Dviglo::RefCounted
asyncLoadState_Dviglo::Resourceprivate
BeginLoad(Deserializer &source) overrideDviglo::Soundvirtual
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
compressed_Dviglo::Soundprivate
compressedLength_Dviglo::Soundprivate
context_Dviglo::Objectprotected
CopyMetadata(const ResourceWithMetadata &source)Dviglo::ResourceWithMetadataprotected
data_Dviglo::Soundprivate
dataSize_Dviglo::Soundprivate
end_Dviglo::Soundprivate
EndLoad()Dviglo::Resourcevirtual
eventHandlers_Dviglo::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FixInterpolation()Dviglo::Sound
frequency_Dviglo::Soundprivate
GetAsyncLoadState() constDviglo::Resourceinline
GetBlockEvents() constDviglo::Objectinline
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetData() constDviglo::Soundinline
GetDataSize() constDviglo::Soundinline
GetDecoderStream() constDviglo::Sound
GetEnd() constDviglo::Soundinline
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetFrequency() constDviglo::Soundinline
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetIntFrequency() constDviglo::Soundinline
GetLength() constDviglo::Sound
GetMemoryUse() constDviglo::Resourceinline
GetMetadata(const String &name) constDviglo::ResourceWithMetadata
GetName() constDviglo::Resourceinline
GetNameHash() constDviglo::Resourceinline
GetRepeat() constDviglo::Soundinline
GetSampleSize() constDviglo::Sound
GetStart() constDviglo::Soundinline
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
GetUseTimer()Dviglo::Resource
HasEventHandlers() constDviglo::Objectinline
HasMetadata() constDviglo::ResourceWithMetadata
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
IsCompressed() constDviglo::Soundinline
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
IsLooped() constDviglo::Soundinline
IsSixteenBit() constDviglo::Soundinline
IsStereo() constDviglo::Soundinline
Load(Deserializer &source)Dviglo::Resource
LoadFile(const String &fileName)Dviglo::Resource
LoadMetadataFromJSON(const JSONArray &array)Dviglo::ResourceWithMetadataprotected
LoadMetadataFromXML(const XMLElement &source)Dviglo::ResourceWithMetadataprotected
LoadOggVorbis(Deserializer &source)Dviglo::Sound
LoadParameters()Dviglo::Soundprivate
LoadRaw(Deserializer &source)Dviglo::Sound
LoadWav(Deserializer &source)Dviglo::Sound
looped_Dviglo::Soundprivate
memoryUse_Dviglo::Resourceprivate
metadata_Dviglo::ResourceWithMetadataprivate
metadataKeys_Dviglo::ResourceWithMetadataprivate
name_Dviglo::Resourceprivate
nameHash_Dviglo::Resourceprivate
Object(Context *context)Dviglo::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
RegisterObject(Context *context)Dviglo::Soundstatic
ReleaseRef()Dviglo::RefCounted
RemoveAllMetadata()Dviglo::ResourceWithMetadata
RemoveEventSender(Object *sender)Dviglo::Objectprivate
RemoveMetadata(const String &name)Dviglo::ResourceWithMetadata
repeat_Dviglo::Soundprivate
ResetUseTimer()Dviglo::Resource
Resource(Context *context)Dviglo::Resourceexplicit
ResourceWithMetadata(Context *context)Dviglo::ResourceWithMetadatainlineexplicit
Save(Serializer &dest) constDviglo::Resourcevirtual
SaveFile(const String &fileName) constDviglo::Resourcevirtual
SaveMetadataToXML(XMLElement &destination) constDviglo::ResourceWithMetadataprotected
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
SetAsyncLoadState(AsyncLoadState newState)Dviglo::Resource
SetBlockEvents(bool block)Dviglo::Objectinline
SetData(const void *data, unsigned dataSize)Dviglo::Sound
SetFormat(unsigned frequency, bool sixteenBit, bool stereo)Dviglo::Sound
SetGlobalVar(StringHash key, const Variant &value)Dviglo::Object
SetLoop(unsigned repeatOffset, unsigned endOffset)Dviglo::Sound
SetLooped(bool enable)Dviglo::Sound
SetMemoryUse(unsigned size)Dviglo::Resource
SetName(const String &name)Dviglo::Resource
SetSize(unsigned dataSize)Dviglo::Sound
sixteenBit_Dviglo::Soundprivate
Sound(Context *context)Dviglo::Soundexplicit
stereo_Dviglo::Soundprivate
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dviglo::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dviglo::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dviglo::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dviglo::Object
UnsubscribeFromAllEvents()Dviglo::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dviglo::Object
UnsubscribeFromEvent(StringHash eventType)Dviglo::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dviglo::Object
UnsubscribeFromEvents(Object *sender)Dviglo::Object
URHO3D_OBJECT(Sound, ResourceWithMetadata) (defined in Dviglo::Sound)Dviglo::Soundprivate
useTimer_Dviglo::Resourceprivate
WeakRefs() constDviglo::RefCounted
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual
~Sound() overrideDviglo::Sound