Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 19952c5e751bf7e3108c3c59625b0f35 > files > 122

qtcharts5-doc-5.9.4-1.mga6.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qcandlestickset.cpp -->
  <title>QCandlestickSet 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 >QCandlestickSet</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.4 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="#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">QCandlestickSet Class</h1>
<!-- $$$QCandlestickSet-brief -->
<p>The <a href="qcandlestickset.html">QCandlestickSet</a> class represents a single candlestick item in a candlestick chart. <a href="#details">More...</a></p>
<!-- @@@QCandlestickSet -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QCandlestickSet&gt;</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-candlestickset.html">CandlestickSet</a></td></tr></table></div><ul>
<li><a href="qcandlestickset-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="qcandlestickset.html#brush-prop">brush</a></b> : QBrush</li>
<li class="fn"><b><a href="qcandlestickset.html#close-prop">close</a></b> : qreal</li>
<li class="fn"><b><a href="qcandlestickset.html#high-prop">high</a></b> : qreal</li>
<li class="fn"><b><a href="qcandlestickset.html#low-prop">low</a></b> : qreal</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><b><a href="qcandlestickset.html#open-prop">open</a></b> : qreal</li>
<li class="fn"><b><a href="qcandlestickset.html#pen-prop">pen</a></b> : QPen</li>
<li class="fn"><b><a href="qcandlestickset.html#timestamp-prop">timestamp</a></b> : qreal</li>
</ul>
</td></tr>
</table></div>
<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="qcandlestickset.html#QCandlestickSet">QCandlestickSet</a></b>(qreal <i>timestamp</i> = 0.0, QObject *<i>parent</i> = nullptr)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#QCandlestickSet-1">QCandlestickSet</a></b>(qreal <i>open</i>, qreal <i>high</i>, qreal <i>low</i>, qreal <i>close</i>, qreal <i>timestamp</i> = 0.0, QObject *<i>parent</i> = nullptr)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#dtor.QCandlestickSet">~QCandlestickSet</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QBrush </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#brush-prop">brush</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#close-prop">close</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#high-prop">high</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#low-prop">low</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#open-prop">open</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPen </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#pen-prop">pen</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.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="qcandlestickset.html#close-prop">setClose</a></b>(qreal <i>close</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#high-prop">setHigh</a></b>(qreal <i>high</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#low-prop">setLow</a></b>(qreal <i>low</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#open-prop">setOpen</a></b>(qreal <i>open</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#pen-prop">setPen</a></b>(const QPen &amp;<i>pen</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#timestamp-prop">setTimestamp</a></b>(qreal <i>timestamp</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#timestamp-prop">timestamp</a></b>() const</td></tr>
</table></div>
<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="qcandlestickset.html#brushChanged">brushChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#clicked">clicked</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#closeChanged">closeChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#doubleClicked">doubleClicked</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#highChanged">highChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#hovered">hovered</a></b>(bool <i>status</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#lowChanged">lowChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#openChanged">openChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#penChanged">penChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#pressed">pressed</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#released">released</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcandlestickset.html#timestampChanged">timestampChanged</a></b>()</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QCandlestickSet-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qcandlestickset.html">QCandlestickSet</a> class represents a single candlestick item in a candlestick chart.</p>
<p>Five values are needed to create a graphical representation of a candlestick item: <i>open</i>, <i>high</i>, <i>low</i>, <i>close</i>, and <i>timestamp</i>. These values can be either passed to a <a href="qcandlestickset.html">QCandlestickSet</a> constructor or set by using <a href="qcandlestickset.html#open-prop">setOpen</a>(), <a href="qcandlestickset.html#high-prop">setHigh</a>(), <a href="qcandlestickset.html#low-prop">setLow</a>(), <a href="qcandlestickset.html#close-prop">setClose</a>(), and <a href="qcandlestickset.html#timestamp-prop">setTimestamp</a>().</p>
</div>
<p><b>See also </b><a href="qcandlestickseries.html">QCandlestickSeries</a>.</p>
<!-- @@@QCandlestickSet -->
<div class="prop">
<h2>Property Documentation</h2>
<!-- $$$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 candlestick item.</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="qcandlestickset.html#brushChanged">brushChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@brush -->
<!-- $$$close-prop$$$close$$$setCloseqreal$$$closeChanged -->
<h3 class="fn" id="close-prop"><a name="close-prop"></a><span class="name">close</span> : <span class="type">qreal</span></h3>
<p>This property holds the close value of the candlestick item.</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>close</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setClose</b></span>(qreal <i>close</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="qcandlestickset.html#closeChanged">closeChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@close -->
<!-- $$$high-prop$$$high$$$setHighqreal$$$highChanged -->
<h3 class="fn" id="high-prop"><a name="high-prop"></a><span class="name">high</span> : <span class="type">qreal</span></h3>
<p>This property holds the high value of the candlestick item.</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>high</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setHigh</b></span>(qreal <i>high</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="qcandlestickset.html#highChanged">highChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@high -->
<!-- $$$low-prop$$$low$$$setLowqreal$$$lowChanged -->
<h3 class="fn" id="low-prop"><a name="low-prop"></a><span class="name">low</span> : <span class="type">qreal</span></h3>
<p>This property holds the low value of the candlestick item.</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>low</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setLow</b></span>(qreal <i>low</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="qcandlestickset.html#lowChanged">lowChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@low -->
<!-- $$$open-prop$$$open$$$setOpenqreal$$$openChanged -->
<h3 class="fn" id="open-prop"><a name="open-prop"></a><span class="name">open</span> : <span class="type">qreal</span></h3>
<p>This property holds the open value of the candlestick item.</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>open</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setOpen</b></span>(qreal <i>open</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="qcandlestickset.html#openChanged">openChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@open -->
<!-- $$$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 candlestick item.</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="qcandlestickset.html#penChanged">penChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@pen -->
<!-- $$$timestamp-prop$$$timestamp$$$setTimestampqreal$$$timestampChanged -->
<h3 class="fn" id="timestamp-prop"><a name="timestamp-prop"></a><span class="name">timestamp</span> : <span class="type">qreal</span></h3>
<p>This property holds the timestamp value of the candlestick item.</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>timestamp</b></span>() const</td></tr>
<tr><td class="memItemLeft topAlign rightAlign"> void </td><td class="memItemRight bottomAlign"><span class="name"><b>setTimestamp</b></span>(qreal <i>timestamp</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="qcandlestickset.html#timestampChanged">timestampChanged</a></b></span>()</td></tr>
</table></div>
<!-- @@@timestamp -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QCandlestickSet[overload1]$$$QCandlestickSetqrealQObject* -->
<h3 class="fn" id="QCandlestickSet"><a name="QCandlestickSet"></a>QCandlestickSet::<span class="name">QCandlestickSet</span>(<span class="type">qreal</span> <i>timestamp</i> = 0.0, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Constructs a candlestick item with an optional <i>timestamp</i> and a <i>parent</i>.</p>
<!-- @@@QCandlestickSet -->
<!-- $$$QCandlestickSet$$$QCandlestickSetqrealqrealqrealqrealqrealQObject* -->
<h3 class="fn" id="QCandlestickSet-1"><a name="QCandlestickSet-1"></a>QCandlestickSet::<span class="name">QCandlestickSet</span>(<span class="type">qreal</span> <i>open</i>, <span class="type">qreal</span> <i>high</i>, <span class="type">qreal</span> <i>low</i>, <span class="type">qreal</span> <i>close</i>, <span class="type">qreal</span> <i>timestamp</i> = 0.0, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Constructs a candlestick item with given ordered values. The values <i>open</i>, <i>high</i>, <i>low</i>, and <i>close</i> are mandatory. The values <i>timestamp</i> and <i>parent</i> are optional.</p>
<!-- @@@QCandlestickSet -->
<!-- $$$~QCandlestickSet[overload1]$$$~QCandlestickSet -->
<h3 class="fn" id="dtor.QCandlestickSet"><a name="dtor.QCandlestickSet"></a><code>[virtual] </code>QCandlestickSet::<span class="name">~QCandlestickSet</span>()</h3>
<p>Destroys the candlestick item.</p>
<!-- @@@~QCandlestickSet -->
<!-- $$$brushChanged -->
<h3 class="fn" id="brushChanged"><a name="brushChanged"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">brushChanged</span>()</h3>
<p>This signal is emitted when the candlestick item brush changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qcandlestickset.html#brush-prop">brush</a>. </p><p><b>See also </b><a href="qcandlestickset.html#brush-prop">brush</a>.</p>
<!-- @@@brushChanged -->
<!-- $$$clicked[overload1]$$$clicked -->
<h3 class="fn" id="clicked"><a name="clicked"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">clicked</span>()</h3>
<p>This signal is emitted when the candlestick item is clicked.</p>
<!-- @@@clicked -->
<!-- $$$closeChanged -->
<h3 class="fn" id="closeChanged"><a name="closeChanged"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">closeChanged</span>()</h3>
<p>This signal is emitted when the candlestick item close value changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qcandlestickset.html#close-prop">close</a>. </p><p><b>See also </b><a href="qcandlestickset.html#close-prop">close</a>.</p>
<!-- @@@closeChanged -->
<!-- $$$doubleClicked[overload1]$$$doubleClicked -->
<h3 class="fn" id="doubleClicked"><a name="doubleClicked"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">doubleClicked</span>()</h3>
<p>This signal is emitted when the user double-clicks a candlestick item.</p>
<!-- @@@doubleClicked -->
<!-- $$$highChanged -->
<h3 class="fn" id="highChanged"><a name="highChanged"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">highChanged</span>()</h3>
<p>This signal is emitted when the candlestick item high value changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qcandlestickset.html#high-prop">high</a>. </p><p><b>See also </b><a href="qcandlestickset.html#high-prop">high</a>.</p>
<!-- @@@highChanged -->
<!-- $$$hovered[overload1]$$$hoveredbool -->
<h3 class="fn" id="hovered"><a name="hovered"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">hovered</span>(<span class="type">bool</span> <i>status</i>)</h3>
<p>This signal is emitted when a mouse is hovered over a candlestick item.</p>
<p>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 -->
<!-- $$$lowChanged -->
<h3 class="fn" id="lowChanged"><a name="lowChanged"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">lowChanged</span>()</h3>
<p>This signal is emitted when the candlestick item low value changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qcandlestickset.html#low-prop">low</a>. </p><p><b>See also </b><a href="qcandlestickset.html#low-prop">low</a>.</p>
<!-- @@@lowChanged -->
<!-- $$$openChanged -->
<h3 class="fn" id="openChanged"><a name="openChanged"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">openChanged</span>()</h3>
<p>This signal is emitted when the candlestick item open value changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qcandlestickset.html#open-prop">open</a>. </p><p><b>See also </b><a href="qcandlestickset.html#open-prop">open</a>.</p>
<!-- @@@openChanged -->
<!-- $$$penChanged -->
<h3 class="fn" id="penChanged"><a name="penChanged"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">penChanged</span>()</h3>
<p>This signal is emitted when the candlestick item pen changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qcandlestickset.html#pen-prop">pen</a>. </p><p><b>See also </b><a href="qcandlestickset.html#pen-prop">pen</a>.</p>
<!-- @@@penChanged -->
<!-- $$$pressed[overload1]$$$pressed -->
<h3 class="fn" id="pressed"><a name="pressed"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">pressed</span>()</h3>
<p>This signal is emitted when the user clicks the candlestick item and holds down the mouse button.</p>
<!-- @@@pressed -->
<!-- $$$released[overload1]$$$released -->
<h3 class="fn" id="released"><a name="released"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">released</span>()</h3>
<p>This signal is emitted when the user releases the mouse press on the candlestick item.</p>
<!-- @@@released -->
<!-- $$$timestampChanged -->
<h3 class="fn" id="timestampChanged"><a name="timestampChanged"></a><code>[signal] </code><span class="type">void</span> QCandlestickSet::<span class="name">timestampChanged</span>()</h3>
<p>This signal is emitted when the candlestick item timestamp changes.</p>
<p><b>Note:</b> Notifier signal for property <a href="qcandlestickset.html#timestamp-prop">timestamp</a>. </p><p><b>See also </b><a href="qcandlestickset.html#timestamp-prop">timestamp</a>.</p>
<!-- @@@timestampChanged -->
</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>