AddMetadata(const String &name, const Variant &value) | Dviglo::ResourceWithMetadata | |
AddRef() | Dviglo::RefCounted | |
asyncLoadState_ | Dviglo::Resource | private |
BeginLoad(Deserializer &source) override | Dviglo::Sound | virtual |
blockEvents_ | Dviglo::Object | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
compressed_ | Dviglo::Sound | private |
compressedLength_ | Dviglo::Sound | private |
context_ | Dviglo::Object | protected |
CopyMetadata(const ResourceWithMetadata &source) | Dviglo::ResourceWithMetadata | protected |
data_ | Dviglo::Sound | private |
dataSize_ | Dviglo::Sound | private |
end_ | Dviglo::Sound | private |
EndLoad() | Dviglo::Resource | virtual |
eventHandlers_ | Dviglo::Object | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FixInterpolation() | Dviglo::Sound | |
frequency_ | Dviglo::Sound | private |
GetAsyncLoadState() const | Dviglo::Resource | inline |
GetBlockEvents() const | Dviglo::Object | inline |
GetCategory() const | Dviglo::Object | |
GetContext() const | Dviglo::Object | inline |
GetData() const | Dviglo::Sound | inline |
GetDataSize() const | Dviglo::Sound | inline |
GetDecoderStream() const | Dviglo::Sound | |
GetEnd() const | Dviglo::Sound | inline |
GetEventDataMap() const | Dviglo::Object | |
GetEventHandler() const | Dviglo::Object | |
GetEventSender() const | Dviglo::Object | |
GetFrequency() const | Dviglo::Sound | inline |
GetGlobalVar(StringHash key) const | Dviglo::Object | |
GetGlobalVars() const | Dviglo::Object | |
GetIntFrequency() const | Dviglo::Sound | inline |
GetLength() const | Dviglo::Sound | |
GetMemoryUse() const | Dviglo::Resource | inline |
GetMetadata(const String &name) const | Dviglo::ResourceWithMetadata | |
GetName() const | Dviglo::Resource | inline |
GetNameHash() const | Dviglo::Resource | inline |
GetRepeat() const | Dviglo::Sound | inline |
GetSampleSize() const | Dviglo::Sound | |
GetStart() const | Dviglo::Sound | inline |
GetSubsystem(StringHash type) const | Dviglo::Object | |
GetSubsystem() const | Dviglo::Object | |
GetType() const =0 | Dviglo::Object | pure virtual |
GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
GetTypeName() const =0 | Dviglo::Object | pure virtual |
GetUseTimer() | Dviglo::Resource | |
HasEventHandlers() const | Dviglo::Object | inline |
HasMetadata() const | Dviglo::ResourceWithMetadata | |
HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
IsCompressed() const | Dviglo::Sound | inline |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
IsLooped() const | Dviglo::Sound | inline |
IsSixteenBit() const | Dviglo::Sound | inline |
IsStereo() const | Dviglo::Sound | inline |
Load(Deserializer &source) | Dviglo::Resource | |
LoadFile(const String &fileName) | Dviglo::Resource | |
LoadMetadataFromJSON(const JSONArray &array) | Dviglo::ResourceWithMetadata | protected |
LoadMetadataFromXML(const XMLElement &source) | Dviglo::ResourceWithMetadata | protected |
LoadOggVorbis(Deserializer &source) | Dviglo::Sound | |
LoadParameters() | Dviglo::Sound | private |
LoadRaw(Deserializer &source) | Dviglo::Sound | |
LoadWav(Deserializer &source) | Dviglo::Sound | |
looped_ | Dviglo::Sound | private |
memoryUse_ | Dviglo::Resource | private |
metadata_ | Dviglo::ResourceWithMetadata | private |
metadataKeys_ | Dviglo::ResourceWithMetadata | private |
name_ | Dviglo::Resource | private |
nameHash_ | Dviglo::Resource | private |
Object(Context *context) | Dviglo::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
refCount_ | Dviglo::RefCounted | private |
RefCounted() | Dviglo::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
RefCountPtr() | Dviglo::RefCounted | inline |
Refs() const | Dviglo::RefCounted | |
RegisterObject(Context *context) | Dviglo::Sound | static |
ReleaseRef() | Dviglo::RefCounted | |
RemoveAllMetadata() | Dviglo::ResourceWithMetadata | |
RemoveEventSender(Object *sender) | Dviglo::Object | private |
RemoveMetadata(const String &name) | Dviglo::ResourceWithMetadata | |
repeat_ | Dviglo::Sound | private |
ResetUseTimer() | Dviglo::Resource | |
Resource(Context *context) | Dviglo::Resource | explicit |
ResourceWithMetadata(Context *context) | Dviglo::ResourceWithMetadata | inlineexplicit |
Save(Serializer &dest) const | Dviglo::Resource | virtual |
SaveFile(const String &fileName) const | Dviglo::Resource | virtual |
SaveMetadataToXML(XMLElement &destination) const | Dviglo::ResourceWithMetadata | protected |
SendEvent(StringHash eventType) | Dviglo::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
SetAsyncLoadState(AsyncLoadState newState) | Dviglo::Resource | |
SetBlockEvents(bool block) | Dviglo::Object | inline |
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::Sound | private |
Sound(Context *context) | Dviglo::Sound | explicit |
stereo_ | Dviglo::Sound | private |
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::Sound | private |
useTimer_ | Dviglo::Resource | private |
WeakRefs() const | Dviglo::RefCounted | |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |
~Sound() override | Dviglo::Sound | |