X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fnodes%2Fnode.h;h=a38bda5c3131965b1b0d9541f4c5f0b9b8877341;hb=408297556c066a2a74888fbe66a5af7c3eac82a4;hp=3850580dfe3e065f496878e5221b3eb29e0c1bcf;hpb=fa92061b5e41094ee3426d3fca52f8d4903bc764;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/nodes/node.h b/dali/internal/update/nodes/node.h old mode 100644 new mode 100755 index 3850580..a38bda5 --- a/dali/internal/update/nodes/node.h +++ b/dali/internal/update/nodes/node.h @@ -102,8 +102,9 @@ public: /** * Construct a new Node. + * @param[in] id The unique ID of the node */ - static Node* New(); + static Node* New( unsigned int id ); /** * Deletes a Node. @@ -785,8 +786,9 @@ protected: /** * Protected constructor; See also Node::New() + * @param[in] id The Unique ID of the actor creating the node */ - Node(); + Node( unsigned int id ); /** * Protected virtual destructor; See also Node::Delete( Node* ) @@ -867,6 +869,7 @@ public: // Default properties InheritedColor mWorldColor; ///< Full inherited color uint32_t mClippingSortModifier; ///< Contains bit-packed clipping information for quick access when sorting + const unsigned int mId; ///< The Unique ID of the node. protected: