X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fimage-view%2Fimage-view.h;h=b2fc518025a04fc131fda3e941cfaf91d9890f72;hb=dea624eb348a4926d8761c8a1364f03f9f71acf5;hp=47806df126c03dba121b86dd5bb8b3b20d6d069e;hpb=49d793abda445643e4b3b270c10af70aed3d2f52;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 47806df..b2fc518 100644 --- a/dali-toolkit/public-api/controls/image-view/image-view.h +++ b/dali-toolkit/public-api/controls/image-view/image-view.h @@ -194,6 +194,14 @@ public: ImageView( const ImageView& imageView ); /** + * @brief Move constructor + * @SINCE_1_9.23 + * + * @param[in] rhs A reference to the moved handle + */ + ImageView( ImageView&& rhs ); + + /** * @brief Assignment operator. * * @SINCE_1_0.0 @@ -203,6 +211,15 @@ public: ImageView& operator=( const ImageView& imageView ); /** + * @brief Move assignment + * @SINCE_1_9.23 + * + * @param[in] rhs A reference to the moved handle + * @return A reference to this + */ + ImageView& operator=( ImageView&& rhs ); + + /** * @brief Downcasts a handle to ImageView handle. * * If handle points to a ImageView, the downcast produces valid handle.