merge with master
[framework/osp/ime.git] / inc / FUiIme.h
1 //\r
2 // Open Service Platform\r
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.\r
4 //\r
5 // Licensed under the Apache License, Version 2.0 (the License);\r
6 // you may not use this file except in compliance with the License.\r
7 // You may obtain a copy of the License at\r
8 //\r
9 //     http://www.apache.org/licenses/LICENSE-2.0\r
10 //\r
11 // Unless required by applicable law or agreed to in writing, software\r
12 // distributed under the License is distributed on an "AS IS" BASIS,\r
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 // See the License for the specific language governing permissions and\r
15 // limitations under the License.\r
16 //\r
17 \r
18 /**\r
19  * @file FUiIme.h\r
20  * @brief This is the header file for the %Tizen::Ui::Ime namespace.\r
21  *\r
22  * This header file contains the declarations and descriptions of the %Tizen::Ui::Ime namespace.\r
23  */\r
24 \r
25 #ifndef _FUI_IME_H_\r
26 #define _FUI_IME_H_\r
27 \r
28 #include <FUiImeIInputMethodListener.h>\r
29 #include <FUiImeIInputMethodProvider.h>\r
30 #include <FUiImeInputMethod.h>\r
31 #include <FUiImeInputMethodInfo.h>\r
32 #include <FUiImeInputMethodManager.h>\r
33 \r
34 /**\r
35  * @namespace Tizen::Ui::Ime\r
36  * @brief This namespace contains the classes and interfaces for an input method.\r
37  * @since 2.1\r
38  *\r
39  * @remarks @b Header @b %file: @b \#include @b <FUiIme.h> @n\r
40  * @b Library : @b osp-ime\r
41  *\r
42  * The %Ui::Ime namespace provides a way to input a language in the associated text input UI control.\r
43  *\r
44  * For more information on the %Ui::Ime namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/ui/input.htm">Input Guide</a>.\r
45  *\r
46  * The following diagram illustrates the relationships between the classes belonging to the %Ime namespace.\r
47  *\r
48  * @image html ui_ime_namespace_classdiagram.png\r
49  *\r
50  */\r
51 namespace Tizen { namespace Ui { namespace Ime {\r
52 \r
53 }}} // Tizen::Ui::Ime\r
54 \r
55 #endif // _FUI_IME_H_\r