[dali_2.3.24] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / effects-view / effects-view.h
index 60df473..1b1147b 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_EFFECTS_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.
@@ -111,13 +111,29 @@ public:
 
   /**
    * Copy constructor.
+   * @param[in] handle to copy from
    */
   EffectsView(const EffectsView& handle);
 
   /**
    * Assignment operator.
+   * @param[in] handle to copy from
+   * @return reference to this
    */
-  EffectsView& operator=(const EffectsView& rhs);
+  EffectsView& operator=(const EffectsView& handle);
+
+  /**
+   * Move constructor.
+   * @param[in] rhs to move from
+   */
+  EffectsView(EffectsView&& rhs);
+
+  /**
+   * Move assignment operator.
+   * @param[in] rhs to move from
+   * @return reference to this
+   */
+  EffectsView& operator=(EffectsView&& rhs);
 
   /**
    * Downcast an Object handle to EffectsView. If handle points to a EffectsView the