[Tizen] Add codes for Dali Windows Backend
[platform/core/uifw/dali-core.git] / dali / internal / event / actors / actor-impl.h
index d09585e..672fc63 100755 (executable)
@@ -1719,6 +1719,15 @@ public:
   virtual int GetPropertyComponentIndex( Property::Index index ) const;
 
   /**
+   * Retrieve the actor's node.
+   * @return The node used by this actor
+   */
+  const SceneGraph::Node& GetNode() const
+  {
+    return *mNode;
+  }
+
+  /**
    * @copydoc Dali::DevelActor::Raise()
    */
   void Raise();