X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fnodes%2Fnode.h;h=a38bda5c3131965b1b0d9541f4c5f0b9b8877341;hb=21bce453b5df47f6a307410c89dd4d5c17790a2f;hp=3850580dfe3e065f496878e5221b3eb29e0c1bcf;hpb=f0030b325ebe987198670fa42fa90ef443bd7a70;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/nodes/node.h b/dali/internal/update/nodes/node.h index 3850580..a38bda5 100755 --- 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: