X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-selection-toolbar.h;h=78585395bb74ccffa0b3467009124b3055c98f1b;hb=HEAD;hp=71e74193eede3a8c025c93cb7ca1dec0ad91d4f1;hpb=debd4ef5b35507bac4579dfbb8983b743872c70b;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 71e7419..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. @@ -119,11 +134,11 @@ public: void ResizeDividers(Size& size); /** - * @brief Raises the layer above the given @e target layer. + * @brief Raises the actor above the given @e target actor. * - * @param[in] target The layer to get above of. + * @param[in] target The actor to get above of. */ - void RaiseAbove(Layer target); + void RaiseAbove(Actor target); /** * @copydoc Toolkit::ScrollView::ScrollTo(const Vector2&)