Tizen 2.0 Release
[profile/ivi/osp-web.git] / inc / FWeb.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 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                FWeb.h
20  * @brief               This is the header file for the %Web namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Web namespace.
23  */
24 #ifndef _FWEB_H_
25 #define _FWEB_H_
26
27 #include <FWebHistoryItem.h>
28 #include <FWebWebHistory.h>
29
30 //Controls namespace
31 #include <FWebControls.h>
32
33 //Json namespace
34 #include <FWebJson.h>
35
36 /**
37  * @namespace   Tizen::Web
38  * @brief               This namespace contains classes to manage the history data.
39  * @since               2.0
40  *
41  * @remarks     @b Header @b %file: @b \#include @b <FWeb.h> @n
42  *                              @b Library : @b osp-web
43  *
44  *
45  * The %Web namespace contains classes and interfaces for browsing, tracking browsing history, downloading %Web content, and manipulating JSON documents.
46  * @n
47  * For more information on the %Web namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/web/web_browsers_and_web_content.htm">Web Guide</a>.
48  *
49  * The following diagram illustrates the relationships between the classes belonging to the %Web namespace. 
50  *
51  * @image       html web_namespace_classdiagram.png
52  *
53  *
54  *
55  */
56 namespace Tizen { namespace Web
57 {
58
59 }} // Tizen::Web
60 #endif