Urho3D
|
This is the complete list of members for Urho3D::Node, including all inherited members.
AddChild(Node *node) | Urho3D::Node | |
AddComponent(Component *component, unsigned id, CreateMode mode) | Urho3D::Node | |
AddListener(Component *component) | Urho3D::Node | |
AddRef() | Urho3D::RefCounted | |
AddReplicationState(NodeReplicationState *state) | Urho3D::Node | virtual |
AllocateNetworkState() | Urho3D::Serializable | |
ApplyAttributes() | Urho3D::Node | virtual |
attrBuffer_ | Urho3D::Node | mutableprivate |
children_ | Urho3D::Node | private |
CleanupConnection(Connection *connection) | Urho3D::Node | |
Clone(CreateMode mode=REPLICATED) | Urho3D::Node | |
CloneRecursive(Node *parent, SceneResolver &resolver, CreateMode mode) | Urho3D::Node | private |
components_ | Urho3D::Node | private |
Connection (defined in Urho3D::Node) | Urho3D::Node | friend |
context_ | Urho3D::Object | protected |
CreateChild(const String &name=String::EMPTY, CreateMode mode=REPLICATED) | Urho3D::Node | |
CreateChild(unsigned id, CreateMode mode) | Urho3D::Node | |
CreateComponent(ShortStringHash type, CreateMode mode=REPLICATED, unsigned id=0) | Urho3D::Node | |
CreateComponent(CreateMode mode=REPLICATED) | Urho3D::Node | |
dependencyNodes_ | Urho3D::Node | private |
dirty_ | Urho3D::Node | mutableprivate |
GetAttribute(unsigned index) | Urho3D::Serializable | |
GetAttribute(const String &name) | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | |
GetChild(unsigned index) const | Urho3D::Node | |
GetChild(const String &name, bool recursive=false) const | Urho3D::Node | |
GetChild(StringHash nameHash, bool recursive=false) const | Urho3D::Node | |
GetChildren() const | Urho3D::Node | inline |
GetChildren(PODVector< Node * > &dest, bool recursive=false) const | Urho3D::Node | |
GetChildrenRecursive(PODVector< Node * > &dest) const | Urho3D::Node | private |
GetChildrenWithComponent(PODVector< Node * > &dest, ShortStringHash type, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithComponent(PODVector< Node * > &dest, bool recursive=false) const | Urho3D::Node | |
GetChildrenWithComponentRecursive(PODVector< Node * > &dest, ShortStringHash type) const | Urho3D::Node | private |
GetComponent(ShortStringHash type) const | Urho3D::Node | |
GetComponent() const | Urho3D::Node | |
GetComponents() const | Urho3D::Node | inline |
GetComponents(PODVector< Component * > &dest, ShortStringHash type) const | Urho3D::Node | |
GetComponents(PODVector< T * > &dest) const | Urho3D::Node | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes() const | Urho3D::Node | inline |
GetDerivedComponent() const | Urho3D::Node | |
GetDerivedComponents(PODVector< T * > &dest) const | Urho3D::Node | |
GetDirection() const | Urho3D::Node | inline |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetID() const | Urho3D::Node | inline |
GetListeners() const | Urho3D::Node | inline |
GetName() const | Urho3D::Node | inline |
GetNameHash() const | Urho3D::Node | inline |
GetNetParentAttr() const | Urho3D::Node | |
GetNetPositionAttr() const | Urho3D::Node | |
GetNetRotationAttr() const | Urho3D::Node | |
GetNetworkAttributes() const | Urho3D::Serializable | |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumChildren(bool recursive=false) const | Urho3D::Node | |
GetNumComponents() const | Urho3D::Node | inline |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetNumNetworkComponents() const | Urho3D::Node | |
GetOrCreateComponent(ShortStringHash type, CreateMode mode=REPLICATED) | Urho3D::Node | |
GetOrCreateComponent(CreateMode mode=REPLICATED) | Urho3D::Node | |
GetOwner() const | Urho3D::Node | inline |
GetParent() const | Urho3D::Node | inline |
GetPosition() const | Urho3D::Node | inline |
GetRotation() const | Urho3D::Node | inline |
GetScale() const | Urho3D::Node | inline |
GetScene() const | Urho3D::Node | inline |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTransform() const | Urho3D::Node | inline |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetVar(ShortStringHash key) const | Urho3D::Node | |
GetVars() const | Urho3D::Node | inline |
GetWorldDirection() const | Urho3D::Node | inline |
GetWorldPosition() const | Urho3D::Node | inline |
GetWorldRotation() const | Urho3D::Node | inline |
GetWorldScale() const | Urho3D::Node | inline |
GetWorldTransform() const | Urho3D::Node | inline |
HasComponent(ShortStringHash type) const | Urho3D::Node | |
HasComponent() const | Urho3D::Node | |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
id_ | Urho3D::Node | private |
IsDirty() const | Urho3D::Node | inline |
listeners_ | Urho3D::Node | private |
Load(Deserializer &source) | Urho3D::Node | virtual |
Load(Deserializer &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
LoadXML(const XMLElement &source) | Urho3D::Node | virtual |
LoadXML(const XMLElement &source, SceneResolver &resolver, bool loadChildren=true, bool rewriteIDs=false, CreateMode mode=REPLICATED) | Urho3D::Node | |
LocalToWorld(const Vector3 &position) const | Urho3D::Node | |
LocalToWorld(const Vector4 &vector) const | Urho3D::Node | |
LookAt(const Vector3 &target, const Vector3 &upAxis=Vector3::UP, bool worldSpace=false) | Urho3D::Node | |
MarkDirty() | Urho3D::Node | |
MarkNetworkUpdate() | Urho3D::Node | |
MarkReplicationDirty() | Urho3D::Node | |
name_ | Urho3D::Node | private |
nameHash_ | Urho3D::Node | private |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Node | private |
Node(Context *context) | Urho3D::Node | |
Object(Context *context) | Urho3D::Object | |
OBJECT(Node) (defined in Urho3D::Node) | Urho3D::Node | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) | Urho3D::Serializable | virtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Node | virtual |
owner_ | Urho3D::Node | private |
parent_ | Urho3D::Node | private |
Pitch(float angle, bool fixedAxis=false) | Urho3D::Node | |
position_ | Urho3D::Node | private |
PrepareNetworkUpdate() | Urho3D::Node | |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Node | static |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Node | |
RemoveAllChildren() | Urho3D::Node | |
RemoveAllComponents() | Urho3D::Node | |
RemoveChild(Node *node) | Urho3D::Node | |
RemoveChild(Vector< SharedPtr< Node > >::Iterator i) | Urho3D::Node | private |
RemoveComponent(Component *component) | Urho3D::Node | |
RemoveComponent(ShortStringHash type) | Urho3D::Node | |
RemoveComponent(Vector< SharedPtr< Component > >::Iterator i) | Urho3D::Node | private |
RemoveListener(Component *component) | Urho3D::Node | |
ResetScene() | Urho3D::Node | |
Roll(float angle, bool fixedAxis=false) | Urho3D::Node | |
Rotate(const Quaternion &delta, bool fixedAxis=false) | Urho3D::Node | |
rotateCount_ | Urho3D::Node | private |
rotation_ | Urho3D::Node | private |
Save(Serializer &dest) | Urho3D::Node | virtual |
SaveXML(XMLElement &dest) | Urho3D::Node | virtual |
SaveXML(Serializer &dest) | Urho3D::Node | |
Scale(float scale) | Urho3D::Node | |
Scale(const Vector3 &scale) | Urho3D::Node | |
scale_ | Urho3D::Node | private |
scene_ | Urho3D::Node | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
Serializable(Context *context) | Urho3D::Serializable | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const String &name, const Variant &value) | Urho3D::Serializable | |
SetDirection(const Vector3 &direction) | Urho3D::Node | |
SetID(unsigned id) | Urho3D::Node | |
SetName(const String &name) | Urho3D::Node | |
SetNetParentAttr(const PODVector< unsigned char > &value) | Urho3D::Node | |
SetNetPositionAttr(const Vector3 &value) | Urho3D::Node | |
SetNetRotationAttr(const PODVector< unsigned char > &value) | Urho3D::Node | |
SetOwner(Connection *owner) | Urho3D::Node | |
SetParent(Node *parent) | Urho3D::Node | |
SetPosition(const Vector3 &position) | Urho3D::Node | |
SetRotation(const Quaternion &rotation) | Urho3D::Node | |
SetScale(float scale) | Urho3D::Node | |
SetScale(const Vector3 &scale) | Urho3D::Node | |
SetScene(Scene *scene) | Urho3D::Node | |
SetTransform(const Vector3 &position, const Quaternion &rotation) | Urho3D::Node | |
SetTransform(const Vector3 &position, const Quaternion &rotation, float scale) | Urho3D::Node | |
SetTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Urho3D::Node | |
SetVar(ShortStringHash key, const Variant &value) | Urho3D::Node | |
SetWorldDirection(const Vector3 &direction) | Urho3D::Node | |
SetWorldPosition(const Vector3 &position) | Urho3D::Node | |
SetWorldRotation(const Quaternion &rotation) | Urho3D::Node | |
SetWorldScale(float scale) | Urho3D::Node | |
SetWorldScale(const Vector3 &scale) | Urho3D::Node | |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation) | Urho3D::Node | |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation, float scale) | Urho3D::Node | |
SetWorldTransform(const Vector3 &position, const Quaternion &rotation, const Vector3 &scale) | Urho3D::Node | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
Translate(const Vector3 &delta) | Urho3D::Node | |
TranslateRelative(const Vector3 &delta) | Urho3D::Node | |
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 | |
UpdateWorldTransform() const | Urho3D::Node | private |
vars_ | Urho3D::Node | protected |
WeakRefs() const | Urho3D::RefCounted | |
WorldToLocal(const Vector3 &position) const | Urho3D::Node | |
WorldToLocal(const Vector4 &vector) const | Urho3D::Node | |
worldTransform_ | Urho3D::Node | mutableprivate |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest) | Urho3D::Serializable | |
Yaw(float angle, bool fixedAxis=false) | Urho3D::Node | |
~Node() | Urho3D::Node | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() | Urho3D::Serializable | virtual |