Merge "Deprecate the public APIs taking Image as input" into devel/master
authorDavid Steele <david.steele@samsung.com>
Tue, 27 Sep 2016 13:09:13 +0000 (06:09 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 27 Sep 2016 13:09:14 +0000 (06:09 -0700)
dali-toolkit/public-api/controls/control.h
dali-toolkit/public-api/controls/image-view/image-view.h

index cdeee6b..a52b467 100644 (file)
@@ -325,6 +325,8 @@ public:
   Vector4 GetBackgroundColor() const;
 
   /**
+   * @DEPRECATED_1_2.7, use Property::BACKGROUND instead
+   *
    * @brief Sets an image as the background of the control.
    *
    * @SINCE_1_0.0
index 51489c9..0c8c520 100644 (file)
@@ -125,6 +125,8 @@ public:
   static ImageView New();
 
   /**
+   * @DEPRECATED_1_2.7, 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.
@@ -200,6 +202,8 @@ public:
   static ImageView DownCast( BaseHandle handle );
 
   /**
+   * @DEPRECATED_1_2.7, use SetImage( const std::string& ) instead.
+   *
    * @brief Sets this ImageView from an Image instance.
    *
    * If the handle is empty, ImageView will display nothing