206 lines
26 KiB
HTML
206 lines
26 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.9.1"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Qwt User's Guide: qwt_plot_seriesitem.cpp Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Qwt User's Guide
|
|
 <span id="projectnumber">6.2.0</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.1 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('qwt__plot__seriesitem_8cpp_source.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">qwt_plot_seriesitem.cpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/******************************************************************************</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Qwt Widget Library</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * Copyright (C) 1997 Josef Wilgen</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * Copyright (C) 2002 Uwe Rathmann</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> *</span></div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * This library is free software; you can redistribute it and/or</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * modify it under the terms of the Qwt License, Version 1.0</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> *****************************************************************************/</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include "qwt_plot_seriesitem.h"</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include "qwt_scale_div.h"</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include "qwt_text.h"</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  </div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">class </span>QwtPlotSeriesItem::PrivateData</div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> {</div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>  PrivateData()</div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  : <a class="code" href="class_qwt_plot_series_item.html#a2717f491367632327a753eab8517506e">orientation</a>( Qt::Vertical )</div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  {</div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  }</div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  Qt::Orientation <a class="code" href="class_qwt_plot_series_item.html#a2717f491367632327a753eab8517506e">orientation</a>;</div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> };</div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#ada75c34290dbd2b12a199a70dbc0f2b9"> 29</a></span> <a class="code" href="class_qwt_plot_series_item.html#ac7243b15b2c8dd901a58694bc0324037">QwtPlotSeriesItem::QwtPlotSeriesItem</a>( <span class="keyword">const</span> <a class="code" href="class_qwt_text.html">QwtText</a>& title )</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  : <a class="code" href="class_qwt_plot_item.html">QwtPlotItem</a>( title )</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> {</div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  m_data = <span class="keyword">new</span> PrivateData();</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <a class="code" href="class_qwt_plot_item.html#ab65cbfe489ff73e32a919a0633298fb7">setItemInterest</a>( <a class="code" href="class_qwt_plot_item.html#affbc42460ace9ac725fa825a3f8bfb66a0d1c46890f22ef973d897ab0a9d38971">QwtPlotItem::ScaleInterest</a>, <span class="keyword">true</span> );</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> }</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#ac7243b15b2c8dd901a58694bc0324037"> 40</a></span> <a class="code" href="class_qwt_plot_series_item.html#ac7243b15b2c8dd901a58694bc0324037">QwtPlotSeriesItem::QwtPlotSeriesItem</a>( <span class="keyword">const</span> QString& title )</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  : <a class="code" href="class_qwt_plot_item.html">QwtPlotItem</a>( <a class="code" href="class_qwt_text.html">QwtText</a>( title ) )</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> {</div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  m_data = <span class="keyword">new</span> PrivateData();</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="class_qwt_plot_item.html#ab65cbfe489ff73e32a919a0633298fb7">setItemInterest</a>( <a class="code" href="class_qwt_plot_item.html#affbc42460ace9ac725fa825a3f8bfb66a0d1c46890f22ef973d897ab0a9d38971">QwtPlotItem::ScaleInterest</a>, <span class="keyword">true</span> );</div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> }</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#aa4ef832ea5b6c65c9538943794702bc5"> 48</a></span> <a class="code" href="class_qwt_plot_series_item.html#aa4ef832ea5b6c65c9538943794702bc5">QwtPlotSeriesItem::~QwtPlotSeriesItem</a>()</div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> {</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">delete</span> m_data;</div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> }</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  </div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#a9d131249079ec3bc503831349bd1a051"> 62</a></span> <span class="keywordtype">void</span> <a class="code" href="class_qwt_plot_series_item.html#a9d131249079ec3bc503831349bd1a051">QwtPlotSeriesItem::setOrientation</a>( Qt::Orientation orientation )</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> {</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordflow">if</span> ( m_data->orientation != <a class="code" href="class_qwt_plot_series_item.html#a2717f491367632327a753eab8517506e">orientation</a> )</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  {</div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  m_data->orientation = <a class="code" href="class_qwt_plot_series_item.html#a2717f491367632327a753eab8517506e">orientation</a>;</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <a class="code" href="class_qwt_plot_item.html#a3967414c7542e267d0c2793f02be7241">legendChanged</a>();</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <a class="code" href="class_qwt_plot_item.html#ad956fdbce5b0721abccce6d09fe4d5ce">itemChanged</a>();</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  }</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> }</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#a2717f491367632327a753eab8517506e"> 77</a></span> Qt::Orientation <a class="code" href="class_qwt_plot_series_item.html#a2717f491367632327a753eab8517506e">QwtPlotSeriesItem::orientation</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="keyword"></span>{</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <span class="keywordflow">return</span> m_data->orientation;</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> }</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  </div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#ac6ead33f8ce34b15bdf202c7ba1cc533"> 90</a></span> <span class="keywordtype">void</span> <a class="code" href="class_qwt_plot_series_item.html#ac6ead33f8ce34b15bdf202c7ba1cc533">QwtPlotSeriesItem::draw</a>( QPainter* painter,</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keyword">const</span> <a class="code" href="class_qwt_scale_map.html">QwtScaleMap</a>& xMap, <span class="keyword">const</span> <a class="code" href="class_qwt_scale_map.html">QwtScaleMap</a>& yMap,</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keyword">const</span> QRectF& canvasRect )<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="keyword"></span>{</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <a class="code" href="class_qwt_plot_series_item.html#af6c8091544081ff72723270cc7c8f139">drawSeries</a>( painter, xMap, yMap, canvasRect, 0, -1 );</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> }</div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  </div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#add9915c6088f9854826c0f91e9fd78cd"> 97</a></span> QRectF <a class="code" href="class_qwt_plot_series_item.html#add9915c6088f9854826c0f91e9fd78cd">QwtPlotSeriesItem::boundingRect</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="keyword"></span>{</div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keywordflow">return</span> <a class="code" href="class_qwt_abstract_series_store.html#a23d498a9d5bb10cb573db55650551a2c">dataRect</a>();</div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> }</div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#ac2e75e851ab7eb8ac0f5bd590e15c203"> 102</a></span> <span class="keywordtype">void</span> <a class="code" href="class_qwt_plot_series_item.html#ac2e75e851ab7eb8ac0f5bd590e15c203">QwtPlotSeriesItem::updateScaleDiv</a>(</div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keyword">const</span> <a class="code" href="class_qwt_scale_div.html">QwtScaleDiv</a>& xScaleDiv, <span class="keyword">const</span> <a class="code" href="class_qwt_scale_div.html">QwtScaleDiv</a>& yScaleDiv )</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span> {</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keyword">const</span> QRectF rect = QRectF(</div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  xScaleDiv.<a class="code" href="class_qwt_scale_div.html#a182bbda9901c708ff1362b105274129f">lowerBound</a>(), yScaleDiv.<a class="code" href="class_qwt_scale_div.html#a182bbda9901c708ff1362b105274129f">lowerBound</a>(),</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  xScaleDiv.<a class="code" href="class_qwt_scale_div.html#a4cb22839c45170952182d7039b54e4c2">range</a>(), yScaleDiv.<a class="code" href="class_qwt_scale_div.html#a4cb22839c45170952182d7039b54e4c2">range</a>() );</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  </div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <a class="code" href="class_qwt_abstract_series_store.html#a8a1cab11ce068f9c578a02d40e111b1a">setRectOfInterest</a>( rect );</div>
|
|
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> }</div>
|
|
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  </div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="class_qwt_plot_series_item.html#a6361818c1d22e8ff4142ecdc755b54a9"> 112</a></span> <span class="keywordtype">void</span> <a class="code" href="class_qwt_plot_series_item.html#a6361818c1d22e8ff4142ecdc755b54a9">QwtPlotSeriesItem::dataChanged</a>()</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> {</div>
|
|
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  <a class="code" href="class_qwt_plot_item.html#ad956fdbce5b0721abccce6d09fe4d5ce">itemChanged</a>();</div>
|
|
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> }</div>
|
|
<div class="ttc" id="aclass_qwt_abstract_series_store_html_a23d498a9d5bb10cb573db55650551a2c"><div class="ttname"><a href="class_qwt_abstract_series_store.html#a23d498a9d5bb10cb573db55650551a2c">QwtAbstractSeriesStore::dataRect</a></div><div class="ttdeci">virtual QRectF dataRect() const =0</div></div>
|
|
<div class="ttc" id="aclass_qwt_abstract_series_store_html_a8a1cab11ce068f9c578a02d40e111b1a"><div class="ttname"><a href="class_qwt_abstract_series_store.html#a8a1cab11ce068f9c578a02d40e111b1a">QwtAbstractSeriesStore::setRectOfInterest</a></div><div class="ttdeci">virtual void setRectOfInterest(const QRectF &)=0</div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_item_html"><div class="ttname"><a href="class_qwt_plot_item.html">QwtPlotItem</a></div><div class="ttdoc">Base class for items on the plot canvas.</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__item_8h_source.html#l00066">qwt_plot_item.h:67</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_item_html_a3967414c7542e267d0c2793f02be7241"><div class="ttname"><a href="class_qwt_plot_item.html#a3967414c7542e267d0c2793f02be7241">QwtPlotItem::legendChanged</a></div><div class="ttdeci">virtual void legendChanged()</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__item_8cpp_source.html#l00491">qwt_plot_item.cpp:491</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_item_html_ab65cbfe489ff73e32a919a0633298fb7"><div class="ttname"><a href="class_qwt_plot_item.html#ab65cbfe489ff73e32a919a0633298fb7">QwtPlotItem::setItemInterest</a></div><div class="ttdeci">void setItemInterest(ItemInterest, bool on=true)</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__item_8cpp_source.html#l00279">qwt_plot_item.cpp:279</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_item_html_ad956fdbce5b0721abccce6d09fe4d5ce"><div class="ttname"><a href="class_qwt_plot_item.html#ad956fdbce5b0721abccce6d09fe4d5ce">QwtPlotItem::itemChanged</a></div><div class="ttdeci">virtual void itemChanged()</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__item_8cpp_source.html#l00481">qwt_plot_item.cpp:481</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_item_html_affbc42460ace9ac725fa825a3f8bfb66a0d1c46890f22ef973d897ab0a9d38971"><div class="ttname"><a href="class_qwt_plot_item.html#affbc42460ace9ac725fa825a3f8bfb66a0d1c46890f22ef973d897ab0a9d38971">QwtPlotItem::ScaleInterest</a></div><div class="ttdeci">@ ScaleInterest</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__item_8h_source.html#l00185">qwt_plot_item.h:185</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_a2717f491367632327a753eab8517506e"><div class="ttname"><a href="class_qwt_plot_series_item.html#a2717f491367632327a753eab8517506e">QwtPlotSeriesItem::orientation</a></div><div class="ttdeci">Qt::Orientation orientation() const</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__seriesitem_8cpp_source.html#l00077">qwt_plot_seriesitem.cpp:77</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_a6361818c1d22e8ff4142ecdc755b54a9"><div class="ttname"><a href="class_qwt_plot_series_item.html#a6361818c1d22e8ff4142ecdc755b54a9">QwtPlotSeriesItem::dataChanged</a></div><div class="ttdeci">virtual void dataChanged() override</div><div class="ttdoc">dataChanged() indicates, that the series has been changed.</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__seriesitem_8cpp_source.html#l00112">qwt_plot_seriesitem.cpp:112</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_a9d131249079ec3bc503831349bd1a051"><div class="ttname"><a href="class_qwt_plot_series_item.html#a9d131249079ec3bc503831349bd1a051">QwtPlotSeriesItem::setOrientation</a></div><div class="ttdeci">void setOrientation(Qt::Orientation)</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__seriesitem_8cpp_source.html#l00062">qwt_plot_seriesitem.cpp:62</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_aa4ef832ea5b6c65c9538943794702bc5"><div class="ttname"><a href="class_qwt_plot_series_item.html#aa4ef832ea5b6c65c9538943794702bc5">QwtPlotSeriesItem::~QwtPlotSeriesItem</a></div><div class="ttdeci">virtual ~QwtPlotSeriesItem()</div><div class="ttdoc">Destructor.</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__seriesitem_8cpp_source.html#l00048">qwt_plot_seriesitem.cpp:48</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_ac2e75e851ab7eb8ac0f5bd590e15c203"><div class="ttname"><a href="class_qwt_plot_series_item.html#ac2e75e851ab7eb8ac0f5bd590e15c203">QwtPlotSeriesItem::updateScaleDiv</a></div><div class="ttdeci">virtual void updateScaleDiv(const QwtScaleDiv &, const QwtScaleDiv &) override</div><div class="ttdoc">Update the item to changes of the axes scale division.</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__seriesitem_8cpp_source.html#l00102">qwt_plot_seriesitem.cpp:102</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_ac6ead33f8ce34b15bdf202c7ba1cc533"><div class="ttname"><a href="class_qwt_plot_series_item.html#ac6ead33f8ce34b15bdf202c7ba1cc533">QwtPlotSeriesItem::draw</a></div><div class="ttdeci">virtual void draw(QPainter *, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &canvasRect) const override</div><div class="ttdoc">Draw the complete series.</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__seriesitem_8cpp_source.html#l00090">qwt_plot_seriesitem.cpp:90</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_ac7243b15b2c8dd901a58694bc0324037"><div class="ttname"><a href="class_qwt_plot_series_item.html#ac7243b15b2c8dd901a58694bc0324037">QwtPlotSeriesItem::QwtPlotSeriesItem</a></div><div class="ttdeci">QwtPlotSeriesItem(const QString &title=QString())</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__seriesitem_8cpp_source.html#l00040">qwt_plot_seriesitem.cpp:40</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_add9915c6088f9854826c0f91e9fd78cd"><div class="ttname"><a href="class_qwt_plot_series_item.html#add9915c6088f9854826c0f91e9fd78cd">QwtPlotSeriesItem::boundingRect</a></div><div class="ttdeci">virtual QRectF boundingRect() const override</div><div class="ttdef"><b>Definition:</b> <a href="qwt__plot__seriesitem_8cpp_source.html#l00097">qwt_plot_seriesitem.cpp:97</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_plot_series_item_html_af6c8091544081ff72723270cc7c8f139"><div class="ttname"><a href="class_qwt_plot_series_item.html#af6c8091544081ff72723270cc7c8f139">QwtPlotSeriesItem::drawSeries</a></div><div class="ttdeci">virtual void drawSeries(QPainter *painter, const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &canvasRect, int from, int to) const =0</div></div>
|
|
<div class="ttc" id="aclass_qwt_scale_div_html"><div class="ttname"><a href="class_qwt_scale_div.html">QwtScaleDiv</a></div><div class="ttdoc">A class representing a scale division.</div><div class="ttdef"><b>Definition:</b> <a href="qwt__scale__div_8h_source.html#l00033">qwt_scale_div.h:34</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_scale_div_html_a182bbda9901c708ff1362b105274129f"><div class="ttname"><a href="class_qwt_scale_div.html#a182bbda9901c708ff1362b105274129f">QwtScaleDiv::lowerBound</a></div><div class="ttdeci">double lowerBound() const</div><div class="ttdef"><b>Definition:</b> <a href="qwt__scale__div_8cpp_source.html#l00131">qwt_scale_div.cpp:131</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_scale_div_html_a4cb22839c45170952182d7039b54e4c2"><div class="ttname"><a href="class_qwt_scale_div.html#a4cb22839c45170952182d7039b54e4c2">QwtScaleDiv::range</a></div><div class="ttdeci">double range() const</div><div class="ttdef"><b>Definition:</b> <a href="qwt__scale__div_8cpp_source.html#l00159">qwt_scale_div.cpp:159</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_scale_map_html"><div class="ttname"><a href="class_qwt_scale_map.html">QwtScaleMap</a></div><div class="ttdoc">A scale map.</div><div class="ttdef"><b>Definition:</b> <a href="qwt__scale__map_8h_source.html#l00026">qwt_scale_map.h:27</a></div></div>
|
|
<div class="ttc" id="aclass_qwt_text_html"><div class="ttname"><a href="class_qwt_text.html">QwtText</a></div><div class="ttdoc">A class representing a text.</div><div class="ttdef"><b>Definition:</b> <a href="qwt__text_8h_source.html#l00051">qwt_text.h:52</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><b>qwt_plot_seriesitem.cpp</b></li>
|
|
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|