450316a06847fd6a33421d033091a8d685a0c29e
[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 <FWebCtrlPageNavigationList.h>
37 #include <FWebCtrlWeb.h>
38 #include <FWebCtrlWebSetting.h>
39
40 /**
41  * @namespace   Tizen::Web::Controls
42  * @brief               This namespace contains classes and interfaces to interact with the browser engine.
43  * @since               2.0
44  *
45  *  @remarks    @b Header @b %file: @b \#include @b <FWeb.h> @n
46  *                              @b Library : @b osp-web
47  *
48  * The %Web::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.
49  * @n
50  * 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>.
51  *
52  * The following diagram illustrates the relationships between the classes belonging to the %Controls namespace. 
53  *
54  * @image       html web_controls_namespace_classdiagram.png
55  *
56  */
57 namespace Tizen { namespace Web { namespace Controls
58 {
59
60 }}} // Tizen::Web::Controls
61 #endif // _FWEB_CONTROLS_H_