X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-selection-toolbar.h;h=78585395bb74ccffa0b3467009124b3055c98f1b;hb=HEAD;hp=98b4e7d5bf12328bf5f55df61cbd6f9524c4deb1;hpb=e74563220e35ea81a5b932186221623eed0fc62e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/text-controls/text-selection-toolbar.h b/dali-toolkit/devel-api/controls/text-controls/text-selection-toolbar.h index 98b4e7d..7858539 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-selection-toolbar.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-selection-toolbar.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_SELECTION_TOOLBAR_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -94,6 +94,21 @@ public: TextSelectionToolbar& operator=(const TextSelectionToolbar& handle); /** + * @brief Move constructor. + * + * @param[in] handle The handle to move from. + */ + TextSelectionToolbar(TextSelectionToolbar&& handle); + + /** + * @brief Move assignment operator. + * + * @param[in] handle The handle to move from. + * @return A reference to this. + */ + TextSelectionToolbar& operator=(TextSelectionToolbar&& handle); + + /** * @brief Destructor * * This is non-virtual since derived Handle types must not contain data or virtual methods.