X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fitem-view%2Fgrid-layout.h;h=915e8a6d1f286988bf395c77e5fb16366bf6e595;hb=14455946a98df9b2f7cc5e9d5a972250da70a003;hp=8cbdd33ea05e67e3df5b7f78e3ebad5adaf694e1;hpb=a2fc5fd1c64132c393330dde2fac210f58ac5525;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/scrollable/item-view/grid-layout.h b/dali-toolkit/internal/controls/scrollable/item-view/grid-layout.h old mode 100644 new mode 100755 index 8cbdd33..915e8a6 --- a/dali-toolkit/internal/controls/scrollable/item-view/grid-layout.h +++ b/dali-toolkit/internal/controls/scrollable/item-view/grid-layout.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_GRID_LAYOUT_H__ -#define __DALI_TOOLKIT_GRID_LAYOUT_H__ +#ifndef DALI_TOOLKIT_GRID_LAYOUT_H +#define DALI_TOOLKIT_GRID_LAYOUT_H /* - * Copyright (c) 2015 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. @@ -22,6 +22,9 @@ #include +#include + + namespace Dali { @@ -53,6 +56,12 @@ public: virtual ~GridLayout(); /** + * Apply grid layout Properties. + * @param[in] properties The properties of the layout. + */ + void SetGridLayoutProperties(const Property::Map& properties); + + /** * @brief Set the number of columns in the layout. * * @param[in] columns The number of columns. @@ -257,6 +266,14 @@ protected: private: + // Undefined + GridLayout( const GridLayout& itemLayout ); + + // Undefined + GridLayout& operator=( const GridLayout& rhs ); + +private: + struct Impl; Impl* mImpl; }; @@ -267,4 +284,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_GRID_LAYOUT_H__ +#endif // DALI_TOOLKIT_GRID_LAYOUT_H