X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fsuper-blur-view%2Fsuper-blur-view.h;h=c7b29bee1fdc7fcbe0ee98218eb0bef88b02f72d;hb=HEAD;hp=67ac339faf70439a7a4c12b875adb02e4979a2b2;hpb=debd4ef5b35507bac4579dfbb8983b743872c70b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/super-blur-view/super-blur-view.h b/dali-toolkit/devel-api/controls/super-blur-view/super-blur-view.h index 67ac339..c7b29be 100644 --- a/dali-toolkit/devel-api/controls/super-blur-view/super-blur-view.h +++ b/dali-toolkit/devel-api/controls/super-blur-view/super-blur-view.h @@ -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.