X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Flayout-group.h;h=45aec9813b8dce0994b59239a7024aeae5d025d1;hb=621e8a4a716e30a7ad727e12627c36d24d626c1c;hp=1d9ad5d2cde4b4ce4a1ebd92ad3a8f5add926f89;hpb=e4235b523a775fbbee334dea6cd929a6f3ccbc80;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/layouting/layout-group.h b/dali-toolkit/devel-api/layouting/layout-group.h old mode 100644 new mode 100755 index 1d9ad5d..45aec98 --- a/dali-toolkit/devel-api/layouting/layout-group.h +++ b/dali-toolkit/devel-api/layouting/layout-group.h @@ -1,7 +1,7 @@ #ifndef DALI_TOOLKIT_LAYOUTING_LAYOUT_GROUP_H #define DALI_TOOLKIT_LAYOUTING_LAYOUT_GROUP_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -17,7 +17,6 @@ */ #include -#include #include #include #include @@ -55,14 +54,6 @@ public: using LayoutId = unsigned int; static const unsigned int UNKNOWN_ID = 0; - struct ChildProperty - { - enum - { - }; - }; - - /** * @brief Creates an uninitialized LayoutGroup handle. * @@ -80,6 +71,13 @@ public: ~LayoutGroup() = default; /** + * @brief Create an initialized LayoutGroup + * + * @param[in] handle A handle to the object that this layout for, e.g. a Control or a Visual::Base + */ + static LayoutGroup New( Handle& handle ); + + /** * @brief Copy constructor */ LayoutGroup(const LayoutGroup& copy) = default;