/usr/share/qt5/doc/qtwebkit/qwebframe-members.html is in qtwebkit5-doc-html 5.1.1-1ubuntu8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qwebframe.cpp -->
<title>List of All Members for QWebFrame | QtWebKit 5.1</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<ul>
<li>Qt 5.1</li>
<li>QWebFrame</li>
<li id="buildversion">
Qt 5.1.1 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<h1 class="title">List of All Members for QWebFrame</h1>
<p>This is the complete list of members for <a href="qwebframe.html">QWebFrame</a>, including inherited members.</p>
<table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn">enum <span class="name"><b><a href="qwebframe.html#RenderLayer-enum">RenderLayer</a></b></span></li>
<li class="fn">flags <span class="name"><b><a href="qwebframe.html#RenderLayer-enum">RenderLayers</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qwebframe.html#ValueOwnership-enum">ValueOwnership</a></b></span></li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#addToJavaScriptWindowObject">addToJavaScriptWindowObject</a></b></span>(const QString &, QObject *, ValueOwnership)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#baseUrl-prop">baseUrl</a></b></span>() const : QUrl</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#childFrames">childFrames</a></b></span>() const : QList<QWebFrame *></li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#contentsSize-prop">contentsSize</a></b></span>() const : QSize</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#contentsSizeChanged">contentsSizeChanged</a></b></span>(const QSize &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#documentElement">documentElement</a></b></span>() const : QWebElement</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#evaluateJavaScript">evaluateJavaScript</a></b></span>(const QString &) : QVariant</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#event">event</a></b></span>(QEvent *) : bool</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#findAllElements">findAllElements</a></b></span>(const QString &) const : QWebElementCollection</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#findFirstElement">findFirstElement</a></b></span>(const QString &) const : QWebElement</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#frameName">frameName</a></b></span>() const : QString</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#geometry">geometry</a></b></span>() const : QRect</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#focus-prop">hasFocus</a></b></span>() const : bool</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#hitTestContent">hitTestContent</a></b></span>(const QPoint &) const : QWebHitTestResult</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#icon-prop">icon</a></b></span>() const : QIcon</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#iconChanged">iconChanged</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#initialLayoutCompleted">initialLayoutCompleted</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#javaScriptWindowObjectCleared">javaScriptWindowObjectCleared</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#load">load</a></b></span>(const QUrl &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#load-2">load</a></b></span>(const QNetworkRequest &, QNetworkAccessManager::Operation, const QByteArray &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#loadFinished">loadFinished</a></b></span>(bool)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#loadStarted">loadStarted</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#metaData">metaData</a></b></span>() const : QMultiMap<QString, QString></li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#page">page</a></b></span>() const : QWebPage *</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#pageChanged">pageChanged</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#parentFrame">parentFrame</a></b></span>() const : QWebFrame *</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#pos">pos</a></b></span>() const : QPoint</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="qwebframe.html#print">print</a></b></span>(QPrinter *) const</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#render">render</a></b></span>(QPainter *, const QRegion &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#render-2">render</a></b></span>(QPainter *, RenderLayers, const QRegion &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#requestedUrl-prop">requestedUrl</a></b></span>() const : QUrl</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scroll">scroll</a></b></span>(int, int)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scrollBarGeometry">scrollBarGeometry</a></b></span>(Qt::Orientation) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scrollBarMaximum">scrollBarMaximum</a></b></span>(Qt::Orientation) const : int</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scrollBarMinimum">scrollBarMinimum</a></b></span>(Qt::Orientation) const : int</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scrollBarPolicy">scrollBarPolicy</a></b></span>(Qt::Orientation) const : Qt::ScrollBarPolicy</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scrollBarValue">scrollBarValue</a></b></span>(Qt::Orientation) const : int</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scrollPosition-prop">scrollPosition</a></b></span>() const : QPoint</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scrollToAnchor">scrollToAnchor</a></b></span>(const QString &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#securityOrigin">securityOrigin</a></b></span>() const : QWebSecurityOrigin</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#setContent">setContent</a></b></span>(const QByteArray &, const QString &, const QUrl &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#setFocus">setFocus</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#setHtml">setHtml</a></b></span>(const QString &, const QUrl &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#setScrollBarPolicy">setScrollBarPolicy</a></b></span>(Qt::Orientation, Qt::ScrollBarPolicy)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#setScrollBarValue">setScrollBarValue</a></b></span>(Qt::Orientation, int)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#scrollPosition-prop">setScrollPosition</a></b></span>(const QPoint &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#setTextSizeMultiplier">setTextSizeMultiplier</a></b></span>(qreal)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#url-prop">setUrl</a></b></span>(const QUrl &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#zoomFactor-prop">setZoomFactor</a></b></span>(qreal)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#textSizeMultiplier">textSizeMultiplier</a></b></span>() const : qreal</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#title-prop">title</a></b></span>() const : QString</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#titleChanged">titleChanged</a></b></span>(const QString &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#toHtml">toHtml</a></b></span>() const : QString</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#toPlainText">toPlainText</a></b></span>() const : QString</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#url-prop">url</a></b></span>() const : QUrl</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#urlChanged">urlChanged</a></b></span>(const QUrl &)</li>
<li class="fn"><span class="name"><b><a href="qwebframe.html#zoomFactor-prop">zoomFactor</a></b></span>() const : qreal</li>
</ul>
</td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2013 Digia Plc and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|