[dali_2.3.23] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / super-blur-view / super-blur-view.h
index 67ac339..c7b29be 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_SUPER_BLUR_VIEW_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.
@@ -109,6 +109,23 @@ public:
   SuperBlurView& operator=(const SuperBlurView& rhs);
 
   /**
+   * @brief Move constructor.
+   *
+   * Creates another handle that points to the same real object.
+   * @param[in] handle the handle to move from
+   */
+  SuperBlurView(SuperBlurView&& handle);
+
+  /**
+   * @brief Move assignment operator.
+   *
+   * Changes this handle to point to another real object.
+   * @param[in] rhs the handle to move from
+   * @return a reference to this
+   */
+  SuperBlurView& operator=(SuperBlurView&& rhs);
+
+  /**
    * @brief Destructor
    *
    * This is non-virtual since derived Handle types must not contain data or virtual methods.