Init Tizen 2.2.1
[framework/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 #include <FWebBookmarkItem.h>
30 #include <FWebWebBookmark.h>
31
32 //Controls namespace
33 #include <FWebControls.h>
34
35 //Json namespace
36 #include <FWebJson.h>
37
38 /**
39  * @namespace   Tizen::Web
40  * @brief               This namespace contains classes to manage the history data.
41  * @since               2.0
42  *
43  * @remarks     @b Header @b %file: @b \#include @b <FWeb.h> @n
44  *                              @b Library : @b osp-web
45  *
46  *
47  * The %Web namespace contains classes and interfaces for browsing, tracking browsing history, downloading %Web content, and manipulating JSON documents.
48  * @n
49  * 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>.
50  *
51  * The following diagram illustrates the relationships between the classes belonging to the %Web namespace. 
52  *
53  * @image       html web_namespace_classdiagram.png
54  *
55  *
56  *
57  */
58 namespace Tizen { namespace Web
59 {
60
61 }} // Tizen::Web
62 #endif