X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fproperty-value.h;h=b0548109a6501e6778628be1ca39072fd27de800;hp=4cb607e34e1e9c9811a72eaa09e9972e853b5199;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/object/property-value.h b/dali/public-api/object/property-value.h index 4cb607e..b054810 100755 --- a/dali/public-api/object/property-value.h +++ b/dali/public-api/object/property-value.h @@ -71,7 +71,7 @@ public: * @SINCE_1_0.0 * @param[in] integerValue An integer value */ - Value( int integerValue ); + Value( int32_t integerValue ); /** * @brief Creates a float property value. @@ -127,7 +127,7 @@ public: * @SINCE_1_0.0 * @param[in] vectorValue A vector of 4 integer values */ - Value( const Rect& vectorValue ); + Value( const Rect& vectorValue ); /** * @brief Creates an orientation property value. @@ -270,7 +270,7 @@ public: * @return @c true if the value is successfully retrieved, @c false if the type is not convertible * @pre GetType() is a type convertible to int. */ - bool Get( int& integerValue ) const; + bool Get( int32_t& integerValue ) const; /** * @brief Retrieves an integer rectangle. @@ -280,7 +280,7 @@ public: * @return @c true if the value is successfully retrieved, @c false if the type is not convertible * @pre GetType() is a type convertible to Rect. */ - bool Get( Rect& rect ) const; + bool Get( Rect& rect ) const; /** * @brief Retrieves a vector value.