Dry
Dry::Node Member List

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

AddChild(Node *node, unsigned index=M_MAX_UNSIGNED)Dry::Node
AddComponent(Component *component, unsigned id, CreateMode mode)Dry::Node
AddListener(Component *component)Dry::Node
AddRef()Dry::RefCounted
AddReplicationState(NodeReplicationState *state)Dry::Nodevirtual
AddTag(const String &tag)Dry::Node
AddTags(const String &tags, char separator=';')Dry::Node
AddTags(const StringVector &tags)Dry::Node
AllocateNetworkState()Dry::Serializable
Animatable(Context *context)Dry::Animatableexplicit
animatedNetworkAttributes_Dry::Animatableprotected
animationEnabled_Dry::Animatableprotected
ApplyAttributes() overrideDry::Nodevirtual
attributeAnimationInfos_Dry::Animatableprotected
Cast()Dry::Objectinline
Cast() constDry::Objectinline
children_Dry::Nodeprivate
CleanupConnection(Connection *connection)Dry::Node
Clone(CreateMode mode=REPLICATED)Dry::Node
CloneComponent(Component *component, unsigned id=0)Dry::Node
CloneComponent(Component *component, CreateMode mode, unsigned id=0)Dry::Node
CloneRecursive(Node *parent, SceneResolver &resolver, CreateMode mode)Dry::Nodeprivate
components_Dry::Nodeprivate
Connection (defined in Dry::Node)Dry::Nodefriend
context_Dry::Objectprotected
CreateChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED, unsigned id=0, bool temporary=false)Dry::Node
CreateChild(unsigned id, CreateMode mode, bool temporary=false)Dry::Node
CreateComponent(StringHash type, CreateMode mode=REPLICATED, unsigned id=0)Dry::Node
CreateComponent(CreateMode mode=REPLICATED, unsigned id=0)Dry::Node
CreateTemporaryChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED, unsigned id=0)Dry::Node
dirty_Dry::Nodemutableprivate
DRY_OBJECT(Node, Animatable) (defined in Dry::Node)Dry::Nodeprivate
enabled_Dry::Nodeprivate
enabledPrev_Dry::Nodeprivate
FindAttributeAnimationTarget(const String &name, String &outName) overrideDry::Nodeprotectedvirtual
GetAnimationEnabled() constDry::Animatableinline
GetAttribute(unsigned index) constDry::Serializable
GetAttribute(const String &name) constDry::Serializable
GetAttributeAnimation(const String &name) constDry::Animatable
GetAttributeAnimationInfo(const String &name) constDry::Animatableprotected
GetAttributeAnimationSpeed(const String &name) constDry::Animatable
GetAttributeAnimationTime(const String &name) constDry::Animatable
GetAttributeAnimationWrapMode(const String &name) constDry::Animatable
GetAttributeDefault(unsigned index) constDry::Serializable
GetAttributeDefault(const String &name) constDry::Serializable
GetAttributes() constDry::Serializablevirtual
GetBlockEvents() constDry::Objectinline
GetCategory() constDry::Object
GetChild(unsigned index) constDry::Node
GetChild(const String &name, bool recursive=false) constDry::Node
GetChild(const char *name, bool recursive=false) constDry::Node
GetChild(StringHash nameHash, bool recursive=false) constDry::Node
GetChildren() constDry::Nodeinline
GetChildren(PODVector< Node *> &dest, bool recursive=false) constDry::Node
GetChildren(bool recursive) constDry::Node
GetChildrenRecursive(PODVector< Node *> &dest) constDry::Nodeprivate
GetChildrenWithComponent(PODVector< Node *> &dest, StringHash type, bool recursive=false) constDry::Node
GetChildrenWithComponent(StringHash type, bool recursive=false) constDry::Node
GetChildrenWithComponent(PODVector< Node *> &dest, bool recursive=false) constDry::Node
GetChildrenWithComponentRecursive(PODVector< Node *> &dest, StringHash type) constDry::Nodeprivate
GetChildrenWithTag(PODVector< Node *> &dest, const String &tag, bool recursive=false) constDry::Node
GetChildrenWithTag(const String &tag, bool recursive=false) constDry::Node
GetChildrenWithTagRecursive(PODVector< Node *> &dest, const String &tag) constDry::Nodeprivate
GetComponent(StringHash type, bool recursive=false) constDry::Node
GetComponent(bool recursive=false) constDry::Node
GetComponents() constDry::Nodeinline
GetComponents(PODVector< Component *> &dest, StringHash type, bool recursive=false) constDry::Node
GetComponents(PODVector< T *> &dest, bool recursive=false) constDry::Node
GetComponentsRecursive(PODVector< Component *> &dest, StringHash type) constDry::Nodeprivate
GetContext() constDry::Objectinline
GetDependencyNodes() constDry::Nodeinline
GetDerivedComponent(bool recursive=false) constDry::Node
GetDerivedComponents(PODVector< T *> &dest, bool recursive=false, bool clearVector=true) constDry::Node
GetDirection() constDry::Nodeinline
GetEventDataMap() constDry::Object
GetEventHandler() constDry::Object
GetEventSender() constDry::Object
GetGlobalVar(StringHash key) constDry::Object
GetGlobalVars() constDry::Object
GetID() constDry::Nodeinline
GetInterceptNetworkUpdate(const String &attributeName) constDry::Serializable
GetListeners() constDry::Nodeinline
GetName() constDry::Nodeinline
GetNameHash() constDry::Nodeinline
GetNetParentAttr() constDry::Node
GetNetPositionAttr() constDry::Node
GetNetRotationAttr() constDry::Node
GetNetworkAttributes() constDry::Serializablevirtual
GetNetworkState() constDry::Serializableinline
GetNumAttributes() constDry::Serializable
GetNumChildren(bool recursive=false) constDry::Node
GetNumComponents() constDry::Nodeinline
GetNumNetworkAttributes() constDry::Serializable
GetNumNetworkComponents() constDry::Node
GetNumPersistentChildren() constDry::Node
GetNumPersistentComponents() constDry::Node
GetObjectAnimation() constDry::Animatable
GetObjectAnimationAttr() constDry::Animatable
GetOrCreateComponent(StringHash type, CreateMode mode=REPLICATED, unsigned id=0)Dry::Node
GetOrCreateComponent(CreateMode mode=REPLICATED, unsigned id=0)Dry::Node
GetOwner() constDry::Nodeinline
GetParent() constDry::Nodeinline
GetParentComponent(StringHash type, bool fullTraversal=false) constDry::Node
GetParentComponent(bool fullTraversal=false) constDry::Node
GetParentDerivedComponent(bool fullTraversal=false) constDry::Node
GetPosition() constDry::Nodeinline
GetPosition2D() constDry::Nodeinline
GetRight() constDry::Nodeinline
GetRotation() constDry::Nodeinline
GetRotation2D() constDry::Nodeinline
GetScale() constDry::Nodeinline
GetScale2D() constDry::Nodeinline
GetScene() constDry::Nodeinline
GetSignedWorldScale() constDry::Node
GetSubsystem(StringHash type) constDry::Object
GetSubsystem() constDry::Object
GetTags() constDry::Nodeinline
GetTransform() constDry::Nodeinline
GetType() const =0Dry::Objectpure virtual
GetTypeInfo() const =0Dry::Objectpure virtual
GetTypeInfoStatic()Dry::Objectinlinestatic
GetTypeName() const =0Dry::Objectpure virtual
GetUp() constDry::Nodeinline
GetVar(StringHash key) constDry::Node
GetVars() constDry::Nodeinline
GetWorldDirection() constDry::Nodeinline
GetWorldPosition() constDry::Nodeinline
GetWorldPosition2D() constDry::Nodeinline
GetWorldRight() constDry::Nodeinline
GetWorldRotation() constDry::Nodeinline
GetWorldRotation2D() constDry::Nodeinline
GetWorldScale() constDry::Nodeinline
GetWorldScale2D() constDry::Nodeinline
GetWorldTransform() constDry::Nodeinline
GetWorldUp() constDry::Nodeinline
HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData)Dry::Animatableprotected
HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData)Dry::Animatableprotected
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData)Dry::Nodeprivate
HasComponent(StringHash type) constDry::Node
HasComponent() constDry::Node
HasEventHandlers() constDry::Objectinline
HasSubscribedToEvent(StringHash eventType) constDry::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDry::Object
HasTag(const String &tag) constDry::Node
id_Dry::Nodeprivate
impl_Dry::Nodeprivate
IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) constDry::Animatableprotected
IsChildOf(Node *node) constDry::Node
IsDirty() constDry::Nodeinline
IsEnabled() constDry::Nodeinline
IsEnabledSelf() constDry::Nodeinline
IsInstanceOf(StringHash type) constDry::Object
IsInstanceOf(const TypeInfo *typeInfo) constDry::Object
IsInstanceOf() constDry::Objectinline
IsReplicated() constDry::Node
IsTemporary() constDry::Serializableinline
listeners_Dry::Nodeprivate
Load(Deserializer &source) overrideDry::Nodevirtual
Load(Deserializer &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED)Dry::Node
LoadJSON(const JSONValue &source) overrideDry::Nodevirtual
LoadJSON(const JSONValue &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED)Dry::Node
LoadXML(const XMLElement &source) overrideDry::Nodevirtual
LoadXML(const XMLElement &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED)Dry::Node
LocalToWorld(const Vector3 &position) constDry::Node
LocalToWorld(const Vector4 &vector) constDry::Node
LocalToWorld2D(const Vector2 &vector) constDry::Node
LookAt(const Vector3 &target, const Vector3 &up=Vector3::UP, TransformSpace space=TS_WORLD)Dry::Node
LookupEnum(const String &valueStr, Variant &varValue, const AttributeInfo &attr) constDry::Serializableprotected
MarkDirty()Dry::Node
MarkNetworkUpdate() overrideDry::Nodevirtual
MarkReplicationDirty()Dry::Node
networkState_Dry::Serializableprotected
networkUpdate_Dry::Nodeprotected
Node(Context *context)Dry::Nodeexplicit
Object(Context *context)Dry::Objectexplicit
objectAnimation_Dry::Animatableprotected
OnAttributeAnimationAdded() overrideDry::Nodeprotectedvirtual
OnAttributeAnimationRemoved() overrideDry::Nodeprotectedvirtual
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dry::Objectvirtual
OnGetAttribute(const AttributeInfo &attr, Variant &dest) constDry::Serializablevirtual
OnObjectAnimationAdded(ObjectAnimation *objectAnimation)Dry::Animatableprotected
OnObjectAnimationRemoved(ObjectAnimation *objectAnimation)Dry::Animatableprotected
OnSetAttribute(const AttributeInfo &attr, const Variant &src)Dry::Serializablevirtual
operator=(const RefCounted &rhs)=deleteDry::RefCounted
parent_Dry::Nodeprivate
Pitch(float angle, TransformSpace space=TS_LOCAL)Dry::Node
position_Dry::Nodeprivate
PrepareNetworkUpdate()Dry::Node
ReadDeltaUpdate(Deserializer &source)Dry::Serializable
ReadLatestDataUpdate(Deserializer &source)Dry::Serializable
RefCounted()Dry::RefCounted
RefCounted(const RefCounted &rhs)=deleteDry::RefCounted
RefCountPtr()Dry::RefCountedinline
Refs() constDry::RefCounted
RegisterObject(Context *context)Dry::Nodestatic
ReleaseRef()Dry::RefCounted
Remove()Dry::Node
RemoveAllChildren()Dry::Node
RemoveAllComponents()Dry::Node
RemoveAllTags()Dry::Node
RemoveAttributeAnimation(const String &name)Dry::Animatable
RemoveChild(Node *node)Dry::Node
RemoveChild(Vector< SharedPtr< Node > >::Iterator i)Dry::Nodeprivate
RemoveChildren(bool removeReplicated, bool removeLocal, bool recursive)Dry::Node
RemoveComponent(Component *component)Dry::Node
RemoveComponent(StringHash type)Dry::Node
RemoveComponent()Dry::Node
RemoveComponent(Vector< SharedPtr< Component > >::Iterator i)Dry::Nodeprivate
RemoveComponents(bool removeReplicated, bool removeLocal)Dry::Node
RemoveComponents(StringHash type)Dry::Node
RemoveComponents()Dry::Node
RemoveInstanceDefault()Dry::Serializable
RemoveListener(Component *component)Dry::Node
RemoveObjectAnimation()Dry::Animatable
RemoveTag(const String &tag)Dry::Node
ReorderComponent(Component *component, unsigned index)Dry::Node
ResetDeepEnabled()Dry::Node
ResetScene()Dry::Node
ResetToDefault()Dry::Serializable
Roll(float angle, TransformSpace space=TS_LOCAL)Dry::Node
Rotate(const Quaternion &delta, TransformSpace space=TS_LOCAL)Dry::Node
Rotate2D(float delta, TransformSpace space=TS_LOCAL)Dry::Nodeinline
RotateAround(const Vector3 &point, const Quaternion &delta, TransformSpace space=TS_LOCAL)Dry::Node
RotateAround2D(const Vector2 &point, float delta, TransformSpace space=TS_LOCAL)Dry::Nodeinline
rotation_Dry::Nodeprivate
SafeCreateComponent(const String &typeName, StringHash type, CreateMode mode, unsigned id)Dry::Nodeprivate
Save(Serializer &dest) const overrideDry::Nodevirtual
SaveDefaultAttributes() const overrideDry::Nodeinlinevirtual
SaveJSON(JSONValue &dest) const overrideDry::Nodevirtual
SaveJSON(Serializer &dest, const String &indentation="\) constDry::Node
SaveXML(XMLElement &dest) const overrideDry::Nodevirtual
SaveXML(Serializer &dest, const String &indentation="\) constDry::Node
Scale(float scale)Dry::Node
Scale(const Vector3 &scale)Dry::Node
Scale2D(const Vector2 &scale)Dry::Nodeinline
scale_Dry::Nodeprivate
scene_Dry::Nodeprivate
SendEvent(StringHash eventType)Dry::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dry::Object
SendEvent(StringHash eventType, Args... args)Dry::Objectinline
Serializable(Context *context)Dry::Serializableexplicit
SetAnimationEnabled(bool enable)Dry::Animatable
SetAnimationTime(float time)Dry::Animatable
SetAttribute(unsigned index, const Variant &value)Dry::Serializable
SetAttribute(const String &name, const Variant &value)Dry::Serializable
SetAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f)Dry::Animatable
SetAttributeAnimationSpeed(const String &name, float speed)Dry::Animatable
SetAttributeAnimationTime(const String &name, float time)Dry::Animatable
SetAttributeAnimationWrapMode(const String &name, WrapMode wrapMode)Dry::Animatable
SetBlockEvents(bool block)Dry::Objectinline
SetDeepEnabled(bool enable)Dry::Node
SetDirection(const Vector3 &direction)Dry::Node
SetEnabled(bool enable)Dry::Node
SetEnabled(bool enable, bool recursive, bool storeSelf)Dry::Nodeprivate
SetEnabledRecursive(bool enable)Dry::Node
SetGlobalVar(StringHash key, const Variant &value)Dry::Object
SetID(unsigned id)Dry::Node
SetInstanceDefault(bool enable)Dry::Serializableinline
SetInterceptNetworkUpdate(const String &attributeName, bool enable)Dry::Serializable
SetName(const String &name)Dry::Node
SetNetParentAttr(const PODVector< unsigned char > &value)Dry::Node
SetNetPositionAttr(const Vector3 &value)Dry::Node
SetNetRotationAttr(const PODVector< unsigned char > &value)Dry::Node
SetObjectAnimation(ObjectAnimation *objectAnimation)Dry::Animatable
SetObjectAnimationAttr(const ResourceRef &value)Dry::Animatable
SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed)Dry::Animatableprotected
SetOwner(Connection *owner)Dry::Node
SetParent(Node *parent)Dry::Node
SetPosition(const Vector3 &position)Dry::Node
SetPosition2D(const Vector2 &position)Dry::Nodeinline
SetPosition2D(float x, float y)Dry::Nodeinline
SetPositionSilent(const Vector3 &position)Dry::Nodeinline
SetRotation(const Quaternion &rotation)Dry::Node
SetRotation2D(float rotation)Dry::Nodeinline
SetRotationSilent(const Quaternion &rotation)Dry::Nodeinline
SetScale(float scale)Dry::Node
SetScale(const Vector3 &scale)Dry::Node
SetScale2D(const Vector2 &scale)Dry::Nodeinline
SetScale2D(float x, float y)Dry::Nodeinline
SetScaleSilent(const Vector3 &scale)Dry::Nodeinline
SetScene(Scene *scene)Dry::Node
SetTags(const StringVector &tags)Dry::Node
SetTemporary(bool enable)Dry::Serializable
SetTransform(const Vector3 &position, const Quaternion &rotation)Dry::Node
SetTransform(const Vector3 &position, const Quaternion &rotation, float scale)Dry::Node
SetTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale)Dry::Node
SetTransform(const Matrix3x4 &matrix)Dry::Node
SetTransform2D(const Vector2 &position, float rotation)Dry::Nodeinline
SetTransform2D(const Vector2 &position, float rotation, float scale)Dry::Nodeinline
SetTransform2D(const Vector2 &position, float rotation, const Vector2 &scale)Dry::Nodeinline
SetTransformSilent(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale)Dry::Node
SetVar(StringHash key, const Variant &value)Dry::Node
SetWorldDirection(const Vector3 &direction)Dry::Node
SetWorldPosition(const Vector3 &position)Dry::Node
SetWorldPosition2D(const Vector2 &position)Dry::Nodeinline
SetWorldPosition2D(float x, float y)Dry::Nodeinline
SetWorldRotation(const Quaternion &rotation)Dry::Node
SetWorldRotation2D(float rotation)Dry::Nodeinline
SetWorldScale(float scale)Dry::Node
SetWorldScale(const Vector3 &scale)Dry::Node
SetWorldScale2D(const Vector2 &scale)Dry::Nodeinline
SetWorldScale2D(float x, float y)Dry::Nodeinline
SetWorldTransform(const Vector3 &position, const Quaternion &rotation)Dry::Node
SetWorldTransform(const Vector3 &position, const Quaternion &rotation, float scale)Dry::Node
SetWorldTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale)Dry::Node
SetWorldTransform(const Matrix3x4 &worldTransform)Dry::Node
SetWorldTransform2D(const Vector2 &position, float rotation)Dry::Nodeinline
SetWorldTransform2D(const Vector2 &position, float rotation, float scale)Dry::Nodeinline
SetWorldTransform2D(const Vector2 &position, float rotation, const Vector2 &scale)Dry::Nodeinline
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
Translate(const Vector3 &delta, TransformSpace space=TS_LOCAL)Dry::Node
Translate2D(const Vector2 &delta, TransformSpace space=TS_LOCAL)Dry::Nodeinline
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
UpdateAttributeAnimations(float timeStep)Dry::Animatableprotected
UpdateWorldTransform() constDry::Nodeprivate
vars_Dry::Nodeprotected
WeakRefs() constDry::RefCounted
worldRotation_Dry::Nodemutableprivate
WorldToLocal(const Vector3 &position) constDry::Node
WorldToLocal(const Vector4 &vector) constDry::Node
WorldToLocal2D(const Vector2 &vector) constDry::Node
worldTransform_Dry::Nodemutableprivate
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits, unsigned char timeStamp)Dry::Serializable
WriteInitialDeltaUpdate(Serializer &dest, unsigned char timeStamp)Dry::Serializable
WriteLatestDataUpdate(Serializer &dest, unsigned char timeStamp)Dry::Serializable
Yaw(float angle, TransformSpace space=TS_LOCAL)Dry::Node
~Animatable() overrideDry::Animatable
~Node() overrideDry::Node
~Object() overrideDry::Object
~RefCounted()Dry::RefCountedvirtual
~Serializable() overrideDry::Serializable