~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/qwebpage.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE html
3
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
4
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<!-- /fasttmp/mkdist-qt-4.5.2-1245473805/qt-x11-opensource-src-4.5.2/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp -->
 
5
<!-- qwebpage.cpp -->
6
6
<head>
7
 
  <title>Qt 4.5: QWebPage Class Reference</title>
 
7
  <title>Qt 4.6: QWebPage Class Reference</title>
8
8
  <link href="classic.css" rel="stylesheet" type="text/css" />
9
9
</head>
10
10
<body>
 
11
<a name="//apple_ref/cpp/cl//QWebPage" />
11
12
<table border="0" cellpadding="0" cellspacing="0" width="100%">
12
13
<tr>
13
 
<td align="left" valign="top" width="32"><a href="http://qtsoftware.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
14
 
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
15
 
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">QWebPage Class Reference<br /><span class="small-subtitle">[<a href="qtwebkit.html">QtWebKit</a> module]</span>
 
14
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
 
15
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td><td class="searchBar" align="right" valign="center"><form action="http://www.google.com/cse" id="cse-search-box"><div><input type="hidden" name="cx" value="000136343326384750312:dhbxnqlakyu" /><input type="hidden" name="ie" value="UTF-8" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form></td>
 
16
</tr></table><h1 class="title">QWebPage Class Reference<br /><span class="small-subtitle">[<a href="qtwebkit.html">QtWebKit</a> module]</span>
16
17
</h1>
17
18
<p>The QWebPage class provides an object to view and edit web documents. <a href="#details">More...</a></p>
18
 
<pre> #include &lt;QWebPage&gt;</pre><p>Inherits <a href="qobject.html">QObject</a>.</p>
 
19
<pre> #include &lt;QWebPage&gt;</pre><p><b>This class is not part of the Qt GUI Framework Edition.</b></p>
 
20
<p>Inherits <a href="qobject.html">QObject</a>.</p>
19
21
<p>This class was introduced in Qt 4.4.</p>
20
22
<ul>
21
23
<li><a href="qwebpage-members.html">List of all members, including inherited members</a></li>
22
24
</ul>
 
25
<hr />
23
26
<a name="public-types"></a>
24
 
<h3>Public Types</h3>
25
 
<ul>
26
 
<li><div class="fn"></div>class <b><a href="qwebpage-choosemultiplefilesextensionoption.html">ChooseMultipleFilesExtensionOption</a></b></li>
27
 
<li><div class="fn"></div>class <b><a href="qwebpage-choosemultiplefilesextensionreturn.html">ChooseMultipleFilesExtensionReturn</a></b></li>
28
 
<li><div class="fn"></div>class <b><a href="qwebpage-extensionoption.html">ExtensionOption</a></b></li>
29
 
<li><div class="fn"></div>class <b><a href="qwebpage-extensionreturn.html">ExtensionReturn</a></b></li>
30
 
<li><div class="fn"></div>enum <b><a href="qwebpage.html#Extension-enum">Extension</a></b> { ChooseMultipleFilesExtension }</li>
31
 
<li><div class="fn"></div>enum <b><a href="qwebpage.html#FindFlag-enum">FindFlag</a></b> { FindBackward, FindCaseSensitively, FindWrapsAroundDocument }</li>
32
 
<li><div class="fn"></div>flags <b><a href="qwebpage.html#FindFlag-enum">FindFlags</a></b></li>
33
 
<li><div class="fn"></div>enum <b><a href="qwebpage.html#LinkDelegationPolicy-enum">LinkDelegationPolicy</a></b> { DontDelegateLinks, DelegateExternalLinks, DelegateAllLinks }</li>
34
 
<li><div class="fn"></div>enum <b><a href="qwebpage.html#NavigationType-enum">NavigationType</a></b> { NavigationTypeLinkClicked, NavigationTypeFormSubmitted, NavigationTypeBackOrForward, NavigationTypeReload, NavigationTypeFormResubmitted, NavigationTypeOther }</li>
35
 
<li><div class="fn"></div>enum <b><a href="qwebpage.html#WebAction-enum">WebAction</a></b> { NoWebAction, OpenLink, OpenLinkInNewWindow, OpenFrameInNewWindow, ..., SelectAll }</li>
36
 
<li><div class="fn"></div>enum <b><a href="qwebpage.html#WebWindowType-enum">WebWindowType</a></b> { WebBrowserWindow, WebModalDialog }</li>
37
 
</ul>
 
27
<h2>Public Types</h2>
 
28
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
29
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage-choosemultiplefilesextensionoption.html">ChooseMultipleFilesExtensionOption</a></b></td></tr>
 
30
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage-choosemultiplefilesextensionreturn.html">ChooseMultipleFilesExtensionReturn</a></b></td></tr>
 
31
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage-errorpageextensionoption.html">ErrorPageExtensionOption</a></b></td></tr>
 
32
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage-errorpageextensionreturn.html">ErrorPageExtensionReturn</a></b></td></tr>
 
33
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage-extensionoption.html">ExtensionOption</a></b></td></tr>
 
34
<tr><td class="memItemLeft" align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage-extensionreturn.html">ExtensionReturn</a></b></td></tr>
 
35
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#ErrorDomain-enum">ErrorDomain</a></b> { QtNetwork, Http, WebKit }</td></tr>
 
36
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#Extension-enum">Extension</a></b> { ChooseMultipleFilesExtension }</td></tr>
 
37
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#FindFlag-enum">FindFlag</a></b> { FindBackward, FindCaseSensitively, FindWrapsAroundDocument, HighlightAllOccurrences }</td></tr>
 
38
<tr><td class="memItemLeft" align="right" valign="top">flags </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#FindFlag-enum">FindFlags</a></b></td></tr>
 
39
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#LinkDelegationPolicy-enum">LinkDelegationPolicy</a></b> { DontDelegateLinks, DelegateExternalLinks, DelegateAllLinks }</td></tr>
 
40
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#NavigationType-enum">NavigationType</a></b> { NavigationTypeLinkClicked, NavigationTypeFormSubmitted, NavigationTypeBackOrForward, NavigationTypeReload, NavigationTypeFormResubmitted, NavigationTypeOther }</td></tr>
 
41
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#WebAction-enum">WebAction</a></b> { NoWebAction, OpenLink, OpenLinkInNewWindow, OpenFrameInNewWindow, ..., AlignRight }</td></tr>
 
42
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#WebWindowType-enum">WebWindowType</a></b> { WebBrowserWindow, WebModalDialog }</td></tr>
 
43
</table>
 
44
<hr />
38
45
<a name="properties"></a>
39
 
<h3>Properties</h3>
40
 
<p><table width="100%" border="0" cellpadding="0" cellspacing="0">
 
46
<h2>Properties</h2>
 
47
<p><table class="propsummary" width="100%" border="0" cellpadding="0" cellspacing="0">
41
48
<tr><td width="45%" valign="top"><ul>
42
 
<li><div class="fn"></div><b><a href="qwebpage.html#contentEditable-prop">contentEditable</a></b> : bool</li>
43
 
<li><div class="fn"></div><b><a href="qwebpage.html#forwardUnsupportedContent-prop">forwardUnsupportedContent</a></b> : bool</li>
44
 
<li><div class="fn"></div><b><a href="qwebpage.html#linkDelegationPolicy-prop">linkDelegationPolicy</a></b> : LinkDelegationPolicy</li>
45
 
<li><div class="fn"></div><b><a href="qwebpage.html#modified-prop">modified</a></b> : const bool</li>
 
49
<li><div class="fn"><b><a href="qwebpage.html#contentEditable-prop">contentEditable</a></b> : bool</div></li>
 
50
<li><div class="fn"><b><a href="qwebpage.html#fixedContentsSize-prop">fixedContentsSize</a></b> : QSize</div></li>
 
51
<li><div class="fn"><b><a href="qwebpage.html#forwardUnsupportedContent-prop">forwardUnsupportedContent</a></b> : bool</div></li>
 
52
<li><div class="fn"><b><a href="qwebpage.html#linkDelegationPolicy-prop">linkDelegationPolicy</a></b> : LinkDelegationPolicy</div></li>
46
53
</ul></td><td valign="top"><ul>
47
 
<li><div class="fn"></div><b><a href="qwebpage.html#palette-prop">palette</a></b> : QPalette</li>
48
 
<li><div class="fn"></div><b><a href="qwebpage.html#selectedText-prop">selectedText</a></b> : const QString</li>
49
 
<li><div class="fn"></div><b><a href="qwebpage.html#viewportSize-prop">viewportSize</a></b> : QSize</li>
 
54
<li><div class="fn"><b><a href="qwebpage.html#modified-prop">modified</a></b> : const bool</div></li>
 
55
<li><div class="fn"><b><a href="qwebpage.html#palette-prop">palette</a></b> : QPalette</div></li>
 
56
<li><div class="fn"><b><a href="qwebpage.html#selectedText-prop">selectedText</a></b> : const QString</div></li>
 
57
<li><div class="fn"><b><a href="qwebpage.html#viewportSize-prop">viewportSize</a></b> : QSize</div></li>
50
58
</ul>
51
59
</td></tr>
52
60
</table></p>
53
61
<ul>
54
 
<li><div class="fn"></div>1 property inherited from <a href="qobject.html#properties">QObject</a></li>
 
62
<li><div bar="2" class="fn"></div>1 property inherited from <a href="qobject.html#properties">QObject</a></li>
55
63
</ul>
 
64
<hr />
56
65
<a name="public-functions"></a>
57
 
<h3>Public Functions</h3>
58
 
<ul>
59
 
<li><div class="fn"></div><b><a href="qwebpage.html#QWebPage">QWebPage</a></b> ( QObject * <i>parent</i> = 0 )</li>
60
 
<li><div class="fn"></div><b><a href="qwebpage.html#dtor.QWebPage">~QWebPage</a></b> ()</li>
61
 
<li><div class="fn"></div>QAction * <b><a href="qwebpage.html#action">action</a></b> ( WebAction <i>action</i> ) const</li>
62
 
<li><div class="fn"></div>quint64 <b><a href="qwebpage.html#bytesReceived">bytesReceived</a></b> () const</li>
63
 
<li><div class="fn"></div>QMenu * <b><a href="qwebpage.html#createStandardContextMenu">createStandardContextMenu</a></b> ()</li>
64
 
<li><div class="fn"></div>QWebFrame * <b><a href="qwebpage.html#currentFrame">currentFrame</a></b> () const</li>
65
 
<li><div class="fn"></div>virtual bool <b><a href="qwebpage.html#extension">extension</a></b> ( Extension <i>extension</i>, const ExtensionOption * <i>option</i> = 0, ExtensionReturn * <i>output</i> = 0 )</li>
66
 
<li><div class="fn"></div>bool <b><a href="qwebpage.html#findText">findText</a></b> ( const QString &amp; <i>subString</i>, FindFlags <i>options</i> = 0 )</li>
67
 
<li><div class="fn"></div>bool <b><a href="qwebpage.html#focusNextPrevChild">focusNextPrevChild</a></b> ( bool <i>next</i> )</li>
68
 
<li><div class="fn"></div>bool <b><a href="qwebpage.html#forwardUnsupportedContent-prop">forwardUnsupportedContent</a></b> () const</li>
69
 
<li><div class="fn"></div>QWebHistory * <b><a href="qwebpage.html#history">history</a></b> () const</li>
70
 
<li><div class="fn"></div>QVariant <b><a href="qwebpage.html#inputMethodQuery">inputMethodQuery</a></b> ( Qt::InputMethodQuery <i>property</i> ) const</li>
71
 
<li><div class="fn"></div>bool <b><a href="qwebpage.html#contentEditable-prop">isContentEditable</a></b> () const</li>
72
 
<li><div class="fn"></div>bool <b><a href="qwebpage.html#modified-prop">isModified</a></b> () const</li>
73
 
<li><div class="fn"></div>LinkDelegationPolicy <b><a href="qwebpage.html#linkDelegationPolicy-prop">linkDelegationPolicy</a></b> () const</li>
74
 
<li><div class="fn"></div>QWebFrame * <b><a href="qwebpage.html#mainFrame">mainFrame</a></b> () const</li>
75
 
<li><div class="fn"></div>QNetworkAccessManager * <b><a href="qwebpage.html#networkAccessManager">networkAccessManager</a></b> () const</li>
76
 
<li><div class="fn"></div>QPalette <b><a href="qwebpage.html#palette-prop">palette</a></b> () const</li>
77
 
<li><div class="fn"></div>QWebPluginFactory * <b><a href="qwebpage.html#pluginFactory">pluginFactory</a></b> () const</li>
78
 
<li><div class="fn"></div>QString <b><a href="qwebpage.html#selectedText-prop">selectedText</a></b> () const</li>
79
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#contentEditable-prop">setContentEditable</a></b> ( bool <i>editable</i> )</li>
80
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#forwardUnsupportedContent-prop">setForwardUnsupportedContent</a></b> ( bool <i>forward</i> )</li>
81
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#linkDelegationPolicy-prop">setLinkDelegationPolicy</a></b> ( LinkDelegationPolicy <i>policy</i> )</li>
82
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#setNetworkAccessManager">setNetworkAccessManager</a></b> ( QNetworkAccessManager * <i>manager</i> )</li>
83
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#palette-prop">setPalette</a></b> ( const QPalette &amp; <i>palette</i> )</li>
84
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#setPluginFactory">setPluginFactory</a></b> ( QWebPluginFactory * <i>factory</i> )</li>
85
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#setView">setView</a></b> ( QWidget * <i>view</i> )</li>
86
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#viewportSize-prop">setViewportSize</a></b> ( const QSize &amp; <i>size</i> ) const</li>
87
 
<li><div class="fn"></div>QWebSettings * <b><a href="qwebpage.html#settings">settings</a></b> () const</li>
88
 
<li><div class="fn"></div>virtual bool <b><a href="qwebpage.html#supportsExtension">supportsExtension</a></b> ( Extension <i>extension</i> ) const</li>
89
 
<li><div class="fn"></div>bool <b><a href="qwebpage.html#swallowContextMenuEvent">swallowContextMenuEvent</a></b> ( QContextMenuEvent * <i>event</i> )</li>
90
 
<li><div class="fn"></div>quint64 <b><a href="qwebpage.html#totalBytes">totalBytes</a></b> () const</li>
91
 
<li><div class="fn"></div>virtual void <b><a href="qwebpage.html#triggerAction">triggerAction</a></b> ( WebAction <i>action</i>, bool <i>checked</i> = false )</li>
92
 
<li><div class="fn"></div>QUndoStack * <b><a href="qwebpage.html#undoStack">undoStack</a></b> () const</li>
93
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#updatePositionDependentActions">updatePositionDependentActions</a></b> ( const QPoint &amp; <i>pos</i> )</li>
94
 
<li><div class="fn"></div>QWidget * <b><a href="qwebpage.html#view">view</a></b> () const</li>
95
 
<li><div class="fn"></div>QSize <b><a href="qwebpage.html#viewportSize-prop">viewportSize</a></b> () const</li>
96
 
</ul>
97
 
<ul>
98
 
<li><div class="fn"></div>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
99
 
</ul>
 
66
<h2>Public Functions</h2>
 
67
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
68
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#QWebPage">QWebPage</a></b> ( QObject * <i>parent</i> = 0 )</td></tr>
 
69
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#dtor.QWebPage">~QWebPage</a></b> ()</td></tr>
 
70
<tr><td class="memItemLeft" align="right" valign="top">QAction * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#action">action</a></b> ( WebAction <i>action</i> ) const</td></tr>
 
71
<tr><td class="memItemLeft" align="right" valign="top">quint64 </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#bytesReceived">bytesReceived</a></b> () const</td></tr>
 
72
<tr><td class="memItemLeft" align="right" valign="top">QMenu * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#createStandardContextMenu">createStandardContextMenu</a></b> ()</td></tr>
 
73
<tr><td class="memItemLeft" align="right" valign="top">QWebFrame * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#currentFrame">currentFrame</a></b> () const</td></tr>
 
74
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#extension">extension</a></b> ( Extension <i>extension</i>, const ExtensionOption * <i>option</i> = 0, ExtensionReturn * <i>output</i> = 0 )</td></tr>
 
75
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#findText">findText</a></b> ( const QString &amp; <i>subString</i>, FindFlags <i>options</i> = 0 )</td></tr>
 
76
<tr><td class="memItemLeft" align="right" valign="top">QSize </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#fixedContentsSize-prop">fixedContentsSize</a></b> () const</td></tr>
 
77
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#focusNextPrevChild">focusNextPrevChild</a></b> ( bool <i>next</i> )</td></tr>
 
78
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#forwardUnsupportedContent-prop">forwardUnsupportedContent</a></b> () const</td></tr>
 
79
<tr><td class="memItemLeft" align="right" valign="top">QWebFrame * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#frameAt">frameAt</a></b> ( const QPoint &amp; <i>pos</i> ) const</td></tr>
 
80
<tr><td class="memItemLeft" align="right" valign="top">QWebHistory * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#history">history</a></b> () const</td></tr>
 
81
<tr><td class="memItemLeft" align="right" valign="top">QVariant </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#inputMethodQuery">inputMethodQuery</a></b> ( Qt::InputMethodQuery <i>property</i> ) const</td></tr>
 
82
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#contentEditable-prop">isContentEditable</a></b> () const</td></tr>
 
83
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#modified-prop">isModified</a></b> () const</td></tr>
 
84
<tr><td class="memItemLeft" align="right" valign="top">LinkDelegationPolicy </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#linkDelegationPolicy-prop">linkDelegationPolicy</a></b> () const</td></tr>
 
85
<tr><td class="memItemLeft" align="right" valign="top">QWebFrame * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#mainFrame">mainFrame</a></b> () const</td></tr>
 
86
<tr><td class="memItemLeft" align="right" valign="top">QNetworkAccessManager * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#networkAccessManager">networkAccessManager</a></b> () const</td></tr>
 
87
<tr><td class="memItemLeft" align="right" valign="top">QPalette </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#palette-prop">palette</a></b> () const</td></tr>
 
88
<tr><td class="memItemLeft" align="right" valign="top">QWebPluginFactory * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#pluginFactory">pluginFactory</a></b> () const</td></tr>
 
89
<tr><td class="memItemLeft" align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#selectedText-prop">selectedText</a></b> () const</td></tr>
 
90
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#contentEditable-prop">setContentEditable</a></b> ( bool <i>editable</i> )</td></tr>
 
91
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#fixedContentsSize-prop">setFixedContentsSize</a></b> ( const QSize &amp; <i>size</i> ) const</td></tr>
 
92
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#forwardUnsupportedContent-prop">setForwardUnsupportedContent</a></b> ( bool <i>forward</i> )</td></tr>
 
93
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#linkDelegationPolicy-prop">setLinkDelegationPolicy</a></b> ( LinkDelegationPolicy <i>policy</i> )</td></tr>
 
94
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#setNetworkAccessManager">setNetworkAccessManager</a></b> ( QNetworkAccessManager * <i>manager</i> )</td></tr>
 
95
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#palette-prop">setPalette</a></b> ( const QPalette &amp; <i>palette</i> )</td></tr>
 
96
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#setPluginFactory">setPluginFactory</a></b> ( QWebPluginFactory * <i>factory</i> )</td></tr>
 
97
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#setView">setView</a></b> ( QWidget * <i>view</i> )</td></tr>
 
98
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#viewportSize-prop">setViewportSize</a></b> ( const QSize &amp; <i>size</i> ) const</td></tr>
 
99
<tr><td class="memItemLeft" align="right" valign="top">QWebSettings * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#settings">settings</a></b> () const</td></tr>
 
100
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#supportsExtension">supportsExtension</a></b> ( Extension <i>extension</i> ) const</td></tr>
 
101
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#swallowContextMenuEvent">swallowContextMenuEvent</a></b> ( QContextMenuEvent * <i>event</i> )</td></tr>
 
102
<tr><td class="memItemLeft" align="right" valign="top">quint64 </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#totalBytes">totalBytes</a></b> () const</td></tr>
 
103
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#triggerAction">triggerAction</a></b> ( WebAction <i>action</i>, bool <i>checked</i> = false )</td></tr>
 
104
<tr><td class="memItemLeft" align="right" valign="top">QUndoStack * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#undoStack">undoStack</a></b> () const</td></tr>
 
105
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#updatePositionDependentActions">updatePositionDependentActions</a></b> ( const QPoint &amp; <i>pos</i> )</td></tr>
 
106
<tr><td class="memItemLeft" align="right" valign="top">QWidget * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#view">view</a></b> () const</td></tr>
 
107
<tr><td class="memItemLeft" align="right" valign="top">QSize </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#viewportSize-prop">viewportSize</a></b> () const</td></tr>
 
108
</table>
 
109
<hr />
 
110
<a name="reimplemented-public-functions"></a>
 
111
<h2>Reimplemented Public Functions</h2>
 
112
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
113
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#event">event</a></b> ( QEvent * <i>ev</i> )</td></tr>
 
114
</table>
 
115
<ul>
 
116
<li><div bar="2" class="fn"></div>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
 
117
</ul>
 
118
<hr />
 
119
<a name="public-slots"></a>
 
120
<h2>Public Slots</h2>
 
121
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
122
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#shouldInterruptJavaScript">shouldInterruptJavaScript</a></b> ()</td></tr>
 
123
</table>
 
124
<ul>
 
125
<li><div bar="2" class="fn"></div>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
 
126
</ul>
 
127
<hr />
100
128
<a name="signals"></a>
101
 
<h3>Signals</h3>
102
 
<ul>
103
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#contentsChanged">contentsChanged</a></b> ()</li>
104
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#databaseQuotaExceeded">databaseQuotaExceeded</a></b> ( QWebFrame * <i>frame</i>, QString <i>databaseName</i> )</li>
105
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#downloadRequested">downloadRequested</a></b> ( const QNetworkRequest &amp; <i>request</i> )</li>
106
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#frameCreated">frameCreated</a></b> ( QWebFrame * <i>frame</i> )</li>
107
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#geometryChangeRequested">geometryChangeRequested</a></b> ( const QRect &amp; <i>geom</i> )</li>
108
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#linkClicked">linkClicked</a></b> ( const QUrl &amp; <i>url</i> )</li>
109
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#linkHovered">linkHovered</a></b> ( const QString &amp; <i>link</i>, const QString &amp; <i>title</i>, const QString &amp; <i>textContent</i> )</li>
110
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#loadFinished">loadFinished</a></b> ( bool <i>ok</i> )</li>
111
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#loadProgress">loadProgress</a></b> ( int <i>progress</i> )</li>
112
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#loadStarted">loadStarted</a></b> ()</li>
113
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#menuBarVisibilityChangeRequested">menuBarVisibilityChangeRequested</a></b> ( bool <i>visible</i> )</li>
114
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#microFocusChanged">microFocusChanged</a></b> ()</li>
115
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#printRequested">printRequested</a></b> ( QWebFrame * <i>frame</i> )</li>
116
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#repaintRequested">repaintRequested</a></b> ( const QRect &amp; <i>dirtyRect</i> )</li>
117
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#restoreFrameStateRequested">restoreFrameStateRequested</a></b> ( QWebFrame * <i>frame</i> )</li>
118
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#saveFrameStateRequested">saveFrameStateRequested</a></b> ( QWebFrame * <i>frame</i>, QWebHistoryItem * <i>item</i> )</li>
119
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#scrollRequested">scrollRequested</a></b> ( int <i>dx</i>, int <i>dy</i>, const QRect &amp; <i>rectToScroll</i> )</li>
120
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#selectionChanged">selectionChanged</a></b> ()</li>
121
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#statusBarMessage">statusBarMessage</a></b> ( const QString &amp; <i>text</i> )</li>
122
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#statusBarVisibilityChangeRequested">statusBarVisibilityChangeRequested</a></b> ( bool <i>visible</i> )</li>
123
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#toolBarVisibilityChangeRequested">toolBarVisibilityChangeRequested</a></b> ( bool <i>visible</i> )</li>
124
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#unsupportedContent">unsupportedContent</a></b> ( QNetworkReply * <i>reply</i> )</li>
125
 
<li><div class="fn"></div>void <b><a href="qwebpage.html#windowCloseRequested">windowCloseRequested</a></b> ()</li>
126
 
</ul>
127
 
<ul>
128
 
<li><div class="fn"></div>1 signal inherited from <a href="qobject.html#signals">QObject</a></li>
129
 
</ul>
 
129
<h2>Signals</h2>
 
130
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
131
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#contentsChanged">contentsChanged</a></b> ()</td></tr>
 
132
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#databaseQuotaExceeded">databaseQuotaExceeded</a></b> ( QWebFrame * <i>frame</i>, QString <i>databaseName</i> )</td></tr>
 
133
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#downloadRequested">downloadRequested</a></b> ( const QNetworkRequest &amp; <i>request</i> )</td></tr>
 
134
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#frameCreated">frameCreated</a></b> ( QWebFrame * <i>frame</i> )</td></tr>
 
135
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#geometryChangeRequested">geometryChangeRequested</a></b> ( const QRect &amp; <i>geom</i> )</td></tr>
 
136
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#linkClicked">linkClicked</a></b> ( const QUrl &amp; <i>url</i> )</td></tr>
 
137
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#linkHovered">linkHovered</a></b> ( const QString &amp; <i>link</i>, const QString &amp; <i>title</i>, const QString &amp; <i>textContent</i> )</td></tr>
 
138
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#loadFinished">loadFinished</a></b> ( bool <i>ok</i> )</td></tr>
 
139
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#loadProgress">loadProgress</a></b> ( int <i>progress</i> )</td></tr>
 
140
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#loadStarted">loadStarted</a></b> ()</td></tr>
 
141
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#menuBarVisibilityChangeRequested">menuBarVisibilityChangeRequested</a></b> ( bool <i>visible</i> )</td></tr>
 
142
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#microFocusChanged">microFocusChanged</a></b> ()</td></tr>
 
143
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#printRequested">printRequested</a></b> ( QWebFrame * <i>frame</i> )</td></tr>
 
144
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#repaintRequested">repaintRequested</a></b> ( const QRect &amp; <i>dirtyRect</i> )</td></tr>
 
145
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#restoreFrameStateRequested">restoreFrameStateRequested</a></b> ( QWebFrame * <i>frame</i> )</td></tr>
 
146
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#saveFrameStateRequested">saveFrameStateRequested</a></b> ( QWebFrame * <i>frame</i>, QWebHistoryItem * <i>item</i> )</td></tr>
 
147
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#scrollRequested">scrollRequested</a></b> ( int <i>dx</i>, int <i>dy</i>, const QRect &amp; <i>rectToScroll</i> )</td></tr>
 
148
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#selectionChanged">selectionChanged</a></b> ()</td></tr>
 
149
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#statusBarMessage">statusBarMessage</a></b> ( const QString &amp; <i>text</i> )</td></tr>
 
150
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#statusBarVisibilityChangeRequested">statusBarVisibilityChangeRequested</a></b> ( bool <i>visible</i> )</td></tr>
 
151
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#toolBarVisibilityChangeRequested">toolBarVisibilityChangeRequested</a></b> ( bool <i>visible</i> )</td></tr>
 
152
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#unsupportedContent">unsupportedContent</a></b> ( QNetworkReply * <i>reply</i> )</td></tr>
 
153
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#webInspectorTriggered">webInspectorTriggered</a></b> ( const QWebElement &amp; <i>inspectedElement</i> )</td></tr>
 
154
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#windowCloseRequested">windowCloseRequested</a></b> ()</td></tr>
 
155
</table>
 
156
<ul>
 
157
<li><div bar="2" class="fn"></div>1 signal inherited from <a href="qobject.html#signals">QObject</a></li>
 
158
</ul>
 
159
<hr />
130
160
<a name="protected-functions"></a>
131
 
<h3>Protected Functions</h3>
132
 
<ul>
133
 
<li><div class="fn"></div>virtual bool <b><a href="qwebpage.html#acceptNavigationRequest">acceptNavigationRequest</a></b> ( QWebFrame * <i>frame</i>, const QNetworkRequest &amp; <i>request</i>, NavigationType <i>type</i> )</li>
134
 
<li><div class="fn"></div>virtual QString <b><a href="qwebpage.html#chooseFile">chooseFile</a></b> ( QWebFrame * <i>parentFrame</i>, const QString &amp; <i>suggestedFile</i> )</li>
135
 
<li><div class="fn"></div>virtual QObject * <b><a href="qwebpage.html#createPlugin">createPlugin</a></b> ( const QString &amp; <i>classid</i>, const QUrl &amp; <i>url</i>, const QStringList &amp; <i>paramNames</i>, const QStringList &amp; <i>paramValues</i> )</li>
136
 
<li><div class="fn"></div>virtual QWebPage * <b><a href="qwebpage.html#createWindow">createWindow</a></b> ( WebWindowType <i>type</i> )</li>
137
 
<li><div class="fn"></div>virtual void <b><a href="qwebpage.html#javaScriptAlert">javaScriptAlert</a></b> ( QWebFrame * <i>frame</i>, const QString &amp; <i>msg</i> )</li>
138
 
<li><div class="fn"></div>virtual bool <b><a href="qwebpage.html#javaScriptConfirm">javaScriptConfirm</a></b> ( QWebFrame * <i>frame</i>, const QString &amp; <i>msg</i> )</li>
139
 
<li><div class="fn"></div>virtual void <b><a href="qwebpage.html#javaScriptConsoleMessage">javaScriptConsoleMessage</a></b> ( const QString &amp; <i>message</i>, int <i>lineNumber</i>, const QString &amp; <i>sourceID</i> )</li>
140
 
<li><div class="fn"></div>virtual bool <b><a href="qwebpage.html#javaScriptPrompt">javaScriptPrompt</a></b> ( QWebFrame * <i>frame</i>, const QString &amp; <i>msg</i>, const QString &amp; <i>defaultValue</i>, QString * <i>result</i> )</li>
141
 
<li><div class="fn"></div>virtual QString <b><a href="qwebpage.html#userAgentForUrl">userAgentForUrl</a></b> ( const QUrl &amp; <i>url</i> ) const</li>
142
 
</ul>
143
 
<ul>
144
 
<li><div class="fn"></div>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li>
 
161
<h2>Protected Functions</h2>
 
162
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
163
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#acceptNavigationRequest">acceptNavigationRequest</a></b> ( QWebFrame * <i>frame</i>, const QNetworkRequest &amp; <i>request</i>, NavigationType <i>type</i> )</td></tr>
 
164
<tr><td class="memItemLeft" align="right" valign="top">virtual QString </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#chooseFile">chooseFile</a></b> ( QWebFrame * <i>parentFrame</i>, const QString &amp; <i>suggestedFile</i> )</td></tr>
 
165
<tr><td class="memItemLeft" align="right" valign="top">virtual QObject * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#createPlugin">createPlugin</a></b> ( const QString &amp; <i>classid</i>, const QUrl &amp; <i>url</i>, const QStringList &amp; <i>paramNames</i>, const QStringList &amp; <i>paramValues</i> )</td></tr>
 
166
<tr><td class="memItemLeft" align="right" valign="top">virtual QWebPage * </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#createWindow">createWindow</a></b> ( WebWindowType <i>type</i> )</td></tr>
 
167
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#javaScriptAlert">javaScriptAlert</a></b> ( QWebFrame * <i>frame</i>, const QString &amp; <i>msg</i> )</td></tr>
 
168
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#javaScriptConfirm">javaScriptConfirm</a></b> ( QWebFrame * <i>frame</i>, const QString &amp; <i>msg</i> )</td></tr>
 
169
<tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#javaScriptConsoleMessage">javaScriptConsoleMessage</a></b> ( const QString &amp; <i>message</i>, int <i>lineNumber</i>, const QString &amp; <i>sourceID</i> )</td></tr>
 
170
<tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#javaScriptPrompt">javaScriptPrompt</a></b> ( QWebFrame * <i>frame</i>, const QString &amp; <i>msg</i>, const QString &amp; <i>defaultValue</i>, QString * <i>result</i> )</td></tr>
 
171
<tr><td class="memItemLeft" align="right" valign="top">virtual QString </td><td class="memItemRight" valign="bottom"><b><a href="qwebpage.html#userAgentForUrl">userAgentForUrl</a></b> ( const QUrl &amp; <i>url</i> ) const</td></tr>
 
172
</table>
 
173
<ul>
 
174
<li><div bar="2" class="fn"></div>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li>
145
175
</ul>
146
176
<h3>Additional Inherited Members</h3>
147
177
<ul>
148
 
<li><div class="fn"></div>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
149
178
<li><div class="fn"></div>5 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li>
150
179
</ul>
151
180
<a name="details"></a>
202
231
<p>See also <a href="qwebframe.html">QWebFrame</a>.</p>
203
232
<hr />
204
233
<h2>Member Type Documentation</h2>
 
234
<a name="//apple_ref/cpp/tag/QWebPage/ErrorDomain" />
 
235
<h3 class="fn"><a name="ErrorDomain-enum"></a>enum QWebPage::ErrorDomain</h3>
 
236
<a name="//apple_ref/cpp/tag/QWebPage/Extension" />
 
237
<a name="//apple_ref/cpp/econst/QWebPage/ChooseMultipleFilesExtension" />
205
238
<h3 class="fn"><a name="Extension-enum"></a>enum QWebPage::Extension</h3>
206
239
<p>This enum describes the types of extensions that the page can support. Before using these extensions, you should verify that the extension is supported by calling <a href="qwebpage.html#supportsExtension">supportsExtension</a>().</p>
207
 
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
 
240
<p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%">
208
241
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
209
242
<tr><td valign="top"><tt>QWebPage::ChooseMultipleFilesExtension</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">Whether the web page supports multiple file selection. This extension is invoked when the web content requests one or more file names, for example as a result of the user clicking on a &quot;file upload&quot; button in a HTML form where multiple file selection is allowed.</td></tr>
210
243
</table></p>
 
244
<a name="//apple_ref/cpp/tag/QWebPage/FindFlag" />
 
245
<a name="//apple_ref/cpp/econst/QWebPage/FindBackward" />
 
246
<a name="//apple_ref/cpp/econst/QWebPage/FindCaseSensitively" />
 
247
<a name="//apple_ref/cpp/econst/QWebPage/FindWrapsAroundDocument" />
 
248
<a name="//apple_ref/cpp/econst/QWebPage/HighlightAllOccurrences" />
 
249
<a name="//apple_ref/cpp/tdef/QWebPage/FindFlags" />
211
250
<h3 class="flags"><a name="FindFlag-enum"></a>enum QWebPage::FindFlag<br />flags QWebPage::FindFlags</h3>
212
251
<p>This enum describes the options available to <a href="qwebpage.html">QWebPage</a>'s <a href="qwebpage.html#findText">findText</a>() function. The options can be OR-ed together from the following list:</p>
213
 
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
 
252
<p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%">
214
253
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
215
254
<tr><td valign="top"><tt>QWebPage::FindBackward</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">Searches backwards instead of forwards.</td></tr>
216
255
<tr><td valign="top"><tt>QWebPage::FindCaseSensitively</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">By default <a href="qwebpage.html#findText">findText</a>() works case insensitive. Specifying this option changes the behaviour to a case sensitive find operation.</td></tr>
217
256
<tr><td valign="top"><tt>QWebPage::FindWrapsAroundDocument</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">Makes <a href="qwebpage.html#findText">findText</a>() restart from the beginning of the document if the end was reached and the text was not found.</td></tr>
 
257
<tr><td valign="top"><tt>QWebPage::HighlightAllOccurrences</tt></td><td align="center" valign="top"><tt>8</tt></td><td valign="top">Highlights all existing occurrences of a specific string.</td></tr>
218
258
</table></p>
219
259
<p>The FindFlags type is a typedef for <a href="qflags.html">QFlags</a>&lt;FindFlag&gt;. It stores an OR combination of FindFlag values.</p>
 
260
<a name="//apple_ref/cpp/tag/QWebPage/LinkDelegationPolicy" />
 
261
<a name="//apple_ref/cpp/econst/QWebPage/DontDelegateLinks" />
 
262
<a name="//apple_ref/cpp/econst/QWebPage/DelegateExternalLinks" />
 
263
<a name="//apple_ref/cpp/econst/QWebPage/DelegateAllLinks" />
220
264
<h3 class="fn"><a name="LinkDelegationPolicy-enum"></a>enum QWebPage::LinkDelegationPolicy</h3>
221
265
<p>This enum defines the delegation policies a webpage can have when activating links and emitting the <a href="qwebpage.html#linkClicked">linkClicked</a>() signal.</p>
222
 
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
 
266
<p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%">
223
267
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
224
268
<tr><td valign="top"><tt>QWebPage::DontDelegateLinks</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">No links are delegated. Instead, <a href="qwebpage.html">QWebPage</a> tries to handle them all.</td></tr>
225
269
<tr><td valign="top"><tt>QWebPage::DelegateExternalLinks</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">When activating links that point to documents not stored on the local filesystem or an equivalent - such as the Qt resource system - then <a href="qwebpage.html#linkClicked">linkClicked</a>() is emitted.</td></tr>
226
270
<tr><td valign="top"><tt>QWebPage::DelegateAllLinks</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">Whenever a link is activated the <a href="qwebpage.html#linkClicked">linkClicked</a>() signal is emitted.</td></tr>
227
271
</table></p>
 
272
<a name="//apple_ref/cpp/tag/QWebPage/NavigationType" />
 
273
<a name="//apple_ref/cpp/econst/QWebPage/NavigationTypeLinkClicked" />
 
274
<a name="//apple_ref/cpp/econst/QWebPage/NavigationTypeFormSubmitted" />
 
275
<a name="//apple_ref/cpp/econst/QWebPage/NavigationTypeBackOrForward" />
 
276
<a name="//apple_ref/cpp/econst/QWebPage/NavigationTypeReload" />
 
277
<a name="//apple_ref/cpp/econst/QWebPage/NavigationTypeFormResubmitted" />
 
278
<a name="//apple_ref/cpp/econst/QWebPage/NavigationTypeOther" />
228
279
<h3 class="fn"><a name="NavigationType-enum"></a>enum QWebPage::NavigationType</h3>
229
280
<p>This enum describes the types of navigation available when browsing through hyperlinked documents.</p>
230
 
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
 
281
<p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%">
231
282
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
232
283
<tr><td valign="top"><tt>QWebPage::NavigationTypeLinkClicked</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">The user clicked on a link or pressed return on a focused link.</td></tr>
233
284
<tr><td valign="top"><tt>QWebPage::NavigationTypeFormSubmitted</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">The user activated a submit button for an HTML form.</td></tr>
236
287
<tr><td valign="top"><tt>QWebPage::NavigationTypeFormResubmitted</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">An HTML form was submitted a second time.</td></tr>
237
288
<tr><td valign="top"><tt>QWebPage::NavigationTypeOther</tt></td><td align="center" valign="top"><tt>5</tt></td><td valign="top">A navigation to another document using a method not listed above.</td></tr>
238
289
</table></p>
 
290
<a name="//apple_ref/cpp/tag/QWebPage/WebAction" />
 
291
<a name="//apple_ref/cpp/econst/QWebPage/NoWebAction" />
 
292
<a name="//apple_ref/cpp/econst/QWebPage/OpenLink" />
 
293
<a name="//apple_ref/cpp/econst/QWebPage/OpenLinkInNewWindow" />
 
294
<a name="//apple_ref/cpp/econst/QWebPage/OpenFrameInNewWindow" />
 
295
<a name="//apple_ref/cpp/econst/QWebPage/DownloadLinkToDisk" />
 
296
<a name="//apple_ref/cpp/econst/QWebPage/CopyLinkToClipboard" />
 
297
<a name="//apple_ref/cpp/econst/QWebPage/OpenImageInNewWindow" />
 
298
<a name="//apple_ref/cpp/econst/QWebPage/DownloadImageToDisk" />
 
299
<a name="//apple_ref/cpp/econst/QWebPage/CopyImageToClipboard" />
 
300
<a name="//apple_ref/cpp/econst/QWebPage/Back" />
 
301
<a name="//apple_ref/cpp/econst/QWebPage/Forward" />
 
302
<a name="//apple_ref/cpp/econst/QWebPage/Stop" />
 
303
<a name="//apple_ref/cpp/econst/QWebPage/Reload" />
 
304
<a name="//apple_ref/cpp/econst/QWebPage/ReloadAndBypassCache" />
 
305
<a name="//apple_ref/cpp/econst/QWebPage/Cut" />
 
306
<a name="//apple_ref/cpp/econst/QWebPage/Copy" />
 
307
<a name="//apple_ref/cpp/econst/QWebPage/Paste" />
 
308
<a name="//apple_ref/cpp/econst/QWebPage/Undo" />
 
309
<a name="//apple_ref/cpp/econst/QWebPage/Redo" />
 
310
<a name="//apple_ref/cpp/econst/QWebPage/MoveToNextChar" />
 
311
<a name="//apple_ref/cpp/econst/QWebPage/MoveToPreviousChar" />
 
312
<a name="//apple_ref/cpp/econst/QWebPage/MoveToNextWord" />
 
313
<a name="//apple_ref/cpp/econst/QWebPage/MoveToPreviousWord" />
 
314
<a name="//apple_ref/cpp/econst/QWebPage/MoveToNextLine" />
 
315
<a name="//apple_ref/cpp/econst/QWebPage/MoveToPreviousLine" />
 
316
<a name="//apple_ref/cpp/econst/QWebPage/MoveToStartOfLine" />
 
317
<a name="//apple_ref/cpp/econst/QWebPage/MoveToEndOfLine" />
 
318
<a name="//apple_ref/cpp/econst/QWebPage/MoveToStartOfBlock" />
 
319
<a name="//apple_ref/cpp/econst/QWebPage/MoveToEndOfBlock" />
 
320
<a name="//apple_ref/cpp/econst/QWebPage/MoveToStartOfDocument" />
 
321
<a name="//apple_ref/cpp/econst/QWebPage/MoveToEndOfDocument" />
 
322
<a name="//apple_ref/cpp/econst/QWebPage/SelectNextChar" />
 
323
<a name="//apple_ref/cpp/econst/QWebPage/SelectPreviousChar" />
 
324
<a name="//apple_ref/cpp/econst/QWebPage/SelectNextWord" />
 
325
<a name="//apple_ref/cpp/econst/QWebPage/SelectPreviousWord" />
 
326
<a name="//apple_ref/cpp/econst/QWebPage/SelectNextLine" />
 
327
<a name="//apple_ref/cpp/econst/QWebPage/SelectPreviousLine" />
 
328
<a name="//apple_ref/cpp/econst/QWebPage/SelectStartOfLine" />
 
329
<a name="//apple_ref/cpp/econst/QWebPage/SelectEndOfLine" />
 
330
<a name="//apple_ref/cpp/econst/QWebPage/SelectStartOfBlock" />
 
331
<a name="//apple_ref/cpp/econst/QWebPage/SelectEndOfBlock" />
 
332
<a name="//apple_ref/cpp/econst/QWebPage/SelectStartOfDocument" />
 
333
<a name="//apple_ref/cpp/econst/QWebPage/SelectEndOfDocument" />
 
334
<a name="//apple_ref/cpp/econst/QWebPage/DeleteStartOfWord" />
 
335
<a name="//apple_ref/cpp/econst/QWebPage/DeleteEndOfWord" />
 
336
<a name="//apple_ref/cpp/econst/QWebPage/SetTextDirectionDefault" />
 
337
<a name="//apple_ref/cpp/econst/QWebPage/SetTextDirectionLeftToRight" />
 
338
<a name="//apple_ref/cpp/econst/QWebPage/SetTextDirectionRightToLeft" />
 
339
<a name="//apple_ref/cpp/econst/QWebPage/ToggleBold" />
 
340
<a name="//apple_ref/cpp/econst/QWebPage/ToggleItalic" />
 
341
<a name="//apple_ref/cpp/econst/QWebPage/ToggleUnderline" />
 
342
<a name="//apple_ref/cpp/econst/QWebPage/InspectElement" />
 
343
<a name="//apple_ref/cpp/econst/QWebPage/InsertParagraphSeparator" />
 
344
<a name="//apple_ref/cpp/econst/QWebPage/InsertLineSeparator" />
 
345
<a name="//apple_ref/cpp/econst/QWebPage/SelectAll" />
 
346
<a name="//apple_ref/cpp/econst/QWebPage/PasteAndMatchStyle" />
 
347
<a name="//apple_ref/cpp/econst/QWebPage/RemoveFormat" />
 
348
<a name="//apple_ref/cpp/econst/QWebPage/ToggleStrikethrough" />
 
349
<a name="//apple_ref/cpp/econst/QWebPage/ToggleSubscript" />
 
350
<a name="//apple_ref/cpp/econst/QWebPage/ToggleSuperscript" />
 
351
<a name="//apple_ref/cpp/econst/QWebPage/InsertUnorderedList" />
 
352
<a name="//apple_ref/cpp/econst/QWebPage/InsertOrderedList" />
 
353
<a name="//apple_ref/cpp/econst/QWebPage/Indent" />
 
354
<a name="//apple_ref/cpp/econst/QWebPage/Outdent" />
 
355
<a name="//apple_ref/cpp/econst/QWebPage/AlignCenter" />
 
356
<a name="//apple_ref/cpp/econst/QWebPage/AlignJustified" />
 
357
<a name="//apple_ref/cpp/econst/QWebPage/AlignLeft" />
 
358
<a name="//apple_ref/cpp/econst/QWebPage/AlignRight" />
 
359
<a name="//apple_ref/cpp/econst/QWebPage/WebActionCount" />
239
360
<h3 class="fn"><a name="WebAction-enum"></a>enum QWebPage::WebAction</h3>
240
361
<p>This enum describes the types of action which can be performed on the web page.</p>
241
362
<p>Actions only have an effect when they are applicable. The availability of actions can be be determined by checking <a href="qaction.html#enabled-prop">isEnabled()</a> on the action returned by <a href="qwebpage.html#action">action()</a>.</p>
242
363
<p>One method of enabling the text editing, cursor movement, and text selection actions is by setting <a href="qwebpage.html#contentEditable-prop">contentEditable</a> to true.</p>
243
 
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
 
364
<p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%">
244
365
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
245
366
<tr><td valign="top"><tt>QWebPage::NoWebAction</tt></td><td align="center" valign="top"><tt>-1</tt></td><td valign="top">No action is triggered.</td></tr>
246
367
<tr><td valign="top"><tt>QWebPage::OpenLink</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">Open the current link.</td></tr>
255
376
<tr><td valign="top"><tt>QWebPage::Forward</tt></td><td align="center" valign="top"><tt>9</tt></td><td valign="top">Navigate forward in the history of navigated links.</td></tr>
256
377
<tr><td valign="top"><tt>QWebPage::Stop</tt></td><td align="center" valign="top"><tt>10</tt></td><td valign="top">Stop loading the current page.</td></tr>
257
378
<tr><td valign="top"><tt>QWebPage::Reload</tt></td><td align="center" valign="top"><tt>11</tt></td><td valign="top">Reload the current page.</td></tr>
 
379
<tr><td valign="top"><tt>QWebPage::ReloadAndBypassCache</tt></td><td align="center" valign="top"><tt>53</tt></td><td valign="top">Reload the current page, but do not use any local cache. (Added in Qt 4.6)</td></tr>
258
380
<tr><td valign="top"><tt>QWebPage::Cut</tt></td><td align="center" valign="top"><tt>12</tt></td><td valign="top">Cut the content currently selected into the clipboard.</td></tr>
259
381
<tr><td valign="top"><tt>QWebPage::Copy</tt></td><td align="center" valign="top"><tt>13</tt></td><td valign="top">Copy the content currently selected into the clipboard.</td></tr>
260
382
<tr><td valign="top"><tt>QWebPage::Paste</tt></td><td align="center" valign="top"><tt>14</tt></td><td valign="top">Paste content from the clipboard.</td></tr>
296
418
<tr><td valign="top"><tt>QWebPage::InsertParagraphSeparator</tt></td><td align="center" valign="top"><tt>50</tt></td><td valign="top">Insert a new paragraph.</td></tr>
297
419
<tr><td valign="top"><tt>QWebPage::InsertLineSeparator</tt></td><td align="center" valign="top"><tt>51</tt></td><td valign="top">Insert a new line.</td></tr>
298
420
<tr><td valign="top"><tt>QWebPage::SelectAll</tt></td><td align="center" valign="top"><tt>52</tt></td><td valign="top">Selects all content.</td></tr>
 
421
<tr><td valign="top"><tt>QWebPage::PasteAndMatchStyle</tt></td><td align="center" valign="top"><tt>54</tt></td><td valign="top">Paste content from the clipboard with current style.</td></tr>
 
422
<tr><td valign="top"><tt>QWebPage::RemoveFormat</tt></td><td align="center" valign="top"><tt>55</tt></td><td valign="top">Removes formatting and style.</td></tr>
 
423
<tr><td valign="top"><tt>QWebPage::ToggleStrikethrough</tt></td><td align="center" valign="top"><tt>56</tt></td><td valign="top">Toggle the formatting between strikethrough and normal style.</td></tr>
 
424
<tr><td valign="top"><tt>QWebPage::ToggleSubscript</tt></td><td align="center" valign="top"><tt>57</tt></td><td valign="top">Toggle the formatting between subscript and baseline.</td></tr>
 
425
<tr><td valign="top"><tt>QWebPage::ToggleSuperscript</tt></td><td align="center" valign="top"><tt>58</tt></td><td valign="top">Toggle the formatting between supercript and baseline.</td></tr>
 
426
<tr><td valign="top"><tt>QWebPage::InsertUnorderedList</tt></td><td align="center" valign="top"><tt>59</tt></td><td valign="top">Toggles the selection between an ordered list and a normal block.</td></tr>
 
427
<tr><td valign="top"><tt>QWebPage::InsertOrderedList</tt></td><td align="center" valign="top"><tt>60</tt></td><td valign="top">Toggles the selection between an ordered list and a normal block.</td></tr>
 
428
<tr><td valign="top"><tt>QWebPage::Indent</tt></td><td align="center" valign="top"><tt>61</tt></td><td valign="top">Increases the indentation of the currently selected format block by one increment.</td></tr>
 
429
<tr><td valign="top"><tt>QWebPage::Outdent</tt></td><td align="center" valign="top"><tt>62</tt></td><td valign="top">Decreases the indentation of the currently selected format block by one increment.</td></tr>
 
430
<tr><td valign="top"><tt>QWebPage::AlignCenter</tt></td><td align="center" valign="top"><tt>63</tt></td><td valign="top">Applies center alignment to content.</td></tr>
 
431
<tr><td valign="top"><tt>QWebPage::AlignJustified</tt></td><td align="center" valign="top"><tt>64</tt></td><td valign="top">Applies full justification to content.</td></tr>
 
432
<tr><td valign="top"><tt>QWebPage::AlignLeft</tt></td><td align="center" valign="top"><tt>65</tt></td><td valign="top">Applies left justification to content.</td></tr>
 
433
<tr><td valign="top"><tt>QWebPage::AlignRight</tt></td><td align="center" valign="top"><tt>66</tt></td><td valign="top">Applies right justification to content.</td></tr>
299
434
</table></p>
 
435
<a name="//apple_ref/cpp/tag/QWebPage/WebWindowType" />
 
436
<a name="//apple_ref/cpp/econst/QWebPage/WebBrowserWindow" />
 
437
<a name="//apple_ref/cpp/econst/QWebPage/WebModalDialog" />
300
438
<h3 class="fn"><a name="WebWindowType-enum"></a>enum QWebPage::WebWindowType</h3>
301
 
<p><table border="1" cellpadding="2" cellspacing="1" width="100%">
 
439
<p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%">
302
440
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
303
441
<tr><td valign="top"><tt>QWebPage::WebBrowserWindow</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">The window is a regular web browser window.</td></tr>
304
442
<tr><td valign="top"><tt>QWebPage::WebModalDialog</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">The window acts as modal dialog.</td></tr>
305
443
</table></p>
306
444
<hr />
307
445
<h2>Property Documentation</h2>
 
446
<a name="//apple_ref/cpp/instm/QWebPage/isContentEditable" />
 
447
<a name="//apple_ref/cpp/instm/QWebPage/setContentEditable" />
308
448
<h3 class="fn"><a name="contentEditable-prop"></a>contentEditable : bool</h3>
309
449
<p>This property holds whether the content in this QWebPage is editable or not.</p>
310
450
<p>If this property is enabled the contents of the page can be edited by the user through a visible cursor. If disabled (the default) only HTML elements in the web page with their <tt>contenteditable</tt> attribute set are editable.</p>
311
451
<p>This property was introduced in Qt 4.5.</p>
312
 
<p>Access functions:</p>
313
 
<ul>
314
 
<li><div class="fn"></div><b>bool isContentEditable () const</b></li>
315
 
<li><div class="fn"></div><b>void setContentEditable ( bool <i>editable</i> )</b></li>
316
 
</ul>
 
452
<p><b>Access functions:</b></p>
 
453
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
454
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b>isContentEditable</b> () const</td></tr>
 
455
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setContentEditable</b> ( bool <i>editable</i> )</td></tr>
 
456
</table>
 
457
<a name="//apple_ref/cpp/instm/QWebPage/fixedContentsSize" />
 
458
<a name="//apple_ref/cpp/instm/QWebPage/setFixedContentsSize" />
 
459
<h3 class="fn"><a name="fixedContentsSize-prop"></a>fixedContentsSize : <a href="qsize.html">QSize</a></h3>
 
460
<p>This property holds the size of the fixed layout.</p>
 
461
<p>The size affects the layout of the page in the viewport. If set to a fixed size of 1024x768 for example then webkit will layout the page as if the viewport were that size rather than something different.</p>
 
462
<p>This property was introduced in Qt 4.6.</p>
 
463
<p><b>Access functions:</b></p>
 
464
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
465
<tr><td class="memItemLeft" align="right" valign="top">QSize </td><td class="memItemRight" valign="bottom"><b>fixedContentsSize</b> () const</td></tr>
 
466
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setFixedContentsSize</b> ( const QSize &amp; <i>size</i> ) const</td></tr>
 
467
</table>
 
468
<a name="//apple_ref/cpp/instm/QWebPage/forwardUnsupportedContent" />
 
469
<a name="//apple_ref/cpp/instm/QWebPage/setForwardUnsupportedContent" />
317
470
<h3 class="fn"><a name="forwardUnsupportedContent-prop"></a>forwardUnsupportedContent : bool</h3>
318
 
<p>This property holds whether QWebPage should forward unsupported content through the unsupportedContent signal.</p>
319
 
<p>If disabled the download of such content is aborted immediately.</p>
 
471
<p>This property holds whether QWebPage should forward unsupported content.</p>
 
472
<p>If enabled, the <a href="qwebpage.html#unsupportedContent">unsupportedContent</a>() signal is emitted with a network reply that can be used to read the content.</p>
 
473
<p>If disabled, the download of such content is aborted immediately.</p>
320
474
<p>By default unsupported content is not forwarded.</p>
321
 
<p>Access functions:</p>
322
 
<ul>
323
 
<li><div class="fn"></div><b>bool forwardUnsupportedContent () const</b></li>
324
 
<li><div class="fn"></div><b>void setForwardUnsupportedContent ( bool <i>forward</i> )</b></li>
325
 
</ul>
 
475
<p><b>Access functions:</b></p>
 
476
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
477
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b>forwardUnsupportedContent</b> () const</td></tr>
 
478
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setForwardUnsupportedContent</b> ( bool <i>forward</i> )</td></tr>
 
479
</table>
 
480
<a name="//apple_ref/cpp/instm/QWebPage/linkDelegationPolicy" />
 
481
<a name="//apple_ref/cpp/instm/QWebPage/setLinkDelegationPolicy" />
326
482
<h3 class="fn"><a name="linkDelegationPolicy-prop"></a>linkDelegationPolicy : <a href="qwebpage.html#LinkDelegationPolicy-enum">LinkDelegationPolicy</a></h3>
327
483
<p>This property holds how QWebPage should delegate the handling of links through the linkClicked() signal.</p>
328
484
<p>The default is to delegate no links.</p>
329
 
<p>Access functions:</p>
330
 
<ul>
331
 
<li><div class="fn"></div><b>LinkDelegationPolicy linkDelegationPolicy () const</b></li>
332
 
<li><div class="fn"></div><b>void setLinkDelegationPolicy ( LinkDelegationPolicy <i>policy</i> )</b></li>
333
 
</ul>
 
485
<p><b>Access functions:</b></p>
 
486
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
487
<tr><td class="memItemLeft" align="right" valign="top">LinkDelegationPolicy </td><td class="memItemRight" valign="bottom"><b>linkDelegationPolicy</b> () const</td></tr>
 
488
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setLinkDelegationPolicy</b> ( LinkDelegationPolicy <i>policy</i> )</td></tr>
 
489
</table>
 
490
<a name="//apple_ref/cpp/instm/QWebPage/isModified" />
334
491
<h3 class="fn"><a name="modified-prop"></a>modified : const bool</h3>
335
492
<p>This property holds whether the page contains unsubmitted form data.</p>
336
493
<p>By default, this property is false.</p>
337
 
<p>Access functions:</p>
338
 
<ul>
339
 
<li><div class="fn"></div><b>bool isModified () const</b></li>
340
 
</ul>
 
494
<p><b>Access functions:</b></p>
 
495
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
496
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b>isModified</b> () const</td></tr>
 
497
</table>
 
498
<a name="//apple_ref/cpp/instm/QWebPage/palette" />
 
499
<a name="//apple_ref/cpp/instm/QWebPage/setPalette" />
341
500
<h3 class="fn"><a name="palette-prop"></a>palette : <a href="qpalette.html">QPalette</a></h3>
342
501
<p>This property holds the page's palette.</p>
343
502
<p>The base brush of the palette is used to draw the background of the main frame.</p>
344
503
<p>By default, this property contains the application's default palette.</p>
345
 
<p>Access functions:</p>
346
 
<ul>
347
 
<li><div class="fn"></div><b>QPalette palette () const</b></li>
348
 
<li><div class="fn"></div><b>void setPalette ( const QPalette &amp; <i>palette</i> )</b></li>
349
 
</ul>
 
504
<p><b>Access functions:</b></p>
 
505
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
506
<tr><td class="memItemLeft" align="right" valign="top">QPalette </td><td class="memItemRight" valign="bottom"><b>palette</b> () const</td></tr>
 
507
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setPalette</b> ( const QPalette &amp; <i>palette</i> )</td></tr>
 
508
</table>
 
509
<a name="//apple_ref/cpp/instm/QWebPage/selectedText" />
350
510
<h3 class="fn"><a name="selectedText-prop"></a>selectedText : const <a href="qstring.html">QString</a></h3>
351
511
<p>This property holds the text currently selected.</p>
352
512
<p>By default, this property contains an empty string.</p>
353
 
<p>Access functions:</p>
354
 
<ul>
355
 
<li><div class="fn"></div><b>QString selectedText () const</b></li>
356
 
</ul>
 
513
<p><b>Access functions:</b></p>
 
514
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
515
<tr><td class="memItemLeft" align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><b>selectedText</b> () const</td></tr>
 
516
</table>
357
517
<p>See also <a href="qwebpage.html#selectionChanged">selectionChanged</a>().</p>
 
518
<a name="//apple_ref/cpp/instm/QWebPage/viewportSize" />
 
519
<a name="//apple_ref/cpp/instm/QWebPage/setViewportSize" />
358
520
<h3 class="fn"><a name="viewportSize-prop"></a>viewportSize : <a href="qsize.html">QSize</a></h3>
359
521
<p>This property holds the size of the viewport.</p>
360
522
<p>The size affects for example the visibility of scrollbars if the document is larger than the viewport.</p>
361
523
<p>By default, for a newly-created Web page, this property contains a size with zero width and height.</p>
362
 
<p>Access functions:</p>
363
 
<ul>
364
 
<li><div class="fn"></div><b>QSize viewportSize () const</b></li>
365
 
<li><div class="fn"></div><b>void setViewportSize ( const QSize &amp; <i>size</i> ) const</b></li>
366
 
</ul>
 
524
<p><b>Access functions:</b></p>
 
525
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
 
526
<tr><td class="memItemLeft" align="right" valign="top">QSize </td><td class="memItemRight" valign="bottom"><b>viewportSize</b> () const</td></tr>
 
527
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setViewportSize</b> ( const QSize &amp; <i>size</i> ) const</td></tr>
 
528
</table>
367
529
<hr />
368
530
<h2>Member Function Documentation</h2>
 
531
<a name="//apple_ref/cpp/instm/QWebPage/QWebPage" />
369
532
<h3 class="fn"><a name="QWebPage"></a>QWebPage::QWebPage ( <a href="qobject.html">QObject</a> * <i>parent</i> = 0 )</h3>
370
533
<p>Constructs an empty <a href="qwebview.html">QWebView</a> with parent <i>parent</i>.</p>
 
534
<a name="//apple_ref/cpp/instm/QWebPage/~QWebPage" />
371
535
<h3 class="fn"><a name="dtor.QWebPage"></a>QWebPage::~QWebPage ()</h3>
372
536
<p>Destroys the web page.</p>
 
537
<a name="//apple_ref/cpp/instm/QWebPage/acceptNavigationRequest" />
373
538
<h3 class="fn"><a name="acceptNavigationRequest"></a>bool QWebPage::acceptNavigationRequest ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i>, const <a href="qnetworkrequest.html">QNetworkRequest</a> &amp; <i>request</i>, <a href="qwebpage.html#NavigationType-enum">NavigationType</a> <i>type</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
374
 
<p>This function is called whenever WebKit requests to navigate <i>frame</i> to the resource specified by <i>request</i> by means of the specified navigation type <i>type</i>.</p>
 
539
<p>This function is called whenever <a href="qwebpage.html#ErrorDomain-enum">WebKit</a> requests to navigate <i>frame</i> to the resource specified by <i>request</i> by means of the specified navigation type <i>type</i>.</p>
375
540
<p>If <i>frame</i> is a null pointer then navigation to a new window is requested. If the request is accepted <a href="qwebpage.html#createWindow">createWindow</a>() will be called.</p>
376
541
<p>The default implementation interprets the page's <a href="qwebpage.html#linkDelegationPolicy-prop">linkDelegationPolicy</a> and emits linkClicked accordingly or returns true to let <a href="qwebpage.html">QWebPage</a> handle the navigation itself.</p>
377
542
<p>See also <a href="qwebpage.html#createWindow">createWindow</a>().</p>
 
543
<a name="//apple_ref/cpp/instm/QWebPage/action" />
378
544
<h3 class="fn"><a name="action"></a><a href="qaction.html">QAction</a> * QWebPage::action ( <a href="qwebpage.html#WebAction-enum">WebAction</a> <i>action</i> ) const</h3>
379
545
<p>Returns a <a href="qaction.html">QAction</a> for the specified <a href="qwebpage.html#WebAction-enum">WebAction</a> <i>action</i>.</p>
380
546
<p>The action is owned by the <a href="qwebpage.html">QWebPage</a> but you can customize the look by changing its properties.</p>
381
547
<p><a href="qwebpage.html">QWebPage</a> also takes care of implementing the action, so that upon triggering the corresponding action is performed on the page.</p>
382
548
<p>See also <a href="qwebpage.html#triggerAction">triggerAction</a>().</p>
 
549
<a name="//apple_ref/cpp/instm/QWebPage/bytesReceived" />
383
550
<h3 class="fn"><a name="bytesReceived"></a><a href="qtglobal.html#quint64-typedef">quint64</a> QWebPage::bytesReceived () const</h3>
384
551
<p>Returns the number of bytes that were received from the network to render the current page.</p>
385
552
<p>See also <a href="qwebpage.html#totalBytes">totalBytes</a>().</p>
 
553
<a name="//apple_ref/cpp/instm/QWebPage/chooseFile" />
386
554
<h3 class="fn"><a name="chooseFile"></a><a href="qstring.html">QString</a> QWebPage::chooseFile ( <a href="qwebframe.html">QWebFrame</a> * <i>parentFrame</i>, const <a href="qstring.html">QString</a> &amp; <i>suggestedFile</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
387
555
<p>This function is called when the web content requests a file name, for example as a result of the user clicking on a &quot;file upload&quot; button in a HTML form.</p>
388
556
<p>A suggested filename may be provided in <i>suggestedFile</i>. The frame originating the request is provided as <i>parentFrame</i>.</p>
 
557
<a name="//apple_ref/cpp/instm/QWebPage/contentsChanged" />
389
558
<h3 class="fn"><a name="contentsChanged"></a>void QWebPage::contentsChanged ()&nbsp;&nbsp;<tt> [signal]</tt></h3>
390
559
<p>This signal is emitted whenever the text in form elements changes as well as other editable content.</p>
391
560
<p>This function was introduced in Qt 4.5.</p>
392
561
<p>See also <a href="qwebpage.html#contentEditable-prop">contentEditable</a>, <a href="qwebframe.html#toHtml">QWebFrame::toHtml</a>(), and <a href="qwebframe.html#toPlainText">QWebFrame::toPlainText</a>().</p>
 
562
<a name="//apple_ref/cpp/instm/QWebPage/createPlugin" />
393
563
<h3 class="fn"><a name="createPlugin"></a><a href="qobject.html">QObject</a> * QWebPage::createPlugin ( const <a href="qstring.html">QString</a> &amp; <i>classid</i>, const <a href="qurl.html">QUrl</a> &amp; <i>url</i>, const <a href="qstringlist.html">QStringList</a> &amp; <i>paramNames</i>, const <a href="qstringlist.html">QStringList</a> &amp; <i>paramValues</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
394
 
<p>This function is called whenever WebKit encounters a HTML object element with type &quot;application/x-qt-plugin&quot;. The <i>classid</i>, <i>url</i>, <i>paramNames</i> and <i>paramValues</i> correspond to the HTML object element attributes and child elements to configure the embeddable object.</p>
 
564
<p>This function is called whenever <a href="qwebpage.html#ErrorDomain-enum">WebKit</a> encounters a HTML object element with type &quot;application/x-qt-plugin&quot;. The <i>classid</i>, <i>url</i>, <i>paramNames</i> and <i>paramValues</i> correspond to the HTML object element attributes and child elements to configure the embeddable object.</p>
 
565
<a name="//apple_ref/cpp/instm/QWebPage/createStandardContextMenu" />
395
566
<h3 class="fn"><a name="createStandardContextMenu"></a><a href="qmenu.html">QMenu</a> * QWebPage::createStandardContextMenu ()</h3>
396
567
<p>This function creates the standard context menu which is shown when the user clicks on the web page with the right mouse button. It is called from the default contextMenuEvent() handler. The popup menu's ownership is transferred to the caller.</p>
397
568
<p>This function was introduced in Qt 4.5.</p>
 
569
<a name="//apple_ref/cpp/instm/QWebPage/createWindow" />
398
570
<h3 class="fn"><a name="createWindow"></a>QWebPage * QWebPage::createWindow ( <a href="qwebpage.html#WebWindowType-enum">WebWindowType</a> <i>type</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
399
 
<p>This function is called whenever WebKit wants to create a new window of the given <i>type</i>, for example when a JavaScript program requests to open a document in a new window.</p>
 
571
<p>This function is called whenever <a href="qwebpage.html#ErrorDomain-enum">WebKit</a> wants to create a new window of the given <i>type</i>, for example when a JavaScript program requests to open a document in a new window.</p>
400
572
<p>If the new window can be created, the new window's <a href="qwebpage.html">QWebPage</a> is returned; otherwise a null pointer is returned.</p>
401
573
<p>If the view associated with the web page is a <a href="qwebview.html">QWebView</a> object, then the default implementation forwards the request to <a href="qwebview.html">QWebView</a>'s createWindow() function; otherwise it returns a null pointer.</p>
402
574
<p>See also <a href="qwebpage.html#acceptNavigationRequest">acceptNavigationRequest</a>().</p>
 
575
<a name="//apple_ref/cpp/instm/QWebPage/currentFrame" />
403
576
<h3 class="fn"><a name="currentFrame"></a><a href="qwebframe.html">QWebFrame</a> * QWebPage::currentFrame () const</h3>
404
577
<p>Returns the frame currently active.</p>
405
578
<p>See also <a href="qwebpage.html#mainFrame">mainFrame</a>() and <a href="qwebpage.html#frameCreated">frameCreated</a>().</p>
 
579
<a name="//apple_ref/cpp/instm/QWebPage/databaseQuotaExceeded" />
406
580
<h3 class="fn"><a name="databaseQuotaExceeded"></a>void QWebPage::databaseQuotaExceeded ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i>, <a href="qstring.html">QString</a> <i>databaseName</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
407
581
<p>This signal is emitted whenever the web site shown in <i>frame</i> is asking to store data to the database <i>databaseName</i> and the quota allocated to that web site is exceeded.</p>
408
582
<p>This function was introduced in Qt 4.5.</p>
 
583
<a name="//apple_ref/cpp/instm/QWebPage/downloadRequested" />
409
584
<h3 class="fn"><a name="downloadRequested"></a>void QWebPage::downloadRequested ( const <a href="qnetworkrequest.html">QNetworkRequest</a> &amp; <i>request</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
410
585
<p>This signal is emitted when the user decides to download a link. The url of the link as well as additional meta-information is contained in <i>request</i>.</p>
411
586
<p>See also <a href="qwebpage.html#unsupportedContent">unsupportedContent</a>().</p>
 
587
<a name="//apple_ref/cpp/instm/QWebPage/event" />
 
588
<h3 class="fn"><a name="event"></a>bool QWebPage::event ( <a href="qevent.html">QEvent</a> * <i>ev</i> )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
 
589
<p>Reimplemented from <a href="qobject.html#event">QObject::event</a>().</p>
 
590
<a name="//apple_ref/cpp/instm/QWebPage/extension" />
412
591
<h3 class="fn"><a name="extension"></a>bool QWebPage::extension ( <a href="qwebpage.html#Extension-enum">Extension</a> <i>extension</i>, const <a href="qwebpage-extensionoption.html">ExtensionOption</a> * <i>option</i> = 0, <a href="qwebpage-extensionreturn.html">ExtensionReturn</a> * <i>output</i> = 0 )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
413
592
<p>This virtual function can be reimplemented in a <a href="qwebpage.html">QWebPage</a> subclass to provide support for extensions. The <i>option</i> argument is provided as input to the extension; the output results can be stored in <i>output</i>.</p>
414
593
<p>The behavior of this function is determined by <i>extension</i>.</p>
415
594
<p>You can call <a href="qwebpage.html#supportsExtension">supportsExtension</a>() to check if an extension is supported by the page.</p>
416
595
<p>Returns true if the extension was called successfully; otherwise returns false.</p>
417
596
<p>See also <a href="qwebpage.html#supportsExtension">supportsExtension</a>() and <a href="qwebpage.html#Extension-enum">Extension</a>.</p>
 
597
<a name="//apple_ref/cpp/instm/QWebPage/findText" />
418
598
<h3 class="fn"><a name="findText"></a>bool QWebPage::findText ( const <a href="qstring.html">QString</a> &amp; <i>subString</i>, <a href="qwebpage.html#FindFlag-enum">FindFlags</a> <i>options</i> = 0 )</h3>
419
 
<p>Finds the next occurrence of the string, <i>subString</i>, in the page, using the given <i>options</i>. Returns true of <i>subString</i> was found and selects the match visually; otherwise returns false.</p>
 
599
<p>Finds the specified string, <i>subString</i>, in the page, using the given <i>options</i>.</p>
 
600
<p>If the <a href="qwebpage.html#FindFlag-enum">HighlightAllOccurrences</a> flag is passed, the function will highlight all occurrences that exist in the page. All subsequent calls will extend the highlight, rather than replace it, with occurrences of the new string.</p>
 
601
<p>If the <a href="qwebpage.html#FindFlag-enum">HighlightAllOccurrences</a> flag is not passed, the function will select an occurrence and all subsequent calls will replace the current occurrence with the next one.</p>
 
602
<p>To clear the selection, just pass an empty string.</p>
 
603
<p>Returns true if <i>subString</i> was found; otherwise returns false.</p>
 
604
<a name="//apple_ref/cpp/instm/QWebPage/focusNextPrevChild" />
420
605
<h3 class="fn"><a name="focusNextPrevChild"></a>bool QWebPage::focusNextPrevChild ( bool <i>next</i> )</h3>
421
606
<p>Similar to QWidget::focusNextPrevChild it focuses the next focusable web element if <i>next</i> is true; otherwise the previous element is focused.</p>
422
607
<p>Returns true if it can find a new focusable element, or false if it can't.</p>
 
608
<a name="//apple_ref/cpp/instm/QWebPage/frameAt" />
 
609
<h3 class="fn"><a name="frameAt"></a><a href="qwebframe.html">QWebFrame</a> * QWebPage::frameAt ( const <a href="qpoint.html">QPoint</a> &amp; <i>pos</i> ) const</h3>
 
610
<p>Returns the frame at the given point <i>pos</i>.</p>
 
611
<p>This function was introduced in Qt 4.6.</p>
 
612
<p>See also <a href="qwebpage.html#mainFrame">mainFrame</a>() and <a href="qwebpage.html#currentFrame">currentFrame</a>().</p>
 
613
<a name="//apple_ref/cpp/instm/QWebPage/frameCreated" />
423
614
<h3 class="fn"><a name="frameCreated"></a>void QWebPage::frameCreated ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
424
615
<p>This signal is emitted whenever the page creates a new <i>frame</i>.</p>
 
616
<a name="//apple_ref/cpp/instm/QWebPage/geometryChangeRequested" />
425
617
<h3 class="fn"><a name="geometryChangeRequested"></a>void QWebPage::geometryChangeRequested ( const <a href="qrect.html">QRect</a> &amp; <i>geom</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
426
618
<p>This signal is emitted whenever the document wants to change the position and size of the page to <i>geom</i>. This can happen for example through JavaScript.</p>
 
619
<a name="//apple_ref/cpp/instm/QWebPage/history" />
427
620
<h3 class="fn"><a name="history"></a><a href="qwebhistory.html">QWebHistory</a> * QWebPage::history () const</h3>
428
621
<p>Returns a pointer to the view's history of navigated web pages.</p>
 
622
<a name="//apple_ref/cpp/instm/QWebPage/inputMethodQuery" />
429
623
<h3 class="fn"><a name="inputMethodQuery"></a><a href="qvariant.html">QVariant</a> QWebPage::inputMethodQuery ( <a href="qt.html#InputMethodQuery-enum">Qt::InputMethodQuery</a> <i>property</i> ) const</h3>
430
624
<p>This method is used by the input method to query a set of properties of the page to be able to support complex input method operations as support for surrounding text and reconversions.</p>
431
625
<p><i>property</i> specifies which property is queried.</p>
432
626
<p>See also <a href="qwidget.html#inputMethodEvent">QWidget::inputMethodEvent</a>(), <a href="qinputmethodevent.html">QInputMethodEvent</a>, and <a href="qinputcontext.html">QInputContext</a>.</p>
 
627
<a name="//apple_ref/cpp/instm/QWebPage/javaScriptAlert" />
433
628
<h3 class="fn"><a name="javaScriptAlert"></a>void QWebPage::javaScriptAlert ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i>, const <a href="qstring.html">QString</a> &amp; <i>msg</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
434
629
<p>This function is called whenever a JavaScript program running inside <i>frame</i> calls the alert() function with the message <i>msg</i>.</p>
435
630
<p>The default implementation shows the message, <i>msg</i>, with QMessageBox::information.</p>
 
631
<a name="//apple_ref/cpp/instm/QWebPage/javaScriptConfirm" />
436
632
<h3 class="fn"><a name="javaScriptConfirm"></a>bool QWebPage::javaScriptConfirm ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i>, const <a href="qstring.html">QString</a> &amp; <i>msg</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
437
633
<p>This function is called whenever a JavaScript program running inside <i>frame</i> calls the confirm() function with the message, <i>msg</i>. Returns true if the user confirms the message; otherwise returns false.</p>
438
634
<p>The default implementation executes the query using QMessageBox::information with <a href="qmessagebox.html#StandardButton-enum">QMessageBox::Yes</a> and <a href="qmessagebox.html#StandardButton-enum">QMessageBox::No</a> buttons.</p>
 
635
<a name="//apple_ref/cpp/instm/QWebPage/javaScriptConsoleMessage" />
439
636
<h3 class="fn"><a name="javaScriptConsoleMessage"></a>void QWebPage::javaScriptConsoleMessage ( const <a href="qstring.html">QString</a> &amp; <i>message</i>, int <i>lineNumber</i>, const <a href="qstring.html">QString</a> &amp; <i>sourceID</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
440
637
<p>This function is called whenever a JavaScript program tries to print a <i>message</i> to the web browser's console.</p>
441
638
<p>For example in case of evaluation errors the source URL may be provided in <i>sourceID</i> as well as the <i>lineNumber</i>.</p>
442
639
<p>The default implementation prints nothing.</p>
 
640
<a name="//apple_ref/cpp/instm/QWebPage/javaScriptPrompt" />
443
641
<h3 class="fn"><a name="javaScriptPrompt"></a>bool QWebPage::javaScriptPrompt ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i>, const <a href="qstring.html">QString</a> &amp; <i>msg</i>, const <a href="qstring.html">QString</a> &amp; <i>defaultValue</i>, <a href="qstring.html">QString</a> * <i>result</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
444
642
<p>This function is called whenever a JavaScript program running inside <i>frame</i> tries to prompt the user for input. The program may provide an optional message, <i>msg</i>, as well as a default value for the input in <i>defaultValue</i>.</p>
445
643
<p>If the prompt was cancelled by the user the implementation should return false; otherwise the result should be written to <i>result</i> and true should be returned.</p>
446
644
<p>The default implementation uses QInputDialog::getText.</p>
 
645
<a name="//apple_ref/cpp/instm/QWebPage/linkClicked" />
447
646
<h3 class="fn"><a name="linkClicked"></a>void QWebPage::linkClicked ( const <a href="qurl.html">QUrl</a> &amp; <i>url</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
448
647
<p>This signal is emitted whenever the user clicks on a link and the page's <a href="qwebpage.html#linkDelegationPolicy-prop">linkDelegationPolicy</a> property is set to delegate the link handling for the specified <i>url</i>.</p>
449
648
<p>By default no links are delegated and are handled by <a href="qwebpage.html">QWebPage</a> instead.</p>
450
649
<p>See also <a href="qwebpage.html#linkHovered">linkHovered</a>().</p>
 
650
<a name="//apple_ref/cpp/instm/QWebPage/linkHovered" />
451
651
<h3 class="fn"><a name="linkHovered"></a>void QWebPage::linkHovered ( const <a href="qstring.html">QString</a> &amp; <i>link</i>, const <a href="qstring.html">QString</a> &amp; <i>title</i>, const <a href="qstring.html">QString</a> &amp; <i>textContent</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
452
652
<p>This signal is emitted when the mouse hovers over a link.</p>
453
653
<p><i>link</i> contains the link url. <i>title</i> is the link element's title, if it is specified in the markup. <i>textContent</i> provides text within the link element, e.g&#x2e;, text inside an HTML anchor tag.</p>
454
654
<p>When the mouse leaves the link element the signal is emitted with empty parameters.</p>
455
655
<p>See also <a href="qwebpage.html#linkClicked">linkClicked</a>().</p>
 
656
<a name="//apple_ref/cpp/instm/QWebPage/loadFinished" />
456
657
<h3 class="fn"><a name="loadFinished"></a>void QWebPage::loadFinished ( bool <i>ok</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
457
658
<p>This signal is emitted when a load of the page is finished. <i>ok</i> will indicate whether the load was successful or any error occurred.</p>
458
659
<p>See also <a href="qwebpage.html#loadStarted">loadStarted</a>().</p>
 
660
<a name="//apple_ref/cpp/instm/QWebPage/loadProgress" />
459
661
<h3 class="fn"><a name="loadProgress"></a>void QWebPage::loadProgress ( int <i>progress</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
460
662
<p>This signal is emitted when the global progress status changes. The current value is provided by <i>progress</i> and scales from 0 to 100, which is the default range of <a href="qprogressbar.html">QProgressBar</a>. It accumulates changes from all the child frames.</p>
461
663
<p>See also <a href="qwebpage.html#bytesReceived">bytesReceived</a>().</p>
 
664
<a name="//apple_ref/cpp/instm/QWebPage/loadStarted" />
462
665
<h3 class="fn"><a name="loadStarted"></a>void QWebPage::loadStarted ()&nbsp;&nbsp;<tt> [signal]</tt></h3>
463
666
<p>This signal is emitted when a new load of the page is started.</p>
464
667
<p>See also <a href="qwebpage.html#loadFinished">loadFinished</a>().</p>
 
668
<a name="//apple_ref/cpp/instm/QWebPage/mainFrame" />
465
669
<h3 class="fn"><a name="mainFrame"></a><a href="qwebframe.html">QWebFrame</a> * QWebPage::mainFrame () const</h3>
466
670
<p>Returns the main frame of the page.</p>
467
671
<p>The main frame provides access to the hierarchy of sub-frames and is also needed if you want to explicitly render a web page into a given painter.</p>
468
672
<p>See also <a href="qwebpage.html#currentFrame">currentFrame</a>().</p>
 
673
<a name="//apple_ref/cpp/instm/QWebPage/menuBarVisibilityChangeRequested" />
469
674
<h3 class="fn"><a name="menuBarVisibilityChangeRequested"></a>void QWebPage::menuBarVisibilityChangeRequested ( bool <i>visible</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
470
675
<p>This signal is emitted whenever the visibility of the menubar in a web browser window that hosts <a href="qwebpage.html">QWebPage</a> should be changed to <i>visible</i>.</p>
 
676
<a name="//apple_ref/cpp/instm/QWebPage/microFocusChanged" />
471
677
<h3 class="fn"><a name="microFocusChanged"></a>void QWebPage::microFocusChanged ()&nbsp;&nbsp;<tt> [signal]</tt></h3>
472
678
<p>This signal is emitted when for example the position of the cursor in an editable form element changes. It is used inform input methods about the new on-screen position where the user is able to enter text. This signal is usually connected to <a href="qwidget.html">QWidget</a>'s updateMicroFocus() slot.</p>
 
679
<a name="//apple_ref/cpp/instm/QWebPage/networkAccessManager" />
473
680
<h3 class="fn"><a name="networkAccessManager"></a><a href="qnetworkaccessmanager.html">QNetworkAccessManager</a> * QWebPage::networkAccessManager () const</h3>
474
681
<p>Returns the <a href="qnetworkaccessmanager.html">QNetworkAccessManager</a> that is responsible for serving network requests for this <a href="qwebpage.html">QWebPage</a>.</p>
475
682
<p>See also <a href="qwebpage.html#setNetworkAccessManager">setNetworkAccessManager</a>().</p>
 
683
<a name="//apple_ref/cpp/instm/QWebPage/pluginFactory" />
476
684
<h3 class="fn"><a name="pluginFactory"></a><a href="qwebpluginfactory.html">QWebPluginFactory</a> * QWebPage::pluginFactory () const</h3>
477
685
<p>Returns the <a href="qwebpluginfactory.html">QWebPluginFactory</a> that is responsible for creating plugins embedded into this <a href="qwebpage.html">QWebPage</a>. If no plugin factory is installed a null pointer is returned.</p>
478
686
<p>See also <a href="qwebpage.html#setPluginFactory">setPluginFactory</a>().</p>
 
687
<a name="//apple_ref/cpp/instm/QWebPage/printRequested" />
479
688
<h3 class="fn"><a name="printRequested"></a>void QWebPage::printRequested ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
480
689
<p>This signal is emitted whenever the page requests the web browser to print <i>frame</i>, for example through the JavaScript <tt>window.print()</tt> call.</p>
481
690
<p>See also <a href="qwebframe.html#print">QWebFrame::print</a>() and <a href="qprintpreviewdialog.html">QPrintPreviewDialog</a>.</p>
 
691
<a name="//apple_ref/cpp/instm/QWebPage/repaintRequested" />
482
692
<h3 class="fn"><a name="repaintRequested"></a>void QWebPage::repaintRequested ( const <a href="qrect.html">QRect</a> &amp; <i>dirtyRect</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
483
693
<p>This signal is emitted whenever this <a href="qwebpage.html">QWebPage</a> should be updated and no view was set. <i>dirtyRect</i> contains the area that needs to be updated. To paint the <a href="qwebpage.html">QWebPage</a> get the <a href="qwebpage.html#mainFrame">mainFrame</a>() and call the render(<a href="qpainter.html">QPainter</a>*, const <a href="qregion.html">QRegion</a>&amp;) method with the <i>dirtyRect</i> as the second parameter.</p>
484
694
<p>See also <a href="qwebpage.html#mainFrame">mainFrame</a>() and <a href="qwebpage.html#view">view</a>().</p>
 
695
<a name="//apple_ref/cpp/instm/QWebPage/restoreFrameStateRequested" />
485
696
<h3 class="fn"><a name="restoreFrameStateRequested"></a>void QWebPage::restoreFrameStateRequested ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
486
697
<p>This signal is emitted when the load of <i>frame</i> is finished and the application may now update its state accordingly.</p>
487
698
<p>This function was introduced in Qt 4.5.</p>
 
699
<a name="//apple_ref/cpp/instm/QWebPage/saveFrameStateRequested" />
488
700
<h3 class="fn"><a name="saveFrameStateRequested"></a>void QWebPage::saveFrameStateRequested ( <a href="qwebframe.html">QWebFrame</a> * <i>frame</i>, <a href="qwebhistoryitem.html">QWebHistoryItem</a> * <i>item</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
489
701
<p>This signal is emitted shortly before the history of navigated pages in <i>frame</i> is changed, for example when navigating back in the history.</p>
490
702
<p>The provided <a href="qwebhistoryitem.html">QWebHistoryItem</a>, <i>item</i>, holds the history entry of the frame before the change.</p>
491
703
<p>A potential use-case for this signal is to store custom data in the <a href="qwebhistoryitem.html">QWebHistoryItem</a> associated to the frame, using <a href="qwebhistoryitem.html#setUserData">QWebHistoryItem::setUserData</a>().</p>
492
704
<p>This function was introduced in Qt 4.5.</p>
 
705
<a name="//apple_ref/cpp/instm/QWebPage/scrollRequested" />
493
706
<h3 class="fn"><a name="scrollRequested"></a>void QWebPage::scrollRequested ( int <i>dx</i>, int <i>dy</i>, const <a href="qrect.html">QRect</a> &amp; <i>rectToScroll</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
494
707
<p>This signal is emitted whenever the content given by <i>rectToScroll</i> needs to be scrolled <i>dx</i> and <i>dy</i> downwards and no view was set.</p>
495
708
<p>See also <a href="qwebpage.html#view">view</a>().</p>
 
709
<a name="//apple_ref/cpp/instm/QWebPage/selectionChanged" />
496
710
<h3 class="fn"><a name="selectionChanged"></a>void QWebPage::selectionChanged ()&nbsp;&nbsp;<tt> [signal]</tt></h3>
497
711
<p>This signal is emitted whenever the selection changes.</p>
498
712
<p>See also <a href="qwebpage.html#selectedText-prop">selectedText</a>().</p>
 
713
<a name="//apple_ref/cpp/instm/QWebPage/setNetworkAccessManager" />
499
714
<h3 class="fn"><a name="setNetworkAccessManager"></a>void QWebPage::setNetworkAccessManager ( <a href="qnetworkaccessmanager.html">QNetworkAccessManager</a> * <i>manager</i> )</h3>
500
715
<p>Sets the <a href="qnetworkaccessmanager.html">QNetworkAccessManager</a> <i>manager</i> responsible for serving network requests for this <a href="qwebpage.html">QWebPage</a>.</p>
501
716
<p>See also <a href="qwebpage.html#networkAccessManager">networkAccessManager</a>().</p>
 
717
<a name="//apple_ref/cpp/instm/QWebPage/setPluginFactory" />
502
718
<h3 class="fn"><a name="setPluginFactory"></a>void QWebPage::setPluginFactory ( <a href="qwebpluginfactory.html">QWebPluginFactory</a> * <i>factory</i> )</h3>
503
719
<p>Sets the <a href="qwebpluginfactory.html">QWebPluginFactory</a> <i>factory</i> responsible for creating plugins embedded into this <a href="qwebpage.html">QWebPage</a>.</p>
504
720
<p>Note: The plugin factory is only used if the <a href="qwebsettings.html#WebAttribute-enum">QWebSettings::PluginsEnabled</a> attribute is enabled.</p>
505
721
<p>See also <a href="qwebpage.html#pluginFactory">pluginFactory</a>().</p>
 
722
<a name="//apple_ref/cpp/instm/QWebPage/setView" />
506
723
<h3 class="fn"><a name="setView"></a>void QWebPage::setView ( <a href="qwidget.html">QWidget</a> * <i>view</i> )</h3>
507
724
<p>Sets the <i>view</i> that is associated with the web page.</p>
508
725
<p>See also <a href="qwebpage.html#view">view</a>().</p>
 
726
<a name="//apple_ref/cpp/instm/QWebPage/settings" />
509
727
<h3 class="fn"><a name="settings"></a><a href="qwebsettings.html">QWebSettings</a> * QWebPage::settings () const</h3>
510
728
<p>Returns a pointer to the page's settings object.</p>
511
729
<p>See also <a href="qwebsettings.html#globalSettings">QWebSettings::globalSettings</a>().</p>
 
730
<a name="//apple_ref/cpp/instm/QWebPage/shouldInterruptJavaScript" />
 
731
<h3 class="fn"><a name="shouldInterruptJavaScript"></a>bool QWebPage::shouldInterruptJavaScript ()&nbsp;&nbsp;<tt> [slot]</tt></h3>
 
732
<p>This function is called when a JavaScript program is running for a long period of time.</p>
 
733
<p>If the user wanted to stop the JavaScript the implementation should return true; otherwise false.</p>
 
734
<p>The default implementation executes the query using QMessageBox::information with <a href="qmessagebox.html#StandardButton-enum">QMessageBox::Yes</a> and <a href="qmessagebox.html#StandardButton-enum">QMessageBox::No</a> buttons.</p>
 
735
<p><b>Warning:</b> Because of binary compatibility constraints, this function is not virtual. If you want to provide your own implementation in a <a href="qwebpage.html">QWebPage</a> subclass, reimplement the shouldInterruptJavaScript() slot in your subclass instead. <a href="qtwebkit.html">QtWebKit</a> will dynamically detect the slot and call it.</p>
 
736
<p>This function was introduced in Qt 4.6.</p>
 
737
<a name="//apple_ref/cpp/instm/QWebPage/statusBarMessage" />
512
738
<h3 class="fn"><a name="statusBarMessage"></a>void QWebPage::statusBarMessage ( const <a href="qstring.html">QString</a> &amp; <i>text</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
513
739
<p>This signal is emitted when the statusbar <i>text</i> is changed by the page.</p>
 
740
<a name="//apple_ref/cpp/instm/QWebPage/statusBarVisibilityChangeRequested" />
514
741
<h3 class="fn"><a name="statusBarVisibilityChangeRequested"></a>void QWebPage::statusBarVisibilityChangeRequested ( bool <i>visible</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
515
742
<p>This signal is emitted whenever the visibility of the statusbar in a web browser window that hosts <a href="qwebpage.html">QWebPage</a> should be changed to <i>visible</i>.</p>
 
743
<a name="//apple_ref/cpp/instm/QWebPage/supportsExtension" />
516
744
<h3 class="fn"><a name="supportsExtension"></a>bool QWebPage::supportsExtension ( <a href="qwebpage.html#Extension-enum">Extension</a> <i>extension</i> ) const&nbsp;&nbsp;<tt> [virtual]</tt></h3>
517
745
<p>This virtual function returns true if the web page supports <i>extension</i>; otherwise false is returned.</p>
518
746
<p>See also <a href="qwebpage.html#extension">extension</a>().</p>
 
747
<a name="//apple_ref/cpp/instm/QWebPage/swallowContextMenuEvent" />
519
748
<h3 class="fn"><a name="swallowContextMenuEvent"></a>bool QWebPage::swallowContextMenuEvent ( <a href="qcontextmenuevent.html">QContextMenuEvent</a> * <i>event</i> )</h3>
520
749
<p>Filters the context menu event, <i>event</i>, through handlers for scrollbars and custom event handlers in the web page. Returns true if the event was handled; otherwise false.</p>
521
750
<p>A web page may swallow a context menu event through a custom event handler, allowing for context menus to be implemented in HTML/JavaScript. This is used by <a href="http://maps.google.com/">Google Maps</a>, for example.</p>
 
751
<a name="//apple_ref/cpp/instm/QWebPage/toolBarVisibilityChangeRequested" />
522
752
<h3 class="fn"><a name="toolBarVisibilityChangeRequested"></a>void QWebPage::toolBarVisibilityChangeRequested ( bool <i>visible</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
523
753
<p>This signal is emitted whenever the visibility of the toolbar in a web browser window that hosts <a href="qwebpage.html">QWebPage</a> should be changed to <i>visible</i>.</p>
 
754
<a name="//apple_ref/cpp/instm/QWebPage/totalBytes" />
524
755
<h3 class="fn"><a name="totalBytes"></a><a href="qtglobal.html#quint64-typedef">quint64</a> QWebPage::totalBytes () const</h3>
525
756
<p>Returns the total number of bytes that were received from the network to render the current page, including extra content such as embedded images.</p>
526
757
<p>See also <a href="qwebpage.html#bytesReceived">bytesReceived</a>().</p>
 
758
<a name="//apple_ref/cpp/instm/QWebPage/triggerAction" />
527
759
<h3 class="fn"><a name="triggerAction"></a>void QWebPage::triggerAction ( <a href="qwebpage.html#WebAction-enum">WebAction</a> <i>action</i>, bool <i>checked</i> = false )&nbsp;&nbsp;<tt> [virtual]</tt></h3>
528
760
<p>This function can be called to trigger the specified <i>action</i>. It is also called by <a href="qtwebkit.html">QtWebKit</a> if the user triggers the action, for example through a context menu item.</p>
529
761
<p>If <i>action</i> is a checkable action then <i>checked</i> specified whether the action is toggled or not.</p>
530
762
<p>See also <a href="qwebpage.html#action">action</a>().</p>
 
763
<a name="//apple_ref/cpp/instm/QWebPage/undoStack" />
531
764
<h3 class="fn"><a name="undoStack"></a><a href="qundostack.html">QUndoStack</a> * QWebPage::undoStack () const</h3>
532
765
<p>Returns a pointer to the undo stack used for editable content.</p>
 
766
<a name="//apple_ref/cpp/instm/QWebPage/unsupportedContent" />
533
767
<h3 class="fn"><a name="unsupportedContent"></a>void QWebPage::unsupportedContent ( <a href="qnetworkreply.html">QNetworkReply</a> * <i>reply</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
534
768
<p>This signals is emitted when webkit cannot handle a link the user navigated to.</p>
535
769
<p>At signal emissions time the meta data of the <a href="qnetworkreply.html">QNetworkReply</a> <i>reply</i> is available.</p>
536
770
<p><b>Note:</b> This signal is only emitted if the <a href="qwebpage.html#forwardUnsupportedContent-prop">forwardUnsupportedContent</a> property is set to true.</p>
537
771
<p>See also <a href="qwebpage.html#downloadRequested">downloadRequested</a>().</p>
 
772
<a name="//apple_ref/cpp/instm/QWebPage/updatePositionDependentActions" />
538
773
<h3 class="fn"><a name="updatePositionDependentActions"></a>void QWebPage::updatePositionDependentActions ( const <a href="qpoint.html">QPoint</a> &amp; <i>pos</i> )</h3>
539
774
<p>Updates the page's actions depending on the position <i>pos</i>. For example if <i>pos</i> is over an image element the <a href="qwebpage.html#WebAction-enum">CopyImageToClipboard</a> action is enabled.</p>
 
775
<a name="//apple_ref/cpp/instm/QWebPage/userAgentForUrl" />
540
776
<h3 class="fn"><a name="userAgentForUrl"></a><a href="qstring.html">QString</a> QWebPage::userAgentForUrl ( const <a href="qurl.html">QUrl</a> &amp; <i>url</i> ) const&nbsp;&nbsp;<tt> [virtual protected]</tt></h3>
541
777
<p>This function is called when a user agent for HTTP requests is needed. You can reimplement this function to dynamically return different user agents for different URLs, based on the <i>url</i> parameter.</p>
542
778
<p>The default implementation returns the following value:</p>
543
 
<p>&quot;Mozilla/5.0 (%Platform%; %Security%; %Subplatform%; %Locale%) AppleWebKit/%WebKitVersion% (KHTML, like Gecko, Safari/419.3) %AppVersion&quot;</p>
 
779
<p>&quot;Mozilla/5.0 (%Platform%; %Security%; %Subplatform%; %Locale%) AppleWebKit/%WebKitVersion% (KHTML, like Gecko) %AppVersion Safari/%WebKitVersion%&quot;</p>
544
780
<p>In this string the following values are replaced at run-time:</p>
545
781
<ul>
546
782
<li>%Platform% and %Subplatform% are expanded to the windowing system and the operation system.</li>
547
783
<li>%Security% expands to U if SSL is enabled, otherwise N. SSL is enabled if <a href="qsslsocket.html#supportsSsl">QSslSocket::supportsSsl</a>() returns true.</li>
548
784
<li>%Locale% is replaced with <a href="qlocale.html#name">QLocale::name</a>(). The locale is determined from the view of the <a href="qwebpage.html">QWebPage</a>. If no view is set on the <a href="qwebpage.html">QWebPage</a>, then a default constructed <a href="qlocale.html">QLocale</a> is used instead.</li>
549
 
<li>%WebKitVersion% currently expands to 527+</li>
 
785
<li>%WebKitVersion% is the version of <a href="qwebpage.html#ErrorDomain-enum">WebKit</a> the application was compiled against.</li>
550
786
<li>%AppVersion% expands to <a href="qcoreapplication.html#applicationName-prop">QCoreApplication::applicationName</a>()/<a href="qcoreapplication.html#applicationVersion-prop">QCoreApplication::applicationVersion</a>() if they're set; otherwise defaulting to Qt and the current Qt version.</li>
551
787
</ul>
 
788
<a name="//apple_ref/cpp/instm/QWebPage/view" />
552
789
<h3 class="fn"><a name="view"></a><a href="qwidget.html">QWidget</a> * QWebPage::view () const</h3>
553
790
<p>Returns the view widget that is associated with the web page.</p>
554
791
<p>See also <a href="qwebpage.html#setView">setView</a>().</p>
 
792
<a name="//apple_ref/cpp/instm/QWebPage/webInspectorTriggered" />
 
793
<h3 class="fn"><a name="webInspectorTriggered"></a>void QWebPage::webInspectorTriggered ( const <a href="qwebelement.html">QWebElement</a> &amp; <i>inspectedElement</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
794
<p>This signal is emitted when the user triggered an inspection through the context menu. If a <a href="qwebinspector.html">QWebInspector</a> is associated to this page, it should be visible to the user after this signal has been emitted.</p>
 
795
<p>If still no <a href="qwebinspector.html">QWebInspector</a> is associated to this <a href="qwebpage.html">QWebPage</a> after the emission of this signal, a privately owned inspector will be shown to the user.</p>
 
796
<p><b>Note:</b> <i>inspectedElement</i> contains the <a href="qwebelement.html">QWebElement</a> under the context menu. It is not garanteed to be the same as the focused element in the web inspector.</p>
 
797
<p>This function was introduced in Qt 4.6.</p>
 
798
<p>See also <a href="qwebinspector.html">QWebInspector</a>.</p>
 
799
<a name="//apple_ref/cpp/instm/QWebPage/windowCloseRequested" />
555
800
<h3 class="fn"><a name="windowCloseRequested"></a>void QWebPage::windowCloseRequested ()&nbsp;&nbsp;<tt> [signal]</tt></h3>
556
801
<p>This signal is emitted whenever the page requests the web browser window to be closed, for example through the JavaScript <tt>window.close()</tt> call.</p>
557
802
<p /><address><hr /><div align="center">
558
803
<table width="100%" cellspacing="0" border="0"><tr class="address">
559
 
<td width="30%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
560
 
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
561
 
<td width="30%" align="right"><div align="right">Qt 4.5.2</div></td>
562
 
</tr></table></div></address></body>
 
804
<td width="40%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
 
805
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
806
<td width="40%" align="right"><div align="right">Qt 4.6.0</div></td>
 
807
<script type="text/javascript" src="http://www.google.com/jsapi"></script><script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script><script type="text/javascript" src="http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en"></script><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script></tr></table></div></address></body>
563
808
</html>