[dali_2.3.24] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / dali-toolkit-test-utils / toolkit-application.h
index 8b376a0..bd53962 100644 (file)
@@ -1,25 +1,25 @@
-#ifndef __DALI_TOOLKIT_TOOLKIT_APPLICATION_H__
-#define __DALI_TOOLKIT_TOOLKIT_APPLICATION_H__
-
-//
-// Copyright (c) 2014 Samsung Electronics Co., Ltd.
-//
-// Licensed under the Flora License, Version 1.0 (the License);
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://floralicense.org/license/
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an AS IS BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
+#ifndef DALI_TOOLKIT_TOOLKIT_APPLICATION_H
+#define DALI_TOOLKIT_TOOLKIT_APPLICATION_H
+
+/*
+ * Copyright (c) 2024 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.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Dali
 {
-
 class Application;
 
 /**
@@ -29,18 +29,14 @@ class Application;
 class ToolkitApplication
 {
 public: // Construction & Destruction
-
   ToolkitApplication();
   ~ToolkitApplication();
 
 public: // Getters
-
   Application& GetApplication();
 
 public: // Signal Emissions
-
 public: // TEST FUNCTIONS
-
   // Enumeration of Application methods
   enum TestFuncEnum
   {
@@ -67,7 +63,6 @@ public: // TEST FUNCTIONS
   }
 
 private:
-
   struct TestFunctions
   {
     TestFunctions()
@@ -84,8 +79,12 @@ private:
   // The Application Stub
   Application* mApplicationStub;
   friend class Application;
+
+public: // Test static member
+  static bool DECODED_IMAGES_SUPPORTED;
+  static bool ADD_IDLE_SUCCESS; ///< Default as true.
 };
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TOOLKIT_APPLICATION_H__
+#endif // DALI_TOOLKIT_TOOLKIT_APPLICATION_H