Add support for ItemView layout customisation through properties.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scrollable / item-view / spiral-layout.h
old mode 100644 (file)
new mode 100755 (executable)
index 1a3e30c..29c46d5
@@ -22,6 +22,7 @@
 
 #include <dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h>
 
+
 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.
    */