Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scrollable / item-view / grid-layout.h
old mode 100644 (file)
new mode 100755 (executable)
index 7476822..915e8a6
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_GRID_LAYOUT_H__
-#define __DALI_TOOLKIT_GRID_LAYOUT_H__
+#ifndef DALI_TOOLKIT_GRID_LAYOUT_H
+#define DALI_TOOLKIT_GRID_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,9 @@
 
 #include <dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h>
 
+#include <dali-toolkit/public-api/dali-toolkit-common.h>
+
+
 namespace Dali
 {
 
@@ -53,6 +56,12 @@ public:
   virtual ~GridLayout();
 
   /**
+   * Apply grid layout Properties.
+   * @param[in] properties The properties of the layout.
+   */
+  void SetGridLayoutProperties(const Property::Map& properties);
+
+  /**
    * @brief Set the number of columns in the layout.
    *
    * @param[in] columns The number of columns.
@@ -275,4 +284,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_GRID_LAYOUT_H__
+#endif // DALI_TOOLKIT_GRID_LAYOUT_H