Merge "Add keyboard support and animation control in SceneLoader demo" into devel...
[platform/core/uifw/dali-demo.git] / shared / example.h
index 978e849..147f244 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_DEMO_EXAMPLE_H\r
 \r
 /*\r
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -32,12 +32,12 @@ struct Example
   // Constructors\r
 \r
   /**\r
-   * @param[in] name unique name of example\r
-   * @param[in] title The caption for the example to appear on a tile button.\r
+   * @param[in] uniqueName unique name of example\r
+   * @param[in] captionTitle The caption for the example to appear on a tile button.\r
    */\r
-  Example(std::string name, std::string title)\r
-  : name(name),\r
-    title(title)\r
+  Example(std::string uniqueName, std::string captionTitle)\r
+  : name(uniqueName),\r
+    title(captionTitle)\r
   {\r
   }\r
 \r
@@ -49,7 +49,7 @@ struct Example
   std::string title; ///< title (caption) of example to appear on tile button.\r
 };\r
 \r
-using ExampleList = std::vector<Example>;\r
+using ExampleList          = std::vector<Example>;\r
 using ExampleListConstIter = ExampleList::const_iterator;\r
 \r
 #endif // DALI_DEMO_SHARED_EXAMPLE_H\r