This file is indexed.

/usr/share/qt5/doc/qtcharts/qboxplotseries.html is in qtcharts5-doc-html 5.9.5-0ubuntu1.

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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qboxplotseries.cpp -->
  <title>QBoxPlotSeries Class | Qt Charts 5.9</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.9</td><td ><a href="qtcharts-index.html">Qt Charts</a></td><td ><a href="qt-charts-module.html">C++ Classes</a></td><td >QBoxPlotSeries</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.5 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="#properties">Properties</a></li>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#reimplemented-public-functions">Reimplemented Public Functions</a></li>
<li class="level1"><a href="#signals">Signals</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">QBoxPlotSeries Class</h1>
<!-- $$$QBoxPlotSeries-brief -->
<p>The <a href="qboxplotseries.html">QBoxPlotSeries</a> class presents data in box-and-whiskers charts. <a href="#details">More...</a></p>
<!-- @@@QBoxPlotSeries -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QBoxPlotSeries&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Instantiated By:</td><td class="memItemRight bottomAlign"> <a href="qml-qtcharts-boxplotseries.html">BoxPlotSeries</a></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <a href="qabstractseries.html">QAbstractSeries</a></td></tr></table></div><ul>
<li><a href="qboxplotseries-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<div class="table"><table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn"><b><a href="qboxplotseries.html#boxOutlineVisible-prop">boxOutlineVisible</a></b> : bool</li>
<li class="fn"><b><a href="qboxplotseries.html#boxWidth-prop">boxWidth</a></b> : qreal</li>
<li class="fn"><b><a href="qboxplotseries.html#brush-prop">brush</a></b> : QBrush</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><b><a href="qboxplotseries.html#count-prop">count</a></b> : const int</li>
<li class="fn"><b><a href="qboxplotseries.html#pen-prop">pen</a></b> : QPen</li>
</ul>
</td></tr>
</table></div>
<ul>
<li class="fn">5 properties inherited from <a href="qabstractseries.html#properties">QAbstractSeries</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="qboxplotseries.html#QBoxPlotSeries">QBoxPlotSeries</a></b>(QObject *<i>parent</i> = Q_NULLPTR)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#dtor.QBoxPlotSeries">~QBoxPlotSeries</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#append">append</a></b>(QBoxSet *<i>set</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#append-1">append</a></b>(QList&lt;QBoxSet *&gt; <i>sets</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxOutlineVisible-prop">boxOutlineVisible</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QList&lt;QBoxSet *&gt; </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxSets">boxSets</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxWidth-prop">boxWidth</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QBrush </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#brush-prop">brush</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#clear">clear</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#count">count</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#insert">insert</a></b>(int <i>index</i>, QBoxSet *<i>set</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPen </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#pen-prop">pen</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#remove">remove</a></b>(QBoxSet *<i>set</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxOutlineVisible-prop">setBoxOutlineVisible</a></b>(bool <i>visible</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxWidth-prop">setBoxWidth</a></b>(qreal <i>width</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#brush-prop">setBrush</a></b>(const QBrush &amp;<i>brush</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#pen-prop">setPen</a></b>(const QPen &amp;<i>pen</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#take">take</a></b>(QBoxSet *<i>set</i>)</td></tr>
</table></div>
<a name="reimplemented-public-functions"></a>
<h2 id="reimplemented-public-functions">Reimplemented Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> virtual QAbstractSeries::SeriesType </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#type">type</a></b>() const</td></tr>
</table></div>
<ul>
<li class="fn">15 public functions inherited from <a href="qabstractseries.html#public-functions">QAbstractSeries</a></li>
</ul>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxOutlineVisibilityChanged">boxOutlineVisibilityChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxWidthChanged">boxWidthChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxsetsAdded">boxsetsAdded</a></b>(QList&lt;QBoxSet *&gt; <i>sets</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#boxsetsRemoved">boxsetsRemoved</a></b>(QList&lt;QBoxSet *&gt; <i>sets</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#brushChanged">brushChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#clicked">clicked</a></b>(QBoxSet *<i>boxset</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#countChanged">countChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#doubleClicked">doubleClicked</a></b>(QBoxSet *<i>boxset</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#hovered">hovered</a></b>(bool <i>status</i>, QBoxSet *<i>boxset</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#penChanged">penChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#pressed">pressed</a></b>(QBoxSet *<i>boxset</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qboxplotseries.html#released">released</a></b>(QBoxSet *<i>boxset</i>)</td></tr>
</table></div>
<ul>
<li class="fn">4 signals inherited from <a href="qabstractseries.html#signals">QAbstractSeries</a></li>
</ul>
<a name="details"></a>
<!-- $$$QBoxPlotSeries-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qboxplotseries.html">QBoxPlotSeries</a> class presents data in box-and-whiskers charts.</p>
<p>A box plot series acts as a container for box-and-whiskers items. Items from multiple series are grouped into categories according to their index value.</p>
<p>The <a href="qbarcategoryaxis.html">QBarCategoryAxis</a> class is used to add the categories to the chart's axis. Category labels have to be unique. If the same category label is defined for several box-and-whiskers items, only the first one is drawn.</p>
<p>See the <a href="qtcharts-boxplotchart-example.html">box-and-whiskers chart example</a> to learn how to create a box-and-whiskers chart.</p>
<p class="centerAlign"><img src="images/examples_boxplotchart.png" alt="" /></p></div>
<p><b>See also </b><a href="qboxset.html">QBoxSet</a> and <a href="qbarcategoryaxis.html">QBarCategoryAxis</a>.</p>
<!-- @@@QBoxPlotSeries -->
<div class="prop">
<h2>Property Documentation</h2>
<!-- $$$boxOutlineVisible-prop$$$boxOutlineVisible$$$setBoxOutlineVisiblebool$$$boxOutlineVisibilityChanged -->
<h3 class="fn" id="boxOutlineVisible-prop"><a name="boxOutlineVisible-prop"></a><span class="name">boxOutlineVisible</span> : <span class="type">bool</span></h3>
<p>This property holds the visibility of the box outline.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> bool </td><td class="memItemRight bottomAlign"><span class="name"><b>boxOutlineVisible</b></span>()</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setBoxOutlineVisible</b></span>(bool <i>visible</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b><a href="qboxplotseries.html#boxOutlineVisibilityChanged">boxOutlineVisibilityChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@boxOutlineVisible -->
<!-- $$$boxWidth-prop$$$boxWidth$$$setBoxWidthqreal$$$boxWidthChanged -->
<h3 class="fn" id="boxWidth-prop"><a name="boxWidth-prop"></a><span class="name">boxWidth</span> : <span class="type">qreal</span></h3>
<p>This property holds the width of the box-and-whiskers item. The value indicates the relative width of the item within its category. The value can be between 0.0 and 1.0&#x2e; Negative values are replaced with 0.0 and values greater than 1.0 are replaced with 1.0&#x2e;</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> qreal </td><td class="memItemRight bottomAlign"><span class="name"><b>boxWidth</b></span>()</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setBoxWidth</b></span>(qreal <i>width</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b><a href="qboxplotseries.html#boxWidthChanged">boxWidthChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@boxWidth -->
<!-- $$$brush-prop$$$brush$$$setBrushconstQBrush&$$$brushChanged -->
<h3 class="fn" id="brush-prop"><a name="brush-prop"></a><span class="name">brush</span> : <span class="type">QBrush</span></h3>
<p>This property holds the brush used to fill the boxes of the box-and-whiskers items.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QBrush </td><td class="memItemRight bottomAlign"><span class="name"><b>brush</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setBrush</b></span>(const QBrush &amp;<i>brush</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b><a href="qboxplotseries.html#brushChanged">brushChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@brush -->
<!-- $$$count-prop$$$count$$$countChanged -->
<h3 class="fn" id="count-prop"><a name="count-prop"></a><span class="name">count</span> : const <span class="type">int</span></h3>
<p>This property holds the number of box-and-whiskers items in a box plot series.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> int </td><td class="memItemRight bottomAlign"><span class="name"><b><a href="qboxplotseries.html#count">count</a></b></span>() const</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b><a href="qboxplotseries.html#countChanged">countChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@count -->
<!-- $$$pen-prop$$$pen$$$setPenconstQPen&$$$penChanged -->
<h3 class="fn" id="pen-prop"><a name="pen-prop"></a><span class="name">pen</span> : <span class="type">QPen</span></h3>
<p>This property holds the pen used to draw the lines of the box-and-whiskers items.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> QPen </td><td class="memItemRight bottomAlign"><span class="name"><b>pen</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setPen</b></span>(const QPen &amp;<i>pen</i>)</td></tr>
</table></div>
<p><b>Notifier signal:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b><a href="qboxplotseries.html#penChanged">penChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@pen -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QBoxPlotSeries[overload1]$$$QBoxPlotSeriesQObject* -->
<h3 class="fn" id="QBoxPlotSeries"><a name="QBoxPlotSeries"></a>QBoxPlotSeries::<span class="name">QBoxPlotSeries</span>(<span class="type">QObject</span> *<i>parent</i> = Q_NULLPTR)</h3>
<p>Constructs an empty box plot series that is a QObject and a child of <i>parent</i>.</p>
<!-- @@@QBoxPlotSeries -->
<!-- $$$~QBoxPlotSeries[overload1]$$$~QBoxPlotSeries -->
<h3 class="fn" id="dtor.QBoxPlotSeries"><a name="dtor.QBoxPlotSeries"></a>QBoxPlotSeries::<span class="name">~QBoxPlotSeries</span>()</h3>
<p>Removes the series from the chart.</p>
<!-- @@@~QBoxPlotSeries -->
<!-- $$$append[overload1]$$$appendQBoxSet* -->
<h3 class="fn" id="append"><a name="append"></a><span class="type">bool</span> QBoxPlotSeries::<span class="name">append</span>(<span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>set</i>)</h3>
<p>Adds a single box-and-whiskers item specified by <i>set</i> to the series and takes ownership of it. If the item is null or it already belongs to the series, it will not be appended. Returns <code>true</code> if appending succeeded.</p>
<!-- @@@append -->
<!-- $$$append$$$appendQList<QBoxSet*> -->
<h3 class="fn" id="append-1"><a name="append-1"></a><span class="type">bool</span> QBoxPlotSeries::<span class="name">append</span>(<span class="type">QList</span>&lt;<span class="type"><a href="qboxset.html">QBoxSet</a></span> *&gt; <i>sets</i>)</h3>
<p>Adds a list of box-and-whiskers items specified by <i>sets</i> to the series and takes ownership of them. If the list is null or the items already belong to the series, it will not be appended. Returns <code>true</code> if appending succeeded.</p>
<!-- @@@append -->
<!-- $$$boxOutlineVisibilityChanged -->
<h3 class="fn" id="boxOutlineVisibilityChanged"><a name="boxOutlineVisibilityChanged"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">boxOutlineVisibilityChanged</span>()</h3>
<p>This signal is emitted when the box outline visibility changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qboxplotseries.html#boxOutlineVisible-prop">boxOutlineVisible</a>. </p><!-- @@@boxOutlineVisibilityChanged -->
<!-- $$$boxSets[overload1]$$$boxSets -->
<h3 class="fn" id="boxSets"><a name="boxSets"></a><span class="type">QList</span>&lt;<span class="type"><a href="qboxset.html">QBoxSet</a></span> *&gt; QBoxPlotSeries::<span class="name">boxSets</span>() const</h3>
<p>Returns a list of box-and-whiskers items in a box plot series. Keeps the ownership of the items.</p>
<!-- @@@boxSets -->
<!-- $$$boxWidthChanged -->
<h3 class="fn" id="boxWidthChanged"><a name="boxWidthChanged"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">boxWidthChanged</span>()</h3>
<p>This signal is emitted when the width of the box-and-whiskers item changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qboxplotseries.html#boxWidth-prop">boxWidth</a>. </p><!-- @@@boxWidthChanged -->
<!-- $$$boxsetsAdded[overload1]$$$boxsetsAddedQList<QBoxSet*> -->
<h3 class="fn" id="boxsetsAdded"><a name="boxsetsAdded"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">boxsetsAdded</span>(<span class="type">QList</span>&lt;<span class="type"><a href="qboxset.html">QBoxSet</a></span> *&gt; <i>sets</i>)</h3>
<p>This signal is emitted when the list of box-and-whiskers items specified by <i>sets</i> is added to the series.</p>
<!-- @@@boxsetsAdded -->
<!-- $$$boxsetsRemoved[overload1]$$$boxsetsRemovedQList<QBoxSet*> -->
<h3 class="fn" id="boxsetsRemoved"><a name="boxsetsRemoved"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">boxsetsRemoved</span>(<span class="type">QList</span>&lt;<span class="type"><a href="qboxset.html">QBoxSet</a></span> *&gt; <i>sets</i>)</h3>
<p>This signal is emitted when the list of box-and-whiskers items specified by <i>sets</i> is removed from the series.</p>
<!-- @@@boxsetsRemoved -->
<!-- $$$brushChanged -->
<h3 class="fn" id="brushChanged"><a name="brushChanged"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">brushChanged</span>()</h3>
<p>This signal is emitted when the brush used to fill the boxes of the box-and-whiskers items changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qboxplotseries.html#brush-prop">brush</a>. </p><!-- @@@brushChanged -->
<!-- $$$clear[overload1]$$$clear -->
<h3 class="fn" id="clear"><a name="clear"></a><span class="type">void</span> QBoxPlotSeries::<span class="name">clear</span>()</h3>
<p>Removes all box-and-whiskers items from the series and permanently deletes them.</p>
<!-- @@@clear -->
<!-- $$$clicked[overload1]$$$clickedQBoxSet* -->
<h3 class="fn" id="clicked"><a name="clicked"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">clicked</span>(<span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>boxset</i>)</h3>
<p>This signal is emitted when the user clicks the box-and-whiskers item specified by <i>boxset</i> in the chart.</p>
<!-- @@@clicked -->
<!-- $$$count -->
<h3 class="fn" id="count"><a name="count"></a><span class="type">int</span> QBoxPlotSeries::<span class="name">count</span>() const</h3>
<p>Returns the number of box-and-whiskers items in a box plot series.</p>
<p><b>Note:</b> Getter function for property <a href="qboxplotseries.html#count-prop">count</a>. </p><!-- @@@count -->
<!-- $$$countChanged -->
<h3 class="fn" id="countChanged"><a name="countChanged"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">countChanged</span>()</h3>
<p>This signal is emitted when the number of box-and-whiskers items in the series changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qboxplotseries.html#count-prop">count</a>. </p><!-- @@@countChanged -->
<!-- $$$doubleClicked[overload1]$$$doubleClickedQBoxSet* -->
<h3 class="fn" id="doubleClicked"><a name="doubleClicked"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">doubleClicked</span>(<span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>boxset</i>)</h3>
<p>This signal is emitted when the user double-clicks the box-and-whiskers item specified by <i>boxset</i> in the chart.</p>
<!-- @@@doubleClicked -->
<!-- $$$hovered[overload1]$$$hoveredboolQBoxSet* -->
<h3 class="fn" id="hovered"><a name="hovered"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">hovered</span>(<span class="type">bool</span> <i>status</i>, <span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>boxset</i>)</h3>
<p>This signal is emitted when a mouse is hovered over the box-and-whiskers item specified by <i>boxset</i> in the chart. When the mouse moves over the item, <i>status</i> turns <code>true</code>, and when the mouse moves away again, it turns <code>false</code>.</p>
<!-- @@@hovered -->
<!-- $$$insert[overload1]$$$insertintQBoxSet* -->
<h3 class="fn" id="insert"><a name="insert"></a><span class="type">bool</span> QBoxPlotSeries::<span class="name">insert</span>(<span class="type">int</span> <i>index</i>, <span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>set</i>)</h3>
<p>Inserts a box-and-whiskers item specified by <i>set</i> to a series at the position specified by <i>index</i> and takes ownership of the item. If the item is null or already belongs to the series, it will not be appended. Returns <code>true</code> if inserting succeeds.</p>
<!-- @@@insert -->
<!-- $$$penChanged -->
<h3 class="fn" id="penChanged"><a name="penChanged"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">penChanged</span>()</h3>
<p>This signal is emitted when the pen used to draw the lines of the box-and-whiskers items changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qboxplotseries.html#pen-prop">pen</a>. </p><!-- @@@penChanged -->
<!-- $$$pressed[overload1]$$$pressedQBoxSet* -->
<h3 class="fn" id="pressed"><a name="pressed"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">pressed</span>(<span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>boxset</i>)</h3>
<p>This signal is emitted when the user clicks the box-and-whiskers item specified by <i>boxset</i> in the chart and holds down the mouse button.</p>
<!-- @@@pressed -->
<!-- $$$released[overload1]$$$releasedQBoxSet* -->
<h3 class="fn" id="released"><a name="released"></a><code>[signal] </code><span class="type">void</span> QBoxPlotSeries::<span class="name">released</span>(<span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>boxset</i>)</h3>
<p>This signal is emitted when the user releases the mouse press on the box-and-whiskers item specified by <i>boxset</i> in the chart.</p>
<!-- @@@released -->
<!-- $$$remove[overload1]$$$removeQBoxSet* -->
<h3 class="fn" id="remove"><a name="remove"></a><span class="type">bool</span> QBoxPlotSeries::<span class="name">remove</span>(<span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>set</i>)</h3>
<p>Removes the box-and-whiskers item specified by <i>set</i> from the series and permanently deletes it if the removal succeeds. Returns <code>true</code> if the item was removed.</p>
<!-- @@@remove -->
<!-- $$$take[overload1]$$$takeQBoxSet* -->
<h3 class="fn" id="take"><a name="take"></a><span class="type">bool</span> QBoxPlotSeries::<span class="name">take</span>(<span class="type"><a href="qboxset.html">QBoxSet</a></span> *<i>set</i>)</h3>
<p>Takes the box-and-whiskers item specified by <i>set</i> from the series. Does not delete the item.</p>
<p><b>Note: </b>The series remains the item's parent object. You must set the parent object to take full ownership.</p><p>Returns <code>true</code> if the take operation succeeds.</p>
<!-- @@@take -->
<!-- $$$type[overload1]$$$type -->
<h3 class="fn" id="type"><a name="type"></a><code>[virtual] </code><span class="type"><a href="qabstractseries.html#SeriesType-enum">QAbstractSeries::SeriesType</a></span> QBoxPlotSeries::<span class="name">type</span>() const</h3>
<p>Reimplemented from <a href="qabstractseries.html#type-prop">QAbstractSeries::type</a>().</p>
<p>Returns the type of the series.</p>
<p><b>See also </b><a href="qabstractseries.html">QAbstractSeries</a> and <a href="qabstractseries.html#SeriesType-enum">SeriesType</a>.</p>
<!-- @@@type -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</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>