X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Factors%2Factor.h;h=e77c6f8d0e7a9f03fea3b1e139955e1be748b52c;hb=refs%2Fheads%2Ftizen_3.0_tv;hp=7f4b1ad51072e022a32ffc1aabdf93a743197fc6;hpb=57c6b9a9577a675e64c2608f20af522e1b78df27;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/actors/actor.h b/dali/public-api/actors/actor.h index 7f4b1ad..e77c6f8 100644 --- a/dali/public-api/actors/actor.h +++ b/dali/public-api/actors/actor.h @@ -771,7 +771,7 @@ public: * @pre The Actor has been initialized. * @see PositionInheritanceMode */ - void SetPositionInheritanceMode( PositionInheritanceMode mode ); + void SetPositionInheritanceMode( PositionInheritanceMode mode ) DALI_DEPRECATED_API; /** * @brief Set whether a child actor inherits it's parent's position. @@ -795,7 +795,7 @@ public: * @return Return the position inheritance mode. * @pre The Actor has been initialized. */ - PositionInheritanceMode GetPositionInheritanceMode() const; + PositionInheritanceMode GetPositionInheritanceMode() const DALI_DEPRECATED_API; /** * @brief Returns whether the actor inherits its parent's position. @@ -1300,7 +1300,7 @@ public: * size 0 is treated as aspect ratio 1:1. * * @SINCE_1_0.0 - * @param width Width to use + * @param[in] width Width to use * @return Return the height based on the width. */ float GetHeightForWidth( float width ); @@ -1312,7 +1312,7 @@ public: * size 0 is treated as aspect ratio 1:1. * * @SINCE_1_0.0 - * @param height Height to use + * @param[in] height Height to use * @return Return the width based on the height. */ float GetWidthForHeight( float height ); @@ -1321,7 +1321,7 @@ public: * @brief Return the value of negotiated dimension for the given dimension. * * @SINCE_1_0.0 - * @param dimension The dimension to retrieve + * @param[in] dimension The dimension to retrieve * @return Return the value of the negotiated dimension. If more than one dimension is requested, just return the first one found. */ float GetRelayoutSize( Dimension::Type dimension ) const; @@ -1338,7 +1338,7 @@ public: * @brief Return the value of the padding. * * @SINCE_1_0.0 - * @param paddingOut The returned padding data + * @param[in] paddingOut The returned padding data */ void GetPadding( Padding& paddingOut ) const; @@ -1448,7 +1448,7 @@ public: // Signals * @return The signal to connect to. * @pre The Actor has been initialized. */ - TouchSignalType& TouchedSignal(); + TouchSignalType& TouchedSignal() DALI_DEPRECATED_API; /** * @brief This signal is emitted when touch input is received.