modify license, permission and remove ^M char
[platform/framework/native/uifw.git] / inc / FUiScenes.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0/
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an ”AS IS” BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file        FUiScenes.h
20  * @brief       This is the header file for the %Scenes namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Tizen::Ui::Scenes namespace.
23  */
24
25 #ifndef _FUI_SCENES_H_
26 #define _FUI_SCENES_H_
27
28 #include <FUiScenesTypes.h>
29 #include <FUiScenesIFormFactory.h>
30 #include <FUiScenesIPanelFactory.h>
31 #include <FUiScenesISceneEventListener.h>
32 #include <FUiScenesISceneAnimationProvider.h>
33 #include <FUiScenesISceneManagerEventListener.h>
34 #include <FUiScenesISceneTransitionPolicyProvider.h>
35 #include <FUiScenesScene.h>
36 #include <FUiScenesSceneManager.h>
37 #include <FUiScenesSceneTransition.h>
38 #include <FUiScenesForwardSceneTransition.h>
39 #include <FUiScenesBackwardSceneTransition.h>
40
41
42 namespace Tizen { namespace Ui
43 {
44 /**
45  * @namespace Tizen::Ui::Scenes
46  * @brief       This namespace contains the classes for the scene management and its related functions.
47  * @since       2.0
48  *
49  * @remarks     @b Header @b %file: @b \#include @b <FUi.h> @n
50  *                      @b Library : @b osp-uifw
51  *
52  * The %Scenes namespace provides easy and simplified screen transition methods for form-based UI applications using the scene management feature.
53  * @n
54  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/ui/scene_management.htm">Scene Management</a>.
55  *
56  * The following diagram illustrates the relationships between the classes belonging to the %Scenes namespace.
57  *
58  * @image html ui_scenes_namespace_classdiagram.png
59  */
60
61 namespace Scenes
62 {
63 }
64 } } // Tizen::Ui
65
66 #endif  //_FUI_SCENES_H_