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=1a3e30c01e392fe90637995a7fe546cef92d558a;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=2047844bb3b4a84231905c8c540d34d4c468e5ad 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 1a3e30c..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. */ @@ -205,4 +212,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_SPIRAL_LAYOUT_H__ +#endif // DALI_TOOLKIT_SPIRAL_LAYOUT_H