X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-editor.h;h=18bb112444131f6008ee51196d66e3f53bf132f3;hb=4593cc619ab0739fc8586c0c752209c555b0c8e3;hp=acebb970df0af54ce8682e3c0b71dabfcdfc3372;hpb=0d07bc303ad28647afa1342319721384cc37d19f;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-controls/text-editor.h b/dali-toolkit/public-api/controls/text-controls/text-editor.h index acebb97..18bb112 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-editor.h +++ b/dali-toolkit/public-api/controls/text-controls/text-editor.h @@ -532,14 +532,30 @@ public: TextEditor( const TextEditor &handle ); /** + * @brief Move constructor + * @SINCE_1_9.23 + * + * @param[in] rhs A reference to the moved handle + */ + TextEditor( TextEditor&& rhs ); + + /** * @brief Assignment operator. * * @SINCE_1_1.37 * @param[in] handle The handle to copy from * @return A reference to this */ - TextEditor& - operator=( const TextEditor &handle ); + TextEditor& operator=( const TextEditor &handle ); + + /** + * @brief Move assignment + * @SINCE_1_9.23 + * + * @param[in] rhs A reference to the moved handle + * @return A reference to this + */ + TextEditor& operator=( TextEditor&& rhs ); /** * @brief Destructor.