This file is indexed.

/usr/share/qt5/doc/qtpositioning/qgeocircle.html is in qtpositioning5-doc-html 5.3.2-2.

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
<?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" />
<!-- qgeocircle.cpp -->
  <title>QGeoCircle Class | QtPositioning 5.3</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.3</li>
<li><a href="qtpositioning-index.html">Qt Positioning</a></li>
<li><a href="qtpositioning-module.html">C++ Classes</a></li>
<li>QGeoCircle</li>
<li id="buildversion">
Qt 5.3.2 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">QGeoCircle Class</h1>
<!-- $$$QGeoCircle-brief -->
<p>The QGeoCircle class defines a circular geographic area. <a href="#details">More...</a></p>
<!-- @@@QGeoCircle -->
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> </b><tt><span class="preprocessor">#include &lt;QGeoCircle&gt;</span>
</tt></td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> <tt>QT += positioning</tt></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  Qt 5.2</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <a href="qgeoshape.html">QGeoShape</a>.</td></tr></table><ul>
<li><a href="qgeocircle-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="qgeocircle.html#QGeoCircle">QGeoCircle</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#QGeoCircle-2">QGeoCircle</a></b>(const QGeoCoordinate &amp;<i> center</i>, qreal<i> radius</i> = -1.0)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#QGeoCircle-3">QGeoCircle</a></b>(const QGeoCircle &amp;<i> other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#QGeoCircle-4">QGeoCircle</a></b>(const QGeoShape &amp;<i> other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#dtor.QGeoCircle">~QGeoCircle</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGeoCoordinate </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#center">center</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#radius">radius</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#setCenter">setCenter</a></b>(const QGeoCoordinate &amp;<i> center</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#setRadius">setRadius</a></b>(qreal<i> radius</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#translate">translate</a></b>(double<i> degreesLatitude</i>, double<i> degreesLongitude</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGeoCircle </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#translated">translated</a></b>(double<i> degreesLatitude</i>, double<i> degreesLongitude</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#operator-not-eq">operator!=</a></b>(const QGeoShape &amp;<i> other</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#operator-not-eq-2">operator!=</a></b>(const QGeoCircle &amp;<i> other</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGeoCircle &amp; </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#operator-eq">operator=</a></b>(const QGeoCircle &amp;<i> other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#operator-eq-eq">operator==</a></b>(const QGeoShape &amp;<i> other</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgeocircle.html#operator-eq-eq-2">operator==</a></b>(const QGeoCircle &amp;<i> other</i>) const</td></tr>
</table>
<ul>
<li class="fn">8 public functions inherited from <a href="qgeoshape.html#public-functions">QGeoShape</a></li>
</ul>
<a name="details"></a>
<!-- $$$QGeoCircle-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QGeoCircle class defines a circular geographic area.</p>
<p>The circle is defined in terms of a <a href="qgeocoordinate.html">QGeoCoordinate</a> which specifies the center of the circle and a qreal which specifies the radius of the circle in meters.</p>
<p>The circle is considered invalid if the center coordinate is invalid or if the radius is less than zero.</p>
</div>
<!-- @@@QGeoCircle -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QGeoCircle[overload1]$$$QGeoCircle -->
<h3 class="fn"><a name="QGeoCircle"></a>QGeoCircle::<span class="name">QGeoCircle</span>()</h3>
<p>Constructs a new, invalid geo circle.</p>
<!-- @@@QGeoCircle -->
<!-- $$$QGeoCircle$$$QGeoCircleconstQGeoCoordinate&qreal -->
<h3 class="fn"><a name="QGeoCircle-2"></a>QGeoCircle::<span class="name">QGeoCircle</span>(const <span class="type"><a href="qgeocoordinate.html">QGeoCoordinate</a></span> &amp;<i> center</i>, <span class="type">qreal</span><i> radius</i> = -1.0)</h3>
<p>Constructs a new geo circle centered at <i>center</i> and with a radius of <i>radius</i> meters.</p>
<!-- @@@QGeoCircle -->
<!-- $$$QGeoCircle$$$QGeoCircleconstQGeoCircle& -->
<h3 class="fn"><a name="QGeoCircle-3"></a>QGeoCircle::<span class="name">QGeoCircle</span>(const <span class="type">QGeoCircle</span> &amp;<i> other</i>)</h3>
<p>Constructs a new geo circle from the contents of <i>other</i>.</p>
<!-- @@@QGeoCircle -->
<!-- $$$QGeoCircle$$$QGeoCircleconstQGeoShape& -->
<h3 class="fn"><a name="QGeoCircle-4"></a>QGeoCircle::<span class="name">QGeoCircle</span>(const <span class="type"><a href="qgeoshape.html">QGeoShape</a></span> &amp;<i> other</i>)</h3>
<p>Constructs a new geo circle from the contents of <i>other</i>.</p>
<!-- @@@QGeoCircle -->
<!-- $$$~QGeoCircle[overload1]$$$~QGeoCircle -->
<h3 class="fn"><a name="dtor.QGeoCircle"></a>QGeoCircle::<span class="name">~QGeoCircle</span>()</h3>
<p>Destroys this geo circle.</p>
<!-- @@@~QGeoCircle -->
<!-- $$$center[overload1]$$$center -->
<h3 class="fn"><a name="center"></a><span class="type"><a href="qgeocoordinate.html">QGeoCoordinate</a></span> QGeoCircle::<span class="name">center</span>() const</h3>
<p>Returns the center coordinate of this geo circle.</p>
<p><b>See also </b><a href="qgeocircle.html#setCenter">setCenter</a>().</p>
<!-- @@@center -->
<!-- $$$radius[overload1]$$$radius -->
<h3 class="fn"><a name="radius"></a><span class="type">qreal</span> QGeoCircle::<span class="name">radius</span>() const</h3>
<p>Returns the radius in meters of this geo circle.</p>
<p><b>See also </b><a href="qgeocircle.html#setRadius">setRadius</a>().</p>
<!-- @@@radius -->
<!-- $$$setCenter[overload1]$$$setCenterconstQGeoCoordinate& -->
<h3 class="fn"><a name="setCenter"></a><span class="type">void</span> QGeoCircle::<span class="name">setCenter</span>(const <span class="type"><a href="qgeocoordinate.html">QGeoCoordinate</a></span> &amp;<i> center</i>)</h3>
<p>Sets the center coordinate of this geo circle to <i>center</i>.</p>
<p><b>See also </b><a href="qgeocircle.html#center">center</a>().</p>
<!-- @@@setCenter -->
<!-- $$$setRadius[overload1]$$$setRadiusqreal -->
<h3 class="fn"><a name="setRadius"></a><span class="type">void</span> QGeoCircle::<span class="name">setRadius</span>(<span class="type">qreal</span><i> radius</i>)</h3>
<p>Sets the radius in meters of this geo circle to <i>radius</i>.</p>
<p><b>See also </b><a href="qgeocircle.html#radius">radius</a>().</p>
<!-- @@@setRadius -->
<!-- $$$translate[overload1]$$$translatedoubledouble -->
<h3 class="fn"><a name="translate"></a><span class="type">void</span> QGeoCircle::<span class="name">translate</span>(<span class="type">double</span><i> degreesLatitude</i>, <span class="type">double</span><i> degreesLongitude</i>)</h3>
<p>Translates this geo circle by <i>degreesLatitude</i> northwards and <i>degreesLongitude</i> eastwards.</p>
<p>Negative values of <i>degreesLatitude</i> and <i>degreesLongitude</i> correspond to southward and westward translation respectively.</p>
<!-- @@@translate -->
<!-- $$$translated[overload1]$$$translateddoubledouble -->
<h3 class="fn"><a name="translated"></a><span class="type">QGeoCircle</span> QGeoCircle::<span class="name">translated</span>(<span class="type">double</span><i> degreesLatitude</i>, <span class="type">double</span><i> degreesLongitude</i>) const</h3>
<p>Returns a copy of this geo circle translated by <i>degreesLatitude</i> northwards and <i>degreesLongitude</i> eastwards.</p>
<p>Negative values of <i>degreesLatitude</i> and <i>degreesLongitude</i> correspond to southward and westward translation respectively.</p>
<p><b>See also </b><a href="qgeocircle.html#translate">translate</a>().</p>
<!-- @@@translated -->
<!-- $$$operator!=[overload1]$$$operator!=constQGeoShape& -->
<h3 class="fn"><a name="operator-not-eq"></a><span class="type">bool</span> QGeoCircle::<span class="name">operator!=</span>(const <span class="type"><a href="qgeoshape.html">QGeoShape</a></span> &amp;<i> other</i>) const</h3>
<p>Returns true if <i>other</i> is not equal to this geo circle; otherwise returns false.</p>
<!-- @@@operator!= -->
<!-- $$$operator!=$$$operator!=constQGeoCircle& -->
<h3 class="fn"><a name="operator-not-eq-2"></a><span class="type">bool</span> QGeoCircle::<span class="name">operator!=</span>(const <span class="type">QGeoCircle</span> &amp;<i> other</i>) const</h3>
<p>Returns whether this geo circle is not equal to <i>other</i>.</p>
<!-- @@@operator!= -->
<!-- $$$operator=[overload1]$$$operator=constQGeoCircle& -->
<h3 class="fn"><a name="operator-eq"></a><span class="type">QGeoCircle</span> &amp; QGeoCircle::<span class="name">operator=</span>(const <span class="type">QGeoCircle</span> &amp;<i> other</i>)</h3>
<p>Assigns <i>other</i> to this geo circle and returns a reference to this geo circle.</p>
<!-- @@@operator= -->
<!-- $$$operator==[overload1]$$$operator==constQGeoShape& -->
<h3 class="fn"><a name="operator-eq-eq"></a><span class="type">bool</span> QGeoCircle::<span class="name">operator==</span>(const <span class="type"><a href="qgeoshape.html">QGeoShape</a></span> &amp;<i> other</i>) const</h3>
<p>Returns true if <i>other</i> is equal to this geo circle; otherwise returns false.</p>
<!-- @@@operator== -->
<!-- $$$operator==$$$operator==constQGeoCircle& -->
<h3 class="fn"><a name="operator-eq-eq-2"></a><span class="type">bool</span> QGeoCircle::<span class="name">operator==</span>(const <span class="type">QGeoCircle</span> &amp;<i> other</i>) const</h3>
<p>Returns whether this geo circle is equal to <i>other</i>.</p>
<!-- @@@operator== -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2014 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>