(Properties) Ensure TypeInfo is set when creating Type via TypeInfo
[platform/core/uifw/dali-core.git] / dali / internal / event / common / proxy-object.h
index 4f4bfd3..f409117 100644 (file)
@@ -281,6 +281,14 @@ public: // Constraints
    */
   void RemoveConstraints( unsigned int tag );
 
+public: // Called by TypeInfo
+
+  /**
+   * Called by TypeInfo to set the type-info that this proxy-object is created by.
+   * @param[in] typeInfo The TypeInfo that creates this proxy-object.
+   */
+  void SetTypeInfo( TypeInfo* typeInfo );
+
 protected:
 
   /**