Urho3D::ValueAnimation Member List

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

AddRef()Urho3D::RefCounted
asyncLoadState_Urho3D::Resourceprivate
BeginLoad(Deserializer &source) overrideUrho3D::ValueAnimationvirtual
beginTime_Urho3D::ValueAnimationprotected
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
context_Urho3D::Objectprotected
EndLoad()Urho3D::Resourcevirtual
endTime_Urho3D::ValueAnimationprotected
eventFrames_Urho3D::ValueAnimationprotected
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
GetAnimationValue(float scaledTime) constUrho3D::ValueAnimation
GetAsyncLoadState() constUrho3D::Resourceinline
GetBeginTime() constUrho3D::ValueAnimationinline
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetEndTime() constUrho3D::ValueAnimationinline
GetEventDataMap() constUrho3D::Object
GetEventFrames(float beginTime, float endTime, PODVector< const VAnimEventFrame * > &eventFrames) constUrho3D::ValueAnimation
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetInterpolationMethod() constUrho3D::ValueAnimationinline
GetKeyFrames() constUrho3D::ValueAnimationinline
GetMemoryUse() constUrho3D::Resourceinline
GetName() constUrho3D::Resourceinline
GetNameHash() constUrho3D::Resourceinline
GetOwner() constUrho3D::ValueAnimationinline
GetSplineTension() constUrho3D::ValueAnimationinline
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
GetValueType() constUrho3D::ValueAnimationinline
HasEventFrames() constUrho3D::ValueAnimationinline
HasEventHandlers() constUrho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
interpolatable_Urho3D::ValueAnimationprotected
interpolationMethod_Urho3D::ValueAnimationprotected
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
IsValid() constUrho3D::ValueAnimation
keyFrames_Urho3D::ValueAnimationprotected
LinearInterpolation(unsigned index1, unsigned index2, float scaledTime) constUrho3D::ValueAnimationprotected
Load(Deserializer &source)Urho3D::Resource
LoadFile(const String &fileName)Urho3D::Resource
LoadJSON(const JSONValue &source)Urho3D::ValueAnimation
LoadXML(const XMLElement &source)Urho3D::ValueAnimation
memoryUse_Urho3D::Resourceprivate
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
owner_Urho3D::ValueAnimationprotected
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterObject(Context *context)Urho3D::ValueAnimationstatic
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
ResetUseTimer()Urho3D::Resource
Resource(Context *context)Urho3D::Resourceexplicit
Save(Serializer &dest) const overrideUrho3D::ValueAnimationvirtual
SaveFile(const String &fileName) constUrho3D::Resourcevirtual
SaveJSON(JSONValue &dest) constUrho3D::ValueAnimation
SaveXML(XMLElement &dest) constUrho3D::ValueAnimation
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
SetEventFrame(float time, const StringHash &eventType, const VariantMap &eventData=VariantMap())Urho3D::ValueAnimation
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetInterpolationMethod(InterpMethod method)Urho3D::ValueAnimation
SetKeyFrame(float time, const Variant &value)Urho3D::ValueAnimation
SetMemoryUse(unsigned size)Urho3D::Resource
SetName(const String &name)Urho3D::Resource
SetOwner(void *owner)Urho3D::ValueAnimation
SetSplineTension(float tension)Urho3D::ValueAnimation
SetValueType(VariantType valueType)Urho3D::ValueAnimation
SplineInterpolation(unsigned index1, unsigned index2, float scaledTime) constUrho3D::ValueAnimationprotected
splineTangents_Urho3D::ValueAnimationmutableprotected
splineTangentsDirty_Urho3D::ValueAnimationmutableprotected
splineTension_Urho3D::ValueAnimationprotected
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
SubstractAndMultiply(const Variant &value1, const Variant &value2, float t) constUrho3D::ValueAnimationprotected
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
UpdateSplineTangents() constUrho3D::ValueAnimationprotected
URHO3D_OBJECT(ValueAnimation, Resource) (defined in Urho3D::ValueAnimation)Urho3D::ValueAnimationprivate
useTimer_Urho3D::Resourceprivate
ValueAnimation(Context *context)Urho3D::ValueAnimationexplicit
valueType_Urho3D::ValueAnimationprotected
WeakRefs() constUrho3D::RefCounted
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual
~ValueAnimation() overrideUrho3D::ValueAnimation