X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Ftext-controls%2Ftext-anchor-devel.h;h=62b021f81e0b12586bfd3b281c53fafc7d3693f9;hb=HEAD;hp=83fbc765b56017de81bbded0c8067f0e93104f21;hpb=c6aa87aaec61d4ab3638c397b3ba4bd08ecb13a6;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/text-controls/text-anchor-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-anchor-devel.h index 83fbc76..62b021f 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-anchor-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-anchor-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_TEXT_ANCHOR_DEVEL_H /* - * Copyright (c) 2021 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. @@ -99,6 +99,21 @@ public: TextAnchor& operator=(const TextAnchor& handle); /** + * @brief Move constructor. + * + * @param[in] handle The handle to move from. + */ + TextAnchor(TextAnchor&& handle); + + /** + * @brief Move assignment operator. + * + * @param[in] handle The handle to move from. + * @return A reference to this. + */ + TextAnchor& operator=(TextAnchor&& handle); + + /** * @brief Destructor * * This is non-virtual since derived Handle types must not contain data or virtual methods.