X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fobject-impl.h;h=4238643d726a2a845558f7e96b97530184461c10;hb=5c66381841dd4dfd82c5a118d34104a00a2e0e1c;hp=d20342d6daefeed798dc6e0d25535e5e822082b3;hpb=62bca2898385c23fbfdafcd6d0c50c0cc71b7b65;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/object-impl.h b/dali/internal/event/common/object-impl.h index d20342d..4238643 100644 --- a/dali/internal/event/common/object-impl.h +++ b/dali/internal/event/common/object-impl.h @@ -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;