Revert "License conversion from Flora to Apache 2.0"
[platform/core/uifw/dali-core.git] / dali / internal / event / common / object-impl.h
index d20342d..4238643 100644 (file)
@@ -75,6 +75,11 @@ public:
   virtual bool IsPropertyAnimatable(Property::Index index) const = 0;
 
   /**
+   * @copydoc Dali::Handle::IsPropertyAConstraintInput()
+   */
+  virtual bool IsPropertyAConstraintInput(Property::Index index) const = 0;
+
+  /**
    * @copydoc Dali::Handle::GetPropertyType()
    */
   virtual Property::Type GetPropertyType(Property::Index index) const = 0;
@@ -90,6 +95,11 @@ public:
   virtual Property::Value GetProperty(Property::Index index) const = 0;
 
   /**
+   * @copydoc Dali::Handle::GetPropertyIndices()
+   */
+  virtual void GetPropertyIndices( Property::IndexContainer& indices ) const = 0;
+
+  /**
    * @copydoc Dali::Handle::RegisterProperty()
    */
   virtual Property::Index RegisterProperty(std::string name, const Property::Value& propertyValue) = 0;