X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fbloom-view%2Fbloom-view.h;h=1356d285d1d4d5c73840603ecb41e593355df542;hb=refs%2Fchanges%2F55%2F282555%2F24;hp=1ea7ee4489a6ca36128511da10c5a27885bfae00;hpb=9c9c7e28c052746ade264c9d0522d090674a78a3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/bloom-view/bloom-view.h b/dali-toolkit/devel-api/controls/bloom-view/bloom-view.h index 1ea7ee4..1356d28 100644 --- a/dali-toolkit/devel-api/controls/bloom-view/bloom-view.h +++ b/dali-toolkit/devel-api/controls/bloom-view/bloom-view.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_BLOOM_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. @@ -98,13 +98,29 @@ public: /** * Copy constructor. Creates another handle that points to the same real object + * @param[in] handle The handle to copy from. */ BloomView(const BloomView& handle); /** * Assignment operator. Changes this handle to point to another real object + * @param[in] handle The handle to copy from. + * @return reference to this */ - BloomView& operator=(const BloomView& ZoomView); + BloomView& operator=(const BloomView& handle); + + /** + * Move constructor. Creates another handle that points to the same real object + * @param[in] handle The handle to move from. + */ + BloomView(BloomView&& handle); + + /** + * Move assignment operator. Changes this handle to point to another real object + * @param[in] handle The handle to move from. + * @return reference to this + */ + BloomView& operator=(BloomView&& handle); /** * @brief Destructor