Fixed various SVACE errors
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scrollable / item-view / depth-layout.h
old mode 100644 (file)
new mode 100755 (executable)
index 82ce8fc..a59b7fe
@@ -21,6 +21,8 @@
 // INTERNAL INCLUDES
 #include <dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h>
 
+
+
 namespace Dali
 {
 
@@ -52,6 +54,12 @@ public:
   virtual ~DepthLayout();
 
   /**
+   * Apply depth layout Properties.
+   * @param[in] properties The properties of the layout.
+   */
+  void SetDepthLayoutProperties(const Property::Map& properties);
+
+  /**
    * Set the number of columns in the layout.
    * @param[in] columns The number of columns.
    */
@@ -214,6 +222,14 @@ protected:
 
 private:
 
+  // Undefined
+  DepthLayout( const DepthLayout& depthLayout );
+
+  // Undefined
+  DepthLayout& operator=( const DepthLayout& depthLayout );
+
+private:
+
   struct Impl;
   Impl* mImpl;
 };