⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class_qwt_plot_grid.html

📁 QWT5.01用于Qt开发的二维图形库程序
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00124">124</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.<p>References <a class="el" href="qwt__plot__item_8cpp-source.html#l00286">QwtPlotItem::itemChanged()</a>.<p>Referenced by <a class="el" href="qwt__plot__grid_8cpp-source.html#l00333">updateScaleDiv()</a>.    </td>  </tr></table><a class="anchor" name="9eb130275560bdaa65551e2f69232b72"></a><!-- doxytag: member="QwtPlotGrid::setYDiv" ref="9eb130275560bdaa65551e2f69232b72" args="(const QwtScaleDiv &amp;sy)" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">void QwtPlotGrid::setYDiv           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const <a class="el" href="class_qwt_scale_div.html">QwtScaleDiv</a> &amp;&nbsp;</td>          <td class="mdname1" valign="top" nowrap> <em>sy</em>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Assign a y axis division. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>sy</em>&nbsp;</td><td>Scale division </td></tr>  </table></dl><dl compact><dt><b>Warning:</b></dt><dd><a class="el" href="class_qwt_plot_grid.html">QwtPlotGrid</a> uses implicit sharing (see Qt Manual) for the scale divisions. </dd></dl><p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00139">139</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.<p>References <a class="el" href="qwt__plot__item_8cpp-source.html#l00286">QwtPlotItem::itemChanged()</a>.<p>Referenced by <a class="el" href="qwt__plot__grid_8cpp-source.html#l00333">updateScaleDiv()</a>.    </td>  </tr></table><a class="anchor" name="0da4034643afc53e2c4a11c70c35319e"></a><!-- doxytag: member="QwtPlotGrid::updateScaleDiv" ref="0da4034643afc53e2c4a11c70c35319e" args="(const QwtScaleDiv &amp;, const QwtScaleDiv &amp;)" --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">void QwtPlotGrid::updateScaleDiv           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="md" nowrap valign="top">const <a class="el" href="class_qwt_scale_div.html">QwtScaleDiv</a> &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>xDiv</em>, </td>        </tr>        <tr>          <td class="md" nowrap align="right"></td>          <td class="md"></td>          <td class="md" nowrap>const <a class="el" href="class_qwt_scale_div.html">QwtScaleDiv</a> &amp;&nbsp;</td>          <td class="mdname" nowrap> <em>yDiv</em></td>        </tr>        <tr>          <td class="md"></td>          <td class="md">)&nbsp;</td>          <td class="md" colspan="2"><code> [virtual]</code></td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Update the item to changes of the axes scale division. <p>Update the item, when the axes of plot have changed. The default implementation does nothing, but items that depend on the scale division (like <a class="el" href="class_qwt_plot_grid.html#43001238f3024c15baa8ae61b29ae170">QwtPlotGrid()</a>) have to reimplement <a class="el" href="class_qwt_plot_grid.html#0da4034643afc53e2c4a11c70c35319e">updateScaleDiv()</a><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>xScaleDiv</em>&nbsp;</td><td>Scale division of the x-axis </td></tr>    <tr><td valign="top"></td><td valign="top"><em>yScaleDiv</em>&nbsp;</td><td>Scale division of the y-axis</td></tr>  </table></dl><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot.html#1fb2dbc3697a66024d48c08b1d18f8a5">QwtPlot::updateAxes()</a> </dd></dl><p>Reimplemented from <a class="el" href="class_qwt_plot_item.html#bf6a70847d3db952161ca4d4a952eea0">QwtPlotItem</a>.<p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00333">333</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.<p>References <a class="el" href="qwt__plot__grid_8cpp-source.html#l00124">setXDiv()</a>, and <a class="el" href="qwt__plot__grid_8cpp-source.html#l00139">setYDiv()</a>.    </td>  </tr></table><a class="anchor" name="46d19c58295d538518586374efadd34c"></a><!-- doxytag: member="QwtPlotGrid::xEnabled" ref="46d19c58295d538518586374efadd34c" args="() const " --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">bool QwtPlotGrid::xEnabled           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>Returns:</b></dt><dd>true if vertical gridlines are enabled </dd></dl><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_grid.html#ba4de91f74f86e172e080fa62765bba8">enableX()</a> </dd></dl><p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00288">288</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.    </td>  </tr></table><a class="anchor" name="2eeb5b2118f35409cb1450c2a032e8ff"></a><!-- doxytag: member="QwtPlotGrid::xMinEnabled" ref="2eeb5b2118f35409cb1450c2a032e8ff" args="() const " --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">bool QwtPlotGrid::xMinEnabled           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>Returns:</b></dt><dd>true if minor vertical gridlines are enabled </dd></dl><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_grid.html#4106c58c9d463bd4ccd94e215cc246bb">enableXMin()</a> </dd></dl><p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00297">297</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.    </td>  </tr></table><a class="anchor" name="4de2f1d11d5b24c0790db1e3dd0b3436"></a><!-- doxytag: member="QwtPlotGrid::xScaleDiv" ref="4de2f1d11d5b24c0790db1e3dd0b3436" args="() const " --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const <a class="el" href="class_qwt_scale_div.html">QwtScaleDiv</a> &amp; QwtPlotGrid::xScaleDiv           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>Returns:</b></dt><dd>the scale division of the x axis </dd></dl><p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00322">322</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.    </td>  </tr></table><a class="anchor" name="d0f38876f49c5197e929ab80e389dbb5"></a><!-- doxytag: member="QwtPlotGrid::yEnabled" ref="d0f38876f49c5197e929ab80e389dbb5" args="() const " --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">bool QwtPlotGrid::yEnabled           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>Returns:</b></dt><dd>true if horizontal gridlines are enabled </dd></dl><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_grid.html#0172d8af861495a94aa856af26ad786d">enableY()</a> </dd></dl><p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00306">306</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.    </td>  </tr></table><a class="anchor" name="f677551f6121de684888af6e2b77333f"></a><!-- doxytag: member="QwtPlotGrid::yMinEnabled" ref="f677551f6121de684888af6e2b77333f" args="() const " --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">bool QwtPlotGrid::yMinEnabled           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>Returns:</b></dt><dd>true if minor horizontal gridlines are enabled </dd></dl><dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_grid.html#21b26d5b6b0745ecdec12d6bdeb8ecb4">enableYMin()</a> </dd></dl><p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00315">315</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.    </td>  </tr></table><a class="anchor" name="0da37b84786570c1ecff37ac18c6684c"></a><!-- doxytag: member="QwtPlotGrid::yScaleDiv" ref="0da37b84786570c1ecff37ac18c6684c" args="() const " --><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">const <a class="el" href="class_qwt_scale_div.html">QwtScaleDiv</a> &amp; QwtPlotGrid::yScaleDiv           </td>          <td class="md" valign="top">(&nbsp;</td>          <td class="mdname1" valign="top" nowrap>          </td>          <td class="md" valign="top">&nbsp;)&nbsp;</td>          <td class="md" nowrap> const</td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p><dl compact><dt><b>Returns:</b></dt><dd>the scale division of the y axis </dd></dl><p>Definition at line <a class="el" href="qwt__plot__grid_8cpp-source.html#l00328">328</a> of file <a class="el" href="qwt__plot__grid_8cpp-source.html">qwt_plot_grid.cpp</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 26 21:25:02 2007 for Qwt User's Guide by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -