This file is indexed.

/usr/share/qt5/doc/qtwebkit/qwebhittestresult.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?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>QWebHitTestResult Class | 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>QWebHitTestResult</li>
<li id="buildversion">
Qt 5.1.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QWebHitTestResult Class</h1>
<!-- $$$QWebHitTestResult-brief -->
<p>The QWebHitTestResult class provides information about the web page content after a hit test. <a href="#details">More...</a></p>
<!-- @@@QWebHitTestResult -->
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> </b><tt><span class="preprocessor">#include &lt;QWebHitTestResult&gt;</span>
</tt></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  Qt 4.4</td></tr></table><ul>
<li><a href="qwebhittestresult-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#QWebHitTestResult">QWebHitTestResult</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#QWebHitTestResult-2">QWebHitTestResult</a></b>(const QWebHitTestResult &amp;<i> other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#dtor.QWebHitTestResult">~QWebHitTestResult</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#alternateText">alternateText</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QRect </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#boundingRect">boundingRect</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebElement </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#element">element</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebElement </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#enclosingBlockElement">enclosingBlockElement</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebFrame * </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#frame">frame</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QUrl </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#imageUrl">imageUrl</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#isContentEditable">isContentEditable</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#isContentSelected">isContentSelected</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#isNull">isNull</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebElement </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#linkElement">linkElement</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebFrame * </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#linkTargetFrame">linkTargetFrame</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#linkText">linkText</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QUrl </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#linkTitle">linkTitle</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QUrl </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#linkUrl">linkUrl</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPixmap </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#pixmap">pixmap</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPoint </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#pos">pos</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#title">title</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebHitTestResult &amp; </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#operator-eq">operator=</a></b>(const QWebHitTestResult &amp;<i> other</i>)</td></tr>
</table>
<a name="details"></a>
<!-- $$$QWebHitTestResult-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QWebHitTestResult class provides information about the web page content after a hit test.</p>
<p>QWebHitTestResult is returned by <a href="qwebframe.html#hitTestContent">QWebFrame::hitTestContent</a>() to provide information about the content of the web page at the specified position.</p>
</div>
<!-- @@@QWebHitTestResult -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QWebHitTestResult[overload1]$$$QWebHitTestResult -->
<h3 class="fn"><a name="QWebHitTestResult"></a>QWebHitTestResult::<span class="name">QWebHitTestResult</span>()</h3>
<p>Constructs a null hit test result.</p>
<!-- @@@QWebHitTestResult -->
<!-- $$$QWebHitTestResult$$$QWebHitTestResultconstQWebHitTestResult& -->
<h3 class="fn"><a name="QWebHitTestResult-2"></a>QWebHitTestResult::<span class="name">QWebHitTestResult</span>(const <span class="type">QWebHitTestResult</span> &amp;<i> other</i>)</h3>
<p>Constructs a hit test result from <i>other</i>.</p>
<!-- @@@QWebHitTestResult -->
<!-- $$$~QWebHitTestResult[overload1]$$$~QWebHitTestResult -->
<h3 class="fn"><a name="dtor.QWebHitTestResult"></a>QWebHitTestResult::<span class="name">~QWebHitTestResult</span>()</h3>
<p>Destructor.</p>
<!-- @@@~QWebHitTestResult -->
<!-- $$$alternateText[overload1]$$$alternateText -->
<h3 class="fn"><a name="alternateText"></a><span class="type">QString</span> QWebHitTestResult::<span class="name">alternateText</span>() const</h3>
<p>Returns the alternate text of the element. This corresponds to the HTML alt attribute.</p>
<!-- @@@alternateText -->
<!-- $$$boundingRect[overload1]$$$boundingRect -->
<h3 class="fn"><a name="boundingRect"></a><span class="type">QRect</span> QWebHitTestResult::<span class="name">boundingRect</span>() const</h3>
<p>Returns the bounding rect of the element.</p>
<p>This function was introduced in  Qt 4.5.</p>
<!-- @@@boundingRect -->
<!-- $$$element[overload1]$$$element -->
<h3 class="fn"><a name="element"></a><span class="type"><a href="qwebelement.html">QWebElement</a></span> QWebHitTestResult::<span class="name">element</span>() const</h3>
<p>Returns the underlying DOM element as <a href="qwebelement.html">QWebElement</a>.</p>
<p>This function was introduced in  Qt 4.6.</p>
<!-- @@@element -->
<!-- $$$enclosingBlockElement[overload1]$$$enclosingBlockElement -->
<h3 class="fn"><a name="enclosingBlockElement"></a><span class="type"><a href="qwebelement.html">QWebElement</a></span> QWebHitTestResult::<span class="name">enclosingBlockElement</span>() const</h3>
<p>Returns the block element that encloses the element hit.</p>
<p>A block element is an element that is rendered using the CSS &quot;block&quot; style. This includes for example text paragraphs.</p>
<p>This function was introduced in  Qt 4.6.</p>
<!-- @@@enclosingBlockElement -->
<!-- $$$frame[overload1]$$$frame -->
<h3 class="fn"><a name="frame"></a><span class="type"><a href="qwebframe.html">QWebFrame</a></span> * QWebHitTestResult::<span class="name">frame</span>() const</h3>
<p>Returns the frame of the element hit.</p>
<!-- @@@frame -->
<!-- $$$imageUrl[overload1]$$$imageUrl -->
<h3 class="fn"><a name="imageUrl"></a><span class="type">QUrl</span> QWebHitTestResult::<span class="name">imageUrl</span>() const</h3>
<p>Returns the url of the image.</p>
<!-- @@@imageUrl -->
<!-- $$$isContentEditable[overload1]$$$isContentEditable -->
<h3 class="fn"><a name="isContentEditable"></a><span class="type">bool</span> QWebHitTestResult::<span class="name">isContentEditable</span>() const</h3>
<p>Returns true if the content is editable by the user; otherwise returns false.</p>
<!-- @@@isContentEditable -->
<!-- $$$isContentSelected[overload1]$$$isContentSelected -->
<h3 class="fn"><a name="isContentSelected"></a><span class="type">bool</span> QWebHitTestResult::<span class="name">isContentSelected</span>() const</h3>
<p>Returns true if the content tested is part of the selection; otherwise returns false.</p>
<!-- @@@isContentSelected -->
<!-- $$$isNull[overload1]$$$isNull -->
<h3 class="fn"><a name="isNull"></a><span class="type">bool</span> QWebHitTestResult::<span class="name">isNull</span>() const</h3>
<p>Returns true if the hit test result is null; otherwise returns false.</p>
<!-- @@@isNull -->
<!-- $$$linkElement[overload1]$$$linkElement -->
<h3 class="fn"><a name="linkElement"></a><span class="type"><a href="qwebelement.html">QWebElement</a></span> QWebHitTestResult::<span class="name">linkElement</span>() const</h3>
<p>Returns the element that represents the link.</p>
<p>This function was introduced in  Qt 4.6.</p>
<p><b>See also </b><a href="qwebhittestresult.html#linkTargetFrame">linkTargetFrame</a>().</p>
<!-- @@@linkElement -->
<!-- $$$linkTargetFrame[overload1]$$$linkTargetFrame -->
<h3 class="fn"><a name="linkTargetFrame"></a><span class="type"><a href="qwebframe.html">QWebFrame</a></span> * QWebHitTestResult::<span class="name">linkTargetFrame</span>() const</h3>
<p>Returns the frame that will load the link if it is activated.</p>
<p><b>See also </b><a href="qwebhittestresult.html#linkElement">linkElement</a>().</p>
<!-- @@@linkTargetFrame -->
<!-- $$$linkText[overload1]$$$linkText -->
<h3 class="fn"><a name="linkText"></a><span class="type">QString</span> QWebHitTestResult::<span class="name">linkText</span>() const</h3>
<p>Returns the text of the link.</p>
<!-- @@@linkText -->
<!-- $$$linkTitle[overload1]$$$linkTitle -->
<h3 class="fn"><a name="linkTitle"></a><span class="type">QUrl</span> QWebHitTestResult::<span class="name">linkTitle</span>() const</h3>
<p>Returns the title of the link.</p>
<!-- @@@linkTitle -->
<!-- $$$linkUrl[overload1]$$$linkUrl -->
<h3 class="fn"><a name="linkUrl"></a><span class="type">QUrl</span> QWebHitTestResult::<span class="name">linkUrl</span>() const</h3>
<p>Returns the url to which the link points to.</p>
<!-- @@@linkUrl -->
<!-- $$$pixmap[overload1]$$$pixmap -->
<h3 class="fn"><a name="pixmap"></a><span class="type">QPixmap</span> QWebHitTestResult::<span class="name">pixmap</span>() const</h3>
<p>Returns a QPixmap containing the image. A null pixmap is returned if the element being tested is not an image.</p>
<!-- @@@pixmap -->
<!-- $$$pos[overload1]$$$pos -->
<h3 class="fn"><a name="pos"></a><span class="type">QPoint</span> QWebHitTestResult::<span class="name">pos</span>() const</h3>
<p>Returns the position where the hit test occured in the coordinates of frame containing the element hit.</p>
<p><b>See also </b><a href="qwebhittestresult.html#frame">frame</a>().</p>
<!-- @@@pos -->
<!-- $$$title[overload1]$$$title -->
<h3 class="fn"><a name="title"></a><span class="type">QString</span> QWebHitTestResult::<span class="name">title</span>() const</h3>
<p>Returns the title of the nearest enclosing HTML element.</p>
<!-- @@@title -->
<!-- $$$operator=[overload1]$$$operator=constQWebHitTestResult& -->
<h3 class="fn"><a name="operator-eq"></a><span class="type">QWebHitTestResult</span> &amp; QWebHitTestResult::<span class="name">operator=</span>(const <span class="type">QWebHitTestResult</span> &amp;<i> other</i>)</h3>
<p>Assigns the <i>other</i> hit test result to this.</p>
<!-- @@@operator= -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</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>