Dry
Dry::ObjectAnimation Member List

This is the complete list of members for Dry::ObjectAnimation, including all inherited members.

AddAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f)Dry::ObjectAnimation
AddRef()Dry::RefCounted
attributeAnimationInfos_Dry::ObjectAnimationprivate
BeginLoad(Deserializer &source) overrideDry::ObjectAnimationvirtual
Cast()Dry::Objectinline
Cast() constDry::Objectinline
context_Dry::Objectprotected
DRY_OBJECT(ObjectAnimation, Resource) (defined in Dry::ObjectAnimation)Dry::ObjectAnimationprivate
EndLoad()Dry::Resourcevirtual
GetAsyncLoadState() constDry::Resourceinline
GetAttributeAnimation(const String &name) constDry::ObjectAnimation
GetAttributeAnimationInfo(const String &name) constDry::ObjectAnimation
GetAttributeAnimationInfos() constDry::ObjectAnimationinline
GetAttributeAnimationSpeed(const String &name) constDry::ObjectAnimation
GetAttributeAnimationWrapMode(const String &name) constDry::ObjectAnimation
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetContext() constDry::Objectinline
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetMemoryUse() constDry::Resourceinline
GetName() constDry::Resourceinline
GetNameHash() constDry::Resourceinline
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetType() const =0Dry::Objectpure virtual
GetTypeInfo() const =0Dry::Objectpure virtual
GetTypeInfoStatic()Dry::Objectinlinestatic
GetTypeName() const =0Dry::Objectpure virtual
GetUseTimer()Dry::Resource
HasEventHandlers() constDry::Objectinline
HasSubscribedToEvent(StringHash eventType) constDry::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDry::Object
IsInstanceOf(StringHash type) constDry::Object
IsInstanceOf(const TypeInfo *typeInfo) constDry::Object
IsInstanceOf() constDry::Objectinline
Load(Deserializer &source)Dry::Resource
LoadFile(const String &fileName)Dry::Resource
LoadJSON(const JSONValue &source)Dry::ObjectAnimation
LoadXML(const XMLElement &source)Dry::ObjectAnimation
Object(Context *context)Dry::Objectexplicit
ObjectAnimation(Context *context)Dry::ObjectAnimationexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dry::Objectvirtual
operator=(const RefCounted &rhs)=deleteDry::RefCounted
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
RegisterObject(Context *context)Dry::ObjectAnimationstatic
ReleaseRef()Dry::RefCounted
RemoveAttributeAnimation(const String &name)Dry::ObjectAnimation
RemoveAttributeAnimation(ValueAnimation *attributeAnimation)Dry::ObjectAnimation
ResetUseTimer()Dry::Resource
Resource(Context *context)Dry::Resourceexplicit
Save(Serializer &dest) const overrideDry::ObjectAnimationvirtual
SaveFile(const String &fileName) constDry::Resourcevirtual
SaveJSON(JSONValue &dest) constDry::ObjectAnimation
SaveXML(XMLElement &dest) constDry::ObjectAnimation
SendAttributeAnimationAddedEvent(const String &name)Dry::ObjectAnimationprivate
SendAttributeAnimationRemovedEvent(const String &name)Dry::ObjectAnimationprivate
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
SetAsyncLoadState(AsyncLoadState newState)Dry::Resource
SetBlockEvents(bool block)Dry::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SetMemoryUse(unsigned size)Dry::Resource
SetName(const String &name)Dry::Resource
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dry::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dry::Object
UnsubscribeFromAllEvents()Dry::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dry::Object
UnsubscribeFromEvent(StringHash eventType)Dry::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dry::Object
UnsubscribeFromEvents(Object *sender)Dry::Object
WeakRefs() constDry::RefCounted
~Object() overrideDry::Object
~ObjectAnimation() overrideDry::ObjectAnimation
~RefCounted()Dry::RefCountedvirtual