Purge underscored header file barriers
[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 00f550a..4d65433
@@ -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 <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.
    */
@@ -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