[dali_2.3.23] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-anchor-devel.h
index 83fbc76..62b021f 100644 (file)
@@ -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.