X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fpopup%2Fpopup.h;h=054815ce2a11e90032fe86629ddfac583afb4be4;hp=9a81bb86e6b573f2017976cf12c76439b501f47c;hb=HEAD;hpb=5359a575636e678baf178dab5209b587be1a7551 diff --git a/dali-toolkit/devel-api/controls/popup/popup.h b/dali-toolkit/devel-api/controls/popup/popup.h index 9a81bb8..ec3b7bc 100644 --- a/dali-toolkit/devel-api/controls/popup/popup.h +++ b/dali-toolkit/devel-api/controls/popup/popup.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_POPUP_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. @@ -168,6 +168,23 @@ public: Popup& operator=(const Popup& handle); /** + * @brief Move constructor. + * + * Creates another handle that points to the same real object + * @param[in] handle Handle to the moved object + */ + Popup(Popup&& handle); + + /** + * @brief Move assignment operator. + * + * Changes this handle to point to another real object + * @param[in] handle Handle to the object + * @return A reference to this + */ + Popup& operator=(Popup&& handle); + + /** * @brief Downcast an Object handle to Popup. * * If handle points to a Popup the