show OverlayRegion when FormActivated
[platform/framework/native/uifw.git] / inc / FUiEffects.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  * @file        FUiEffects.h
19  * @brief       This is the header file for the %Effects namespace.
20  *
21  * This header file contains the declarations and descriptions of the %Effects namespace.
22  */
23 #ifndef _FUI_EFFECTS_H_
24 #define _FUI_EFFECTS_H_
25
26 #include "FUiEffectsEffect.h"
27 #include "FUiEffectsEffectManager.h"
28 #include "FUiEffectsIEffectEventListener.h"
29 #include "FUiEffectsIEffectResourceProvider.h"
30 #include "FUiEffectsTypes.h"
31
32 namespace Tizen
33 {
34 namespace Ui
35 {
36
37 /**
38  * @namespace   Tizen::Ui::Effects
39  * @brief               This namespace contains classes and interfaces for the effect-related functionalities.
40  * @since 2.0
41  *
42  * @remarks         @b Header @b %file: @b \#include @b <FUi.h> @n
43  *                              @b Library : @b osp-uifw
44  *
45  * The %Effects namespace provides effect capabilities.
46  *
47  * For more information on the %Effects namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/ui/3d_effect_model.htm">Effects Guide</a>.
48  *
49  * The following diagram illustrates the relationships between the classes belonging to the %Effects namespace.
50  *
51  * @image html effects_namespace_classdiagram.png
52  *
53  */
54
55 namespace Effects
56 {
57 }}} // Tizen::Ui::Effects
58
59 #endif //_FUI_EFFECTS_H_
60