/usr/share/qt5/doc/qtcharts/qvcandlestickmodelmapper.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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qvcandlestickmodelmapper.cpp -->
<title>QVCandlestickModelMapper 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 >QVCandlestickModelMapper</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">QVCandlestickModelMapper Class</h1>
<!-- $$$QVCandlestickModelMapper-brief -->
<p>The <a href="qvcandlestickmodelmapper.html">QVCandlestickModelMapper</a> class is a vertical model mapper for a candlestick series. <a href="#details">More...</a></p>
<!-- @@@QVCandlestickModelMapper -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <QVCandlestickModelMapper></span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign"> Qt 5.8</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Instantiated By:</td><td class="memItemRight bottomAlign"> <a href="qml-qtcharts-vcandlestickmodelmapper.html">VCandlestickModelMapper</a></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <a href="qcandlestickmodelmapper.html">QCandlestickModelMapper</a></td></tr></table></div><ul>
<li><a href="qvcandlestickmodelmapper-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="qvcandlestickmodelmapper.html#closeRow-prop">closeRow</a></b> : int</li>
<li class="fn"><b><a href="qvcandlestickmodelmapper.html#firstSetColumn-prop">firstSetColumn</a></b> : int</li>
<li class="fn"><b><a href="qvcandlestickmodelmapper.html#highRow-prop">highRow</a></b> : int</li>
<li class="fn"><b><a href="qvcandlestickmodelmapper.html#lastSetColumn-prop">lastSetColumn</a></b> : int</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><b><a href="qvcandlestickmodelmapper.html#lowRow-prop">lowRow</a></b> : int</li>
<li class="fn"><b><a href="qvcandlestickmodelmapper.html#openRow-prop">openRow</a></b> : int</li>
<li class="fn"><b><a href="qvcandlestickmodelmapper.html#timestampRow-prop">timestampRow</a></b> : int</li>
</ul>
</td></tr>
</table></div>
<ul>
<li class="fn">2 properties inherited from <a href="qcandlestickmodelmapper.html#properties">QCandlestickModelMapper</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="qvcandlestickmodelmapper.html#QVCandlestickModelMapper">QVCandlestickModelMapper</a></b>(QObject *<i>parent</i> = nullptr)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#closeRow-prop">closeRow</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#firstSetColumn-prop">firstSetColumn</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#highRow-prop">highRow</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#lastSetColumn-prop">lastSetColumn</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#lowRow-prop">lowRow</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#openRow-prop">openRow</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#closeRow-prop">setCloseRow</a></b>(int <i>closeRow</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#firstSetColumn-prop">setFirstSetColumn</a></b>(int <i>firstSetColumn</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#highRow-prop">setHighRow</a></b>(int <i>highRow</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#lastSetColumn-prop">setLastSetColumn</a></b>(int <i>lastSetColumn</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#lowRow-prop">setLowRow</a></b>(int <i>lowRow</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#openRow-prop">setOpenRow</a></b>(int <i>openRow</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#timestampRow-prop">setTimestampRow</a></b>(int <i>timestampRow</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#timestampRow-prop">timestampRow</a></b>() const</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 Qt::Orientation </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#orientation">orientation</a></b>() const</td></tr>
</table></div>
<ul>
<li class="fn">5 public functions inherited from <a href="qcandlestickmodelmapper.html#public-functions">QCandlestickModelMapper</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="qvcandlestickmodelmapper.html#closeRowChanged">closeRowChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#firstSetColumnChanged">firstSetColumnChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#highRowChanged">highRowChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#lastSetColumnChanged">lastSetColumnChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#lowRowChanged">lowRowChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#openRowChanged">openRowChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qvcandlestickmodelmapper.html#timestampRowChanged">timestampRowChanged</a></b>()</td></tr>
</table></div>
<ul>
<li class="fn">2 signals inherited from <a href="qcandlestickmodelmapper.html#signals">QCandlestickModelMapper</a></li>
</ul>
<h3>Additional Inherited Members</h3>
<ul>
<li class="fn">14 protected functions inherited from <a href="qcandlestickmodelmapper.html#protected-functions">QCandlestickModelMapper</a></li>
</ul>
<a name="details"></a>
<!-- $$$QVCandlestickModelMapper-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qvcandlestickmodelmapper.html">QVCandlestickModelMapper</a> class is a vertical model mapper for a candlestick series.</p>
<p>Model mappers enable using a data model derived from the QAbstractItemModel class as a data source for a chart. A vertical model mapper is used to create a connection between a data model and <a href="qcandlestickseries.html">QCandlestickSeries</a>, so that each column in the data model defines a candlestick item and each row maps to the open, high, low, close, and timestamp values of the candlestick item.</p>
<p>Both model and candlestick series properties can be used to manipulate the data. The model mapper keeps the candlestick series and the data model in sync.</p>
<p>The model mapper ensures that all the candlestick items in the candlestick series have equal sizes. Therefore, adding or removing a value from a candlestick item causes the same change to be made in all the candlestick items in the candlestick series.</p>
</div>
<p><b>See also </b><a href="qcandlestickseries.html">QCandlestickSeries</a>, <a href="qcandlestickset.html">QCandlestickSet</a>, and <a href="qhcandlestickmodelmapper.html">QHCandlestickModelMapper</a>.</p>
<!-- @@@QVCandlestickModelMapper -->
<div class="prop">
<h2>Property Documentation</h2>
<!-- $$$closeRow-prop$$$closeRow$$$setCloseRowint$$$closeRowChanged -->
<h3 class="fn" id="closeRow-prop"><a name="closeRow-prop"></a><span class="name">closeRow</span> : <span class="type">int</span></h3>
<p>This property holds the row of the model that contains the close values of the candlestick items in the series.</p>
<p>The default value is -1 (invalid mapping).</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>closeRow</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setCloseRow</b></span>(int <i>closeRow</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="qvcandlestickmodelmapper.html#closeRowChanged">closeRowChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@closeRow -->
<!-- $$$firstSetColumn-prop$$$firstSetColumn$$$setFirstSetColumnint$$$firstSetColumnChanged -->
<h3 class="fn" id="firstSetColumn-prop"><a name="firstSetColumn-prop"></a><span class="name">firstSetColumn</span> : <span class="type">int</span></h3>
<p>This property holds the column of the model that is used as the data source for the first item.</p>
<p>The default value is -1 (invalid mapping).</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>firstSetColumn</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setFirstSetColumn</b></span>(int <i>firstSetColumn</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="qvcandlestickmodelmapper.html#firstSetColumnChanged">firstSetColumnChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@firstSetColumn -->
<!-- $$$highRow-prop$$$highRow$$$setHighRowint$$$highRowChanged -->
<h3 class="fn" id="highRow-prop"><a name="highRow-prop"></a><span class="name">highRow</span> : <span class="type">int</span></h3>
<p>This property holds the row of the model that contains the high values of the candlestick items in the series.</p>
<p>The default value is -1 (invalid mapping).</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>highRow</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setHighRow</b></span>(int <i>highRow</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="qvcandlestickmodelmapper.html#highRowChanged">highRowChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@highRow -->
<!-- $$$lastSetColumn-prop$$$lastSetColumn$$$setLastSetColumnint$$$lastSetColumnChanged -->
<h3 class="fn" id="lastSetColumn-prop"><a name="lastSetColumn-prop"></a><span class="name">lastSetColumn</span> : <span class="type">int</span></h3>
<p>This property holds the column of the model that is used as the data source for the last item.</p>
<p>The default value is -1 (invalid mapping).</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>lastSetColumn</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setLastSetColumn</b></span>(int <i>lastSetColumn</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="qvcandlestickmodelmapper.html#lastSetColumnChanged">lastSetColumnChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@lastSetColumn -->
<!-- $$$lowRow-prop$$$lowRow$$$setLowRowint$$$lowRowChanged -->
<h3 class="fn" id="lowRow-prop"><a name="lowRow-prop"></a><span class="name">lowRow</span> : <span class="type">int</span></h3>
<p>This property holds the row of the model that contains the low values of the candlestick items in the series.</p>
<p>The default value is -1 (invalid mapping).</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>lowRow</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setLowRow</b></span>(int <i>lowRow</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="qvcandlestickmodelmapper.html#lowRowChanged">lowRowChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@lowRow -->
<!-- $$$openRow-prop$$$openRow$$$setOpenRowint$$$openRowChanged -->
<h3 class="fn" id="openRow-prop"><a name="openRow-prop"></a><span class="name">openRow</span> : <span class="type">int</span></h3>
<p>This property holds the row of the model that contains the open values of the candlestick items in the series.</p>
<p>The default value is -1 (invalid mapping).</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>openRow</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setOpenRow</b></span>(int <i>openRow</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="qvcandlestickmodelmapper.html#openRowChanged">openRowChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@openRow -->
<!-- $$$timestampRow-prop$$$timestampRow$$$setTimestampRowint$$$timestampRowChanged -->
<h3 class="fn" id="timestampRow-prop"><a name="timestampRow-prop"></a><span class="name">timestampRow</span> : <span class="type">int</span></h3>
<p>This property holds the row of the model that contains the timestamp values of the candlestick items in the series.</p>
<p>The default value is -1 (invalid mapping).</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>timestampRow</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setTimestampRow</b></span>(int <i>timestampRow</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="qvcandlestickmodelmapper.html#timestampRowChanged">timestampRowChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@timestampRow -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QVCandlestickModelMapper[overload1]$$$QVCandlestickModelMapperQObject* -->
<h3 class="fn" id="QVCandlestickModelMapper"><a name="QVCandlestickModelMapper"></a>QVCandlestickModelMapper::<span class="name">QVCandlestickModelMapper</span>(<span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Constructs a vertical model mapper object which is a child of <i>parent</i>.</p>
<!-- @@@QVCandlestickModelMapper -->
<!-- $$$closeRowChanged -->
<h3 class="fn" id="closeRowChanged"><a name="closeRowChanged"></a><code>[signal] </code><span class="type">void</span> QVCandlestickModelMapper::<span class="name">closeRowChanged</span>()</h3>
<p>Emitted when the row of the model that contains close values is changed.</p>
<p><b>Note:</b> Notifier signal for property <a href="qvcandlestickmodelmapper.html#closeRow-prop">closeRow</a>. </p><p><b>See also </b><a href="qvcandlestickmodelmapper.html#closeRow-prop">closeRow</a>.</p>
<!-- @@@closeRowChanged -->
<!-- $$$firstSetColumnChanged -->
<h3 class="fn" id="firstSetColumnChanged"><a name="firstSetColumnChanged"></a><code>[signal] </code><span class="type">void</span> QVCandlestickModelMapper::<span class="name">firstSetColumnChanged</span>()</h3>
<p>Emitted when the column of the model that contains the data of the first item is changed.</p>
<p><b>Note:</b> Notifier signal for property <a href="qvcandlestickmodelmapper.html#firstSetColumn-prop">firstSetColumn</a>. </p><p><b>See also </b><a href="qvcandlestickmodelmapper.html#firstSetColumn-prop">firstSetColumn</a>.</p>
<!-- @@@firstSetColumnChanged -->
<!-- $$$highRowChanged -->
<h3 class="fn" id="highRowChanged"><a name="highRowChanged"></a><code>[signal] </code><span class="type">void</span> QVCandlestickModelMapper::<span class="name">highRowChanged</span>()</h3>
<p>Emitted when the row of the model that contains high values is changed.</p>
<p><b>Note:</b> Notifier signal for property <a href="qvcandlestickmodelmapper.html#highRow-prop">highRow</a>. </p><p><b>See also </b><a href="qvcandlestickmodelmapper.html#highRow-prop">highRow</a>.</p>
<!-- @@@highRowChanged -->
<!-- $$$lastSetColumnChanged -->
<h3 class="fn" id="lastSetColumnChanged"><a name="lastSetColumnChanged"></a><code>[signal] </code><span class="type">void</span> QVCandlestickModelMapper::<span class="name">lastSetColumnChanged</span>()</h3>
<p>Emitted when the column of the model that contains the data of the last item is changed.</p>
<p><b>Note:</b> Notifier signal for property <a href="qvcandlestickmodelmapper.html#lastSetColumn-prop">lastSetColumn</a>. </p><p><b>See also </b><a href="qvcandlestickmodelmapper.html#lastSetColumn-prop">lastSetColumn</a>.</p>
<!-- @@@lastSetColumnChanged -->
<!-- $$$lowRowChanged -->
<h3 class="fn" id="lowRowChanged"><a name="lowRowChanged"></a><code>[signal] </code><span class="type">void</span> QVCandlestickModelMapper::<span class="name">lowRowChanged</span>()</h3>
<p>Emitted when the row of the model that contains low values is changed.</p>
<p><b>Note:</b> Notifier signal for property <a href="qvcandlestickmodelmapper.html#lowRow-prop">lowRow</a>. </p><p><b>See also </b><a href="qvcandlestickmodelmapper.html#lowRow-prop">lowRow</a>.</p>
<!-- @@@lowRowChanged -->
<!-- $$$openRowChanged -->
<h3 class="fn" id="openRowChanged"><a name="openRowChanged"></a><code>[signal] </code><span class="type">void</span> QVCandlestickModelMapper::<span class="name">openRowChanged</span>()</h3>
<p>Emitted when the row of the model that contains open values is changed.</p>
<p><b>Note:</b> Notifier signal for property <a href="qvcandlestickmodelmapper.html#openRow-prop">openRow</a>. </p><p><b>See also </b><a href="qvcandlestickmodelmapper.html#openRow-prop">openRow</a>.</p>
<!-- @@@openRowChanged -->
<!-- $$$orientation[overload1]$$$orientation -->
<h3 class="fn" id="orientation"><a name="orientation"></a><code>[virtual] </code><span class="type">Qt::Orientation</span> QVCandlestickModelMapper::<span class="name">orientation</span>() const</h3>
<p>Reimplemented from <a href="qcandlestickmodelmapper.html#orientation">QCandlestickModelMapper::orientation</a>().</p>
<p>Returns Qt::Vertical. This means that values of the item are read from columns.</p>
<!-- @@@orientation -->
<!-- $$$timestampRowChanged -->
<h3 class="fn" id="timestampRowChanged"><a name="timestampRowChanged"></a><code>[signal] </code><span class="type">void</span> QVCandlestickModelMapper::<span class="name">timestampRowChanged</span>()</h3>
<p>Emitted when the row of the model that contains timestamp values is changed.</p>
<p><b>Note:</b> Notifier signal for property <a href="qvcandlestickmodelmapper.html#timestampRow-prop">timestampRow</a>. </p><p><b>See also </b><a href="qvcandlestickmodelmapper.html#timestampRow-prop">timestampRow</a>.</p>
<!-- @@@timestampRowChanged -->
</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>
|