/usr/share/qt5/doc/qtwebkit/qwebhittestresult.html is in qtwebkit5-doc-html 5.212.0~alpha2-7ubuntu1.
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 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qwebframe.cpp -->
<title>QWebHitTestResult Class | Qt 5.212.0</title>
<link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
<script type="text/javascript">
document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
// loading style sheet breaks anchors that were jumped to before
// so force jumping to anchor again
setTimeout(function() {
var anchor = location.hash;
// need to jump to different anchor first (e.g. none)
location.hash = "#";
setTimeout(function() {
location.hash = anchor;
}, 0);
}, 0);
</script>
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<table><tr>
<td >Qt 5.212.0</td><td >QWebHitTestResult</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.212.0 Reference Documentation</td>
</tr></table>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<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>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QWebHitTestResult Class</h1>
<!-- $$$QWebHitTestResult-brief -->
<p>The <a href="qwebhittestresult.html">QWebHitTestResult</a> class provides information about the web page content after a hit test. <a href="#details">More...</a></p>
<!-- @@@QWebHitTestResult -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <QWebHitTestResult></span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += webkitwidgets</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign"> Qt 4.4</td></tr></table></div><ul>
<li><a href="qwebhittestresult-members.html">List of all members, including inherited members</a></li>
<li><a href="qwebhittestresult-obsolete.html">Obsolete members</a></li>
</ul>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><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-1">QWebHitTestResult</a></b>(const QWebHitTestResult &<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"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#linkTitleString">linkTitleString</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"> QUrl </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#mediaUrl">mediaUrl</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 &</td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#operator-eq">operator=</a></b>(const QWebHitTestResult &<i>other</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QWebHitTestResult-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qwebhittestresult.html">QWebHitTestResult</a> class provides information about the web page content after a hit test.</p>
<p><a href="qwebhittestresult.html">QWebHitTestResult</a> 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" id="QWebHitTestResult"><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" id="QWebHitTestResult-1"><a name="QWebHitTestResult-1"></a>QWebHitTestResult::<span class="name">QWebHitTestResult</span>(const <span class="type"><a href="qwebhittestresult.html#QWebHitTestResult">QWebHitTestResult</a></span> &<i>other</i>)</h3>
<p>Constructs a hit test result from <i>other</i>.</p>
<!-- @@@QWebHitTestResult -->
<!-- $$$~QWebHitTestResult[overload1]$$$~QWebHitTestResult -->
<h3 class="fn" id="dtor.QWebHitTestResult"><a name="dtor.QWebHitTestResult"></a>QWebHitTestResult::<span class="name">~QWebHitTestResult</span>()</h3>
<p>Destructor.</p>
<!-- @@@~QWebHitTestResult -->
<!-- $$$alternateText[overload1]$$$alternateText -->
<h3 class="fn" id="alternateText"><a name="alternateText"></a><span class="type"><a href="../qtcore/qstring.html">QString</a></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" id="boundingRect"><a name="boundingRect"></a><span class="type"><a href="../qtcore/qrect.html">QRect</a></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" id="element"><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="qtwebkit-bridge.html#qwebelement">QWebElement</a>.</p>
<p>This function was introduced in Qt 4.6.</p>
<!-- @@@element -->
<!-- $$$enclosingBlockElement[overload1]$$$enclosingBlockElement -->
<h3 class="fn" id="enclosingBlockElement"><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 "block" 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" id="frame"><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" id="imageUrl"><a name="imageUrl"></a><span class="type"><a href="../qtcore/qurl.html">QUrl</a></span> QWebHitTestResult::<span class="name">imageUrl</span>() const</h3>
<p>Returns the url of the image.</p>
<!-- @@@imageUrl -->
<!-- $$$isContentEditable[overload1]$$$isContentEditable -->
<h3 class="fn" id="isContentEditable"><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" id="isContentSelected"><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" id="isNull"><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" id="linkElement"><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" id="linkTargetFrame"><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" id="linkText"><a name="linkText"></a><span class="type"><a href="../qtcore/qstring.html">QString</a></span> QWebHitTestResult::<span class="name">linkText</span>() const</h3>
<p>Returns the text of the link.</p>
<!-- @@@linkText -->
<!-- $$$linkTitleString[overload1]$$$linkTitleString -->
<h3 class="fn" id="linkTitleString"><a name="linkTitleString"></a><span class="type"><a href="../qtcore/qstring.html">QString</a></span> QWebHitTestResult::<span class="name">linkTitleString</span>() const</h3>
<p>Returns the title of the link.</p>
<p>This function was introduced in Qt 5.5.</p>
<!-- @@@linkTitleString -->
<!-- $$$linkUrl[overload1]$$$linkUrl -->
<h3 class="fn" id="linkUrl"><a name="linkUrl"></a><span class="type"><a href="../qtcore/qurl.html">QUrl</a></span> QWebHitTestResult::<span class="name">linkUrl</span>() const</h3>
<p>Returns the url to which the link points to.</p>
<!-- @@@linkUrl -->
<!-- $$$mediaUrl[overload1]$$$mediaUrl -->
<h3 class="fn" id="mediaUrl"><a name="mediaUrl"></a><span class="type"><a href="../qtcore/qurl.html">QUrl</a></span> QWebHitTestResult::<span class="name">mediaUrl</span>() const</h3>
<p>Returns the url of the video or audio element.</p>
<p>This function was introduced in Qt 5.2.</p>
<!-- @@@mediaUrl -->
<!-- $$$pixmap[overload1]$$$pixmap -->
<h3 class="fn" id="pixmap"><a name="pixmap"></a><span class="type"><a href="../qtgui/qpixmap.html">QPixmap</a></span> QWebHitTestResult::<span class="name">pixmap</span>() const</h3>
<p>Returns a <a href="../qtgui/qpixmap.html">QPixmap</a> 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" id="pos"><a name="pos"></a><span class="type"><a href="../qtcore/qpoint.html">QPoint</a></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" id="title"><a name="title"></a><span class="type"><a href="../qtcore/qstring.html">QString</a></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" id="operator-eq"><a name="operator-eq"></a><span class="type"><a href="qwebhittestresult.html#QWebHitTestResult">QWebHitTestResult</a></span> &QWebHitTestResult::<span class="name">operator=</span>(const <span class="type"><a href="qwebhittestresult.html#QWebHitTestResult">QWebHitTestResult</a></span> &<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">©</acronym> 2017 The Qt Company Ltd.
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> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|