X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-field.h;h=b7050397b73cebcce798a2fa766f28fc803fb0b3;hb=dea624eb348a4926d8761c8a1364f03f9f71acf5;hp=c5d257d527670530a7b3ce1701303fe1c20b9010;hpb=b0a0aa8215fc520e9d05e5bbd855ef41a0c189bc;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-controls/text-field.h b/dali-toolkit/public-api/controls/text-controls/text-field.h index c5d257d..b705039 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-field.h +++ b/dali-toolkit/public-api/controls/text-controls/text-field.h @@ -539,6 +539,14 @@ public: TextField( const TextField& handle ); /** + * @brief Move constructor + * @SINCE_1_9.23 + * + * @param[in] rhs A reference to the moved handle + */ + TextField( TextField&& rhs ); + + /** * @brief Assignment operator. * * @SINCE_1_0.0 @@ -548,6 +556,15 @@ public: TextField& operator=( const TextField& handle ); /** + * @brief Move assignment + * @SINCE_1_9.23 + * + * @param[in] rhs A reference to the moved handle + * @return A reference to this + */ + TextField& operator=( TextField&& rhs ); + + /** * @brief Destructor. * * This is non-virtual since derived Handle types must not contain data or virtual methods.