Urho3D
Dviglo::ValueAnimation Member List

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

AddRef()Dviglo::RefCounted
asyncLoadState_Dviglo::Resourceprivate
BeginLoad(Deserializer &source) overrideDviglo::ValueAnimationvirtual
beginTime_Dviglo::ValueAnimationprotected
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
context_Dviglo::Objectprotected
EndLoad()Dviglo::Resourcevirtual
endTime_Dviglo::ValueAnimationprotected
eventFrames_Dviglo::ValueAnimationprotected
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
GetAnimationValue(float scaledTime) constDviglo::ValueAnimation
GetAsyncLoadState() constDviglo::Resourceinline
GetBeginTime() constDviglo::ValueAnimationinline
GetBlockEvents() constDviglo::Objectinline
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetEndTime() constDviglo::ValueAnimationinline
GetEventDataMap() constDviglo::Object
GetEventFrames(float beginTime, float endTime, PODVector< const VAnimEventFrame * > &eventFrames) constDviglo::ValueAnimation
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetInterpolationMethod() constDviglo::ValueAnimationinline
GetKeyFrames() constDviglo::ValueAnimationinline
GetMemoryUse() constDviglo::Resourceinline
GetName() constDviglo::Resourceinline
GetNameHash() constDviglo::Resourceinline
GetOwner() constDviglo::ValueAnimationinline
GetSplineTension() constDviglo::ValueAnimationinline
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
GetValueType() constDviglo::ValueAnimationinline
HasEventFrames() constDviglo::ValueAnimationinline
HasEventHandlers() constDviglo::Objectinline
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
interpolatable_Dviglo::ValueAnimationprotected
interpolationMethod_Dviglo::ValueAnimationprotected
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
IsValid() constDviglo::ValueAnimation
keyFrames_Dviglo::ValueAnimationprotected
LinearInterpolation(unsigned index1, unsigned index2, float scaledTime) constDviglo::ValueAnimationprotected
Load(Deserializer &source)Dviglo::Resource
LoadFile(const String &fileName)Dviglo::Resource
LoadJSON(const JSONValue &source)Dviglo::ValueAnimation
LoadXML(const XMLElement &source)Dviglo::ValueAnimation
memoryUse_Dviglo::Resourceprivate
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
owner_Dviglo::ValueAnimationprotected
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
RegisterObject(Context *context)Dviglo::ValueAnimationstatic
ReleaseRef()Dviglo::RefCounted
RemoveEventSender(Object *sender)Dviglo::Objectprivate
ResetUseTimer()Dviglo::Resource
Resource(Context *context)Dviglo::Resourceexplicit
Save(Serializer &dest) const overrideDviglo::ValueAnimationvirtual
SaveFile(const String &fileName) constDviglo::Resourcevirtual
SaveJSON(JSONValue &dest) constDviglo::ValueAnimation
SaveXML(XMLElement &dest) constDviglo::ValueAnimation
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
SetEventFrame(float time, const StringHash &eventType, const VariantMap &eventData=VariantMap())Dviglo::ValueAnimation
SetGlobalVar(StringHash key, const Variant &value)Dviglo::Object
SetInterpolationMethod(InterpMethod method)Dviglo::ValueAnimation
SetKeyFrame(float time, const Variant &value)Dviglo::ValueAnimation
SetMemoryUse(unsigned size)Dviglo::Resource
SetName(const String &name)Dviglo::Resource
SetOwner(void *owner)Dviglo::ValueAnimation
SetSplineTension(float tension)Dviglo::ValueAnimation
SetValueType(VariantType valueType)Dviglo::ValueAnimation
SplineInterpolation(unsigned index1, unsigned index2, float scaledTime) constDviglo::ValueAnimationprotected
splineTangents_Dviglo::ValueAnimationmutableprotected
splineTangentsDirty_Dviglo::ValueAnimationmutableprotected
splineTension_Dviglo::ValueAnimationprotected
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
SubstractAndMultiply(const Variant &value1, const Variant &value2, float t) constDviglo::ValueAnimationprotected
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
UpdateSplineTangents() constDviglo::ValueAnimationprotected
URHO3D_OBJECT(ValueAnimation, Resource) (defined in Dviglo::ValueAnimation)Dviglo::ValueAnimationprivate
useTimer_Dviglo::Resourceprivate
ValueAnimation(Context *context)Dviglo::ValueAnimationexplicit
valueType_Dviglo::ValueAnimationprotected
WeakRefs() constDviglo::RefCounted
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual
~ValueAnimation() overrideDviglo::ValueAnimation