fc11bf08cf7a182de9e7245504abf51b551b68c9
[framework/osp/web.git] / inc / FWebControls.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                FWebControls.h
20  * @brief               This is the header file for the %Controls namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Controls namespace.
23  */
24 #ifndef _FWEB_CONTROLS_H_
25 #define _FWEB_CONTROLS_H_
26
27 #include <FWebCtrlAuthenticationChallenge.h>
28 #include <FWebCtrlHitElementResult.h>
29 #include <FWebCtrlGeolocationPermissionManager.h>
30 #include <FWebCtrlIJavaScriptBridge.h>
31 #include <FWebCtrlILoadingListener.h>
32 #include <FWebCtrlITextSearchListener.h>
33 #include <FWebCtrlIWebDownloadListener.h>
34 #include <FWebCtrlIWebKeypadEventListener.h>
35 #include <FWebCtrlIWebUiEventListener.h>
36 #include <FWebCtrlIWebUiEventListenerF.h>
37 #include <FWebCtrlPageNavigationList.h>
38 #include <FWebCtrlWeb.h>
39 #include <FWebCtrlWebSetting.h>
40 #include <FWebCtrlWebStorageManager.h>
41
42 /**
43  * @namespace   Tizen::Web::Controls
44  * @brief               This namespace contains classes and interfaces to interact with the browser engine.
45  * @since               2.0
46  *
47  *  @remarks    @b Header @b %file: @b \#include @b <FWeb.h> @n
48  *                              @b Library : @b osp-web
49  *
50  * The %Controls namespace allows you to embed the %Web browser as a control within an application, to upload and download content, and retrieve the HyperText Markup Language (HTML) element and history details.
51  * @n
52  * For more information on the %Controls namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/web/controls_namespace.htm">Web Controls Guide</a>.
53  *
54  * The following diagram illustrates the relationships between the classes belonging to the %Controls namespace. 
55  *
56  * @image       html web_controls_namespace_classdiagram.png
57  *
58  */
59 namespace Tizen { namespace Web { namespace Controls
60 {
61
62 }}} // Tizen::Web::Controls
63 #endif // _FWEB_CONTROLS_H_