X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fimage-view%2Fimage-view.h;h=d58e23968ee60a5dac28cb3ac9ef935603ff9850;hp=14e34278161fb90610ab0794b6000f9147e91f8c;hb=8318ee011aae9d2a56018ea7da82b601e8250279;hpb=f3847b7793b893c9b439e93efeada789ff50f3a8 diff --git a/dali-toolkit/public-api/controls/image-view/image-view.h b/dali-toolkit/public-api/controls/image-view/image-view.h index 14e3427..d58e239 100644 --- a/dali-toolkit/public-api/controls/image-view/image-view.h +++ b/dali-toolkit/public-api/controls/image-view/image-view.h @@ -94,12 +94,13 @@ public: */ PRE_MULTIPLIED_ALPHA, + // Animatable properties /** * @brief name "pixelArea", type Vector4 * @details Pixel area is a relative value with the whole image area as [0.0, 0.0, 1.0, 1.0]. - * @SINCE_1_0.18 + * @SINCE_1_1.18 */ PIXEL_AREA = ANIMATABLE_PROPERTY_START_INDEX, }; @@ -124,6 +125,8 @@ public: static ImageView New(); /** + * @DEPRECATED_1_2.8, use New( const std::string& ) instead. + * * @brief Create an initialized ImageView from an Image instance. * * If the handle is empty, ImageView will not display anything. @@ -199,6 +202,8 @@ public: static ImageView DownCast( BaseHandle handle ); /** + * @DEPRECATED_1_2.8, use SetImage( const std::string& ) instead. + * * @brief Sets this ImageView from an Image instance. * * If the handle is empty, ImageView will display nothing @@ -241,6 +246,7 @@ public: public: // Not intended for application developers + /// @cond internal /** * @brief Creates a handle using the Toolkit::Internal implementation. * @@ -256,6 +262,7 @@ public: // Not intended for application developers * @param[in] internal A pointer to the internal CustomActor. */ DALI_INTERNAL ImageView( Dali::Internal::CustomActor* internal ); + /// @endcond };