X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fbutton.h;h=c9c79d692f7ebb24b5bf51fe24e6f7b19c803119;hp=2544d46c67aa0e45d92ed77d638e478ce670d59a;hb=d886d0a7b8637b2ad52844096091b63991157ff3;hpb=6450bfaff9367ce929f3c7769be7fcd365be550f diff --git a/dali-toolkit/public-api/controls/buttons/button.h b/dali-toolkit/public-api/controls/buttons/button.h index 2544d46..c9c79d6 100644 --- a/dali-toolkit/public-api/controls/buttons/button.h +++ b/dali-toolkit/public-api/controls/buttons/button.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_BUTTON_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -236,6 +236,14 @@ public: Button( const Button& button ); /** + * @brief Move constructor + * @SINCE_1_9.23 + * + * @param[in] rhs A reference to the moved handle + */ + Button( Button&& rhs ); + + /** * @brief Assignment operator. * @SINCE_1_0.0 * @param[in] button Handle to an object @@ -244,6 +252,15 @@ public: Button& operator=( const Button& button ); /** + * @brief Move assignment + * @SINCE_1_9.23 + * + * @param[in] rhs A reference to the moved handle + * @return A reference to this + */ + Button& operator=( Button&& rhs ); + + /** * @brief Downcasts a handle to Button handle. * * If handle points to a Button, the downcast produces valid handle.