X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fitem-view%2Fspiral-layout.h;h=4d6543338e370194d5641b6b195837e857a032dd;hp=00f550a4b7c82820eaa59af64c414ef8d788e03f;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=d9c164e4530e354cd14dc4a1a658070ba55e99b8 diff --git a/dali-toolkit/internal/controls/scrollable/item-view/spiral-layout.h b/dali-toolkit/internal/controls/scrollable/item-view/spiral-layout.h old mode 100644 new mode 100755 index 00f550a..4d65433 --- a/dali-toolkit/internal/controls/scrollable/item-view/spiral-layout.h +++ b/dali-toolkit/internal/controls/scrollable/item-view/spiral-layout.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_SPIRAL_LAYOUT_H__ -#define __DALI_TOOLKIT_SPIRAL_LAYOUT_H__ +#ifndef DALI_TOOLKIT_SPIRAL_LAYOUT_H +#define DALI_TOOLKIT_SPIRAL_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,7 @@ #include + namespace Dali { @@ -53,6 +54,12 @@ public: virtual ~SpiralLayout(); /** + * Apply spiral layout Properties. + * @param[in] properties The properties of the layout. + */ + void SetSpiralLayoutProperties(const Property::Map& properties); + + /** * Set spacing angle between items. * @param[in] itemSpacing The angle in radians. */ @@ -187,6 +194,14 @@ protected: private: + // Undefined + SpiralLayout( const SpiralLayout& spiralLayout ); + + // Undefined + SpiralLayout& operator=( const SpiralLayout& spiralLayout ); + +private: + struct Impl; Impl* mImpl; }; @@ -197,4 +212,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_SPIRAL_LAYOUT_H__ +#endif // DALI_TOOLKIT_SPIRAL_LAYOUT_H