functions_func_d.html 27.5 KB
Newer Older
xuebingbing's avatar
xuebingbing committed
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 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.8.11"/>
<title>Qwt User&#39;s Guide: Class Members - Functions</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>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</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>
<script type="text/javascript">
  $(document).ready(function() { init_search(); });
</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&#39;s Guide
   &#160;<span id="projectnumber">6.1.3</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li><a href="functions.html"><span>All</span></a></li>
      <li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
      <li><a href="functions_vars.html"><span>Variables</span></a></li>
      <li><a href="functions_type.html"><span>Typedefs</span></a></li>
      <li><a href="functions_enum.html"><span>Enumerations</span></a></li>
      <li><a href="functions_eval.html"><span>Enumerator</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="functions_func.html#index_a"><span>a</span></a></li>
      <li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
      <li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
      <li class="current"><a href="functions_func_d.html#index_d"><span>d</span></a></li>
      <li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
      <li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
      <li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
      <li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
      <li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
      <li><a href="functions_func_k.html#index_k"><span>k</span></a></li>
      <li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
      <li><a href="functions_func_m.html#index_m"><span>m</span></a></li>
      <li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
      <li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
      <li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
      <li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
      <li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
      <li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
      <li><a href="functions_func_u.html#index_u"><span>u</span></a></li>
      <li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
      <li><a href="functions_func_w.html#index_w"><span>w</span></a></li>
      <li><a href="functions_func_x.html#index_x"><span>x</span></a></li>
      <li><a href="functions_func_y.html#index_y"><span>y</span></a></li>
      <li><a href="functions_func_z.html#index_z"><span>z</span></a></li>
      <li><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
    </ul>
  </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">
$(document).ready(function(){initNavTree('functions_func_d.html','');});
</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="contents">
&#160;

<h3><a class="anchor" id="index_d"></a>- d -</h3><ul>
<li>data()
: <a class="el" href="class_qwt_legend_label.html#a98ce3be22571bece709a828b3d18c770">QwtLegendLabel</a>
, <a class="el" href="class_qwt_plot_spectrogram.html#a52d6090388ad9ff1117f3c4075903814">QwtPlotSpectrogram</a>
, <a class="el" href="class_qwt_series_store.html#aae258d330c8d1bd2057b1f0bc13700f9">QwtSeriesStore&lt; T &gt;</a>
</li>
<li>dataChanged()
: <a class="el" href="class_qwt_abstract_series_store.html#ad95aac5e145cec2871e873c16f5f83b9">QwtAbstractSeriesStore</a>
, <a class="el" href="class_qwt_plot_series_item.html#a8eaf7453ca8b3e8f522433149ba4c80d">QwtPlotSeriesItem</a>
</li>
<li>dataRect()
: <a class="el" href="class_qwt_abstract_series_store.html#a932eeccd358a28726146012500038df2">QwtAbstractSeriesStore</a>
, <a class="el" href="class_qwt_series_store.html#a2acffb18573253acfb30cbedacf8c711">QwtSeriesStore&lt; T &gt;</a>
</li>
<li>dataSize()
: <a class="el" href="class_qwt_abstract_series_store.html#a2fd5537a0c0cf8de7af4a702e110b643">QwtAbstractSeriesStore</a>
, <a class="el" href="class_qwt_series_store.html#a1a3b9719889a0d7b85baf24b3dbf964f">QwtSeriesStore&lt; T &gt;</a>
</li>
<li>dateFormat()
: <a class="el" href="class_qwt_date_scale_draw.html#aeb431d5113c2342b073d9faa4e65b5fb">QwtDateScaleDraw</a>
</li>
<li>dateFormatOfDate()
: <a class="el" href="class_qwt_date_scale_draw.html#a00852822746e3999949b313c8cfd8550">QwtDateScaleDraw</a>
</li>
<li>dateOfWeek0()
: <a class="el" href="class_qwt_date.html#abb91fb441a254337d5445ad4bab1a662">QwtDate</a>
</li>
<li>defaultContourPen()
: <a class="el" href="class_qwt_plot_spectrogram.html#a0b5964a44f4c0ed0139681c6873ada73">QwtPlotSpectrogram</a>
</li>
<li>defaultIcon()
: <a class="el" href="class_qwt_plot_item.html#af5264c9dcd9d1ec503bc1d46c10adc83">QwtPlotItem</a>
</li>
<li>defaultItemMode()
: <a class="el" href="class_qwt_legend.html#a7ac3f2399fcf55dc35c1aa83abef4ac8">QwtLegend</a>
</li>
<li>defaultSize()
: <a class="el" href="class_qwt_graphic.html#a588a284d40d45baa31d27e7131076d92">QwtGraphic</a>
</li>
<li>detach()
: <a class="el" href="class_qwt_plot_item.html#ab2bbee6dbe36a5f1d0ce853ac66716a6">QwtPlotItem</a>
</li>
<li>detachItems()
: <a class="el" href="class_qwt_plot_dict.html#acb2e402e05c693433ed7e84696fbdfc0">QwtPlotDict</a>
</li>
<li>dimForLength()
: <a class="el" href="class_qwt_scale_widget.html#aa3c1f2f5e60ebb8f6fb42297dfe8881b">QwtScaleWidget</a>
</li>
<li>discardFlags()
: <a class="el" href="class_qwt_plot_renderer.html#ac0965a5084598e011ef1eb5c0d12347f">QwtPlotRenderer</a>
</li>
<li>discardRaster()
: <a class="el" href="class_qwt_raster_data.html#a369a5f525814bf569e01f88fbd8ddb5b">QwtRasterData</a>
</li>
<li>divideEps()
: <a class="el" href="class_qwt_scale_arithmetic.html#ae5f0415105b2a97cccb93f3da9ddaead">QwtScaleArithmetic</a>
</li>
<li>divideInterval()
: <a class="el" href="class_qwt_scale_arithmetic.html#a9d03952650f73dd7a797791ddcfa91d7">QwtScaleArithmetic</a>
, <a class="el" href="class_qwt_scale_engine.html#aff30158c5ccfee78f4c3e01c0fb5f4de">QwtScaleEngine</a>
</li>
<li>divideScale()
: <a class="el" href="class_qwt_date_scale_engine.html#a335b9e9e2875492ce59befe31247c017">QwtDateScaleEngine</a>
, <a class="el" href="class_qwt_linear_scale_engine.html#aafed94c688e67c95a6ecf18e8bb522ab">QwtLinearScaleEngine</a>
, <a class="el" href="class_qwt_log_scale_engine.html#a883cc249cfcc290675af84960e4eccaf">QwtLogScaleEngine</a>
, <a class="el" href="class_qwt_scale_engine.html#a797eeaa8a7a23503583b5fa5a583cd28">QwtScaleEngine</a>
</li>
<li>draw()
: <a class="el" href="class_qwt_abstract_scale_draw.html#aca3c3a7499112f52616d0ee8518fa5a6">QwtAbstractScaleDraw</a>
, <a class="el" href="class_qwt_column_symbol.html#a647960f89c1f2f8524789d7ad90482d8">QwtColumnSymbol</a>
, <a class="el" href="class_qwt_compass_rose.html#a977c1fbfb502f67e04466d1ebc327a40">QwtCompassRose</a>
, <a class="el" href="class_qwt_dial_needle.html#a425085086c4a8c7baff10b161616ee42">QwtDialNeedle</a>
, <a class="el" href="class_qwt_interval_symbol.html#aa13043e1d35361d8d259717a6579dadc">QwtIntervalSymbol</a>
, <a class="el" href="class_qwt_math_m_l_text_engine.html#a4a347e3f7ac8fa7f57c4fcf62e4f2b36">QwtMathMLTextEngine</a>
, <a class="el" href="class_qwt_plain_text_engine.html#a5fc2780c10ac2fb41aec91223b60fac7">QwtPlainTextEngine</a>
, <a class="el" href="class_qwt_plot_grid.html#a9534a18db4f70b798bbbee2e50e0458d">QwtPlotGrid</a>
, <a class="el" href="class_qwt_plot_item.html#a4e4c2f404d38e670690805b0e2a17d16">QwtPlotItem</a>
, <a class="el" href="class_qwt_plot_legend_item.html#a6ce9e0ea057705582e31d3f6ea44ff16">QwtPlotLegendItem</a>
, <a class="el" href="class_qwt_plot_marker.html#abfd653364d9feeac09cd7ba77a650e3b">QwtPlotMarker</a>
, <a class="el" href="class_qwt_plot_raster_item.html#a2bb321c1ddc67b96a54a266ba27e6fe0">QwtPlotRasterItem</a>
, <a class="el" href="class_qwt_plot_scale_item.html#a2eef74cfd6007faf8b6e146277c82661">QwtPlotScaleItem</a>
, <a class="el" href="class_qwt_plot_series_item.html#af64601a32413f6f4928ceccc4934737e">QwtPlotSeriesItem</a>
, <a class="el" href="class_qwt_plot_shape_item.html#ab548f8daef8a2ae4184486bb1c4a47cf">QwtPlotShapeItem</a>
, <a class="el" href="class_qwt_plot_spectrogram.html#a92bafff167caeef9e1e4a6e652c0c5d4">QwtPlotSpectrogram</a>
, <a class="el" href="class_qwt_plot_svg_item.html#a83a95b772cc79f9a1590e0c4fe73d39c">QwtPlotSvgItem</a>
, <a class="el" href="class_qwt_plot_text_label.html#adfb623425eb95dcfe6fb18c661d04ebe">QwtPlotTextLabel</a>
, <a class="el" href="class_qwt_plot_zone_item.html#a02dfffe85a5578c6bbac0889f4739317">QwtPlotZoneItem</a>
, <a class="el" href="class_qwt_rich_text_engine.html#a8f345540be2a90db3ce5a252ec443ce7">QwtRichTextEngine</a>
, <a class="el" href="class_qwt_scale_widget.html#aab7267f2a3137b94a508a655bfaf4fd4">QwtScaleWidget</a>
, <a class="el" href="class_qwt_simple_compass_rose.html#aa7541cd32c88b222731da37588e67bf3">QwtSimpleCompassRose</a>
, <a class="el" href="class_qwt_text.html#a01efd3ff82db2018b742265e0b7e4ece">QwtText</a>
, <a class="el" href="class_qwt_text_engine.html#a760296fb835a9db44d310616fa9eef89">QwtTextEngine</a>
</li>
<li>drawArrow()
: <a class="el" href="class_qwt_arrow_button.html#aba724cf7e2f7e640b2e4f5c08f37d125">QwtArrowButton</a>
</li>
<li>drawBackbone()
: <a class="el" href="class_qwt_abstract_scale_draw.html#a1d0cadfebddcbdd9e018ffcec2705e48">QwtAbstractScaleDraw</a>
, <a class="el" href="class_qwt_round_scale_draw.html#a83ed97e96011d331939a3031df29f115">QwtRoundScaleDraw</a>
, <a class="el" href="class_qwt_scale_draw.html#aa53015c17e2abb01b179473cc488f20c">QwtScaleDraw</a>
</li>
<li>drawBackgound()
: <a class="el" href="class_qwt_painter.html#a726b908df4fd65a15e0d7ec3862947bc">QwtPainter</a>
</li>
<li>drawBackground()
: <a class="el" href="class_qwt_plot_g_l_canvas.html#a7d829159155bff3fe206101914feeb26">QwtPlotGLCanvas</a>
, <a class="el" href="class_qwt_plot_legend_item.html#ac72275134c687efc56304e2e74917174">QwtPlotLegendItem</a>
</li>
<li>drawBar()
: <a class="el" href="class_qwt_plot_bar_chart.html#ad13634e3e2957f6a006eab2b5f56e828">QwtPlotBarChart</a>
, <a class="el" href="class_qwt_plot_multi_bar_chart.html#aa9f7a6f48b0d85937fd8d943aa89d91e">QwtPlotMultiBarChart</a>
, <a class="el" href="class_qwt_plot_trading_curve.html#a6a1b0150bbd4550c60e43bb7f74c6b3f">QwtPlotTradingCurve</a>
</li>
<li>drawBorder()
: <a class="el" href="class_qwt_plot_canvas.html#a4d415010a4baa09fa3b3edfcc6e5e4e7">QwtPlotCanvas</a>
, <a class="el" href="class_qwt_plot_g_l_canvas.html#a9dc8018e6144788fe75dfc62206c1fe4">QwtPlotGLCanvas</a>
</li>
<li>drawBox()
: <a class="el" href="class_qwt_column_symbol.html#a7f7951e3c38927c25f21dd8c3d47372a">QwtColumnSymbol</a>
</li>
<li>drawButtonLabel()
: <a class="el" href="class_qwt_arrow_button.html#afc342cb3eaa01afe5aa897b3fd6aa7c2">QwtArrowButton</a>
</li>
<li>drawCandleStick()
: <a class="el" href="class_qwt_plot_trading_curve.html#a66d576ebb06b9775729716d43164ab1a">QwtPlotTradingCurve</a>
</li>
<li>drawCanvas()
: <a class="el" href="class_qwt_plot.html#add1b88d8312e2671652d23f8181f2433">QwtPlot</a>
</li>
<li>drawColorBar()
: <a class="el" href="class_qwt_painter.html#ae1009209978e5bb3f390905b81fb699f">QwtPainter</a>
, <a class="el" href="class_qwt_scale_widget.html#a6fe4349dce606498a417021e99b65fbf">QwtScaleWidget</a>
</li>
<li>drawColumn()
: <a class="el" href="class_qwt_plot_histogram.html#a4fe5a32387898f50c95e57603f092d2b">QwtPlotHistogram</a>
</li>
<li>drawColumns()
: <a class="el" href="class_qwt_plot_histogram.html#a53ef2324fd2bc187eb76dfb76c61f426">QwtPlotHistogram</a>
</li>
<li>drawContents()
: <a class="el" href="class_qwt_dial.html#a9c567a9ce20120f3094a3d21ad26874a">QwtDial</a>
, <a class="el" href="class_qwt_text_label.html#ab1d6c248f451517a32c626372670ab51">QwtTextLabel</a>
</li>
<li>drawContourLines()
: <a class="el" href="class_qwt_plot_spectrogram.html#aebd2c5ee80b3131138d4a55096962912">QwtPlotSpectrogram</a>
</li>
<li>drawCurve()
: <a class="el" href="class_qwt_plot_curve.html#a9a1188e6abab05ed66ee7aebfc3d3679">QwtPlotCurve</a>
</li>
<li>drawDots()
: <a class="el" href="class_qwt_plot_curve.html#a9d5c81d3340aebf2ab8cf0dfee7e9c81">QwtPlotCurve</a>
, <a class="el" href="class_qwt_plot_spectro_curve.html#af6f48a0334d5646e2def2b3bfd16754c">QwtPlotSpectroCurve</a>
</li>
<li>drawEllipse()
: <a class="el" href="class_qwt_null_paint_device.html#a36dbf087d462f077808f7d0a4611e572">QwtNullPaintDevice</a>
, <a class="el" href="class_qwt_painter.html#a0cce52b66d249859ff71e41edb3637ad">QwtPainter</a>
</li>
<li>drawFocusIndicator()
: <a class="el" href="class_qwt_dial.html#a1fce41a19c2e368fe90551e29c4de076">QwtDial</a>
, <a class="el" href="class_qwt_knob.html#a89fc69b6f0d5ad4a4e99220db07721fd">QwtKnob</a>
, <a class="el" href="class_qwt_plot_canvas.html#a4dc526ac5186fe253a158a392bbb4f40">QwtPlotCanvas</a>
</li>
<li>drawFocusRect()
: <a class="el" href="class_qwt_painter.html#aad72e955692b37a06547a6c0d62817b0">QwtPainter</a>
</li>
<li>drawFrame()
: <a class="el" href="class_qwt_dial.html#ad4534ebd8e4a792edbad3e16c25be7ca">QwtDial</a>
, <a class="el" href="class_qwt_painter.html#ac0a433548dcb808cb88a93e7e2379ff4">QwtPainter</a>
</li>
<li>drawGroupedBars()
: <a class="el" href="class_qwt_plot_multi_bar_chart.html#a2a3e582ab5ac2a4f7110fdf9f51a1959">QwtPlotMultiBarChart</a>
</li>
<li>drawHand()
: <a class="el" href="class_qwt_analog_clock.html#a62cbacb57c60c7584ba30f340ed575a1">QwtAnalogClock</a>
</li>
<li>drawHandle()
: <a class="el" href="class_qwt_slider.html#a924e3fc8a885f72837379fdc29da2d20">QwtSlider</a>
</li>
<li>drawImage()
: <a class="el" href="class_qwt_graphic.html#a7055541b0d141c475b507ce3ad861f87">QwtGraphic</a>
, <a class="el" href="class_qwt_null_paint_device.html#a6a18a677959e446b34419d398d4fc4c7">QwtNullPaintDevice</a>
, <a class="el" href="class_qwt_painter.html#a2825f068a54e21e885235235daac3ec7">QwtPainter</a>
</li>
<li>drawItems()
: <a class="el" href="class_qwt_plot.html#a97be5b6d98b88053883cc26e4cedec8e">QwtPlot</a>
, <a class="el" href="class_qwt_plot_g_l_canvas.html#a0b385f2230b2abddf85882dbdfd89a34">QwtPlotGLCanvas</a>
</li>
<li>drawKnob()
: <a class="el" href="class_qwt_dial_needle.html#aaca9572717a1db10b1b6609571024688">QwtDialNeedle</a>
, <a class="el" href="class_qwt_knob.html#a5ebc1ef5761b8db6d67820fc14cb89d5">QwtKnob</a>
</li>
<li>drawLabel()
: <a class="el" href="class_qwt_abstract_scale_draw.html#a3690938c5726bebd56ce8cf3c27ea4bc">QwtAbstractScaleDraw</a>
, <a class="el" href="class_qwt_plot_marker.html#a528aa01fd96e43829afc817433da49d4">QwtPlotMarker</a>
, <a class="el" href="class_qwt_round_scale_draw.html#ad45ba2c90ac205bb9405c028d6498c0f">QwtRoundScaleDraw</a>
, <a class="el" href="class_qwt_scale_draw.html#afc02a11a03efde4ea239d77c4d7711f4">QwtScaleDraw</a>
</li>
<li>drawLegendData()
: <a class="el" href="class_qwt_plot_legend_item.html#a4c9c3d7babfbaf5a7d09050d766d3987">QwtPlotLegendItem</a>
</li>
<li>drawLine()
: <a class="el" href="class_qwt_painter.html#ad90ed35a673adb9767046c05b605bcf5">QwtPainter</a>
</li>
<li>drawLines()
: <a class="el" href="class_qwt_null_paint_device.html#a3a8c7d120fb6d1aa8617037e34df1cf3">QwtNullPaintDevice</a>
, <a class="el" href="class_qwt_plot_curve.html#a20948ab52983ee8c2058b2b2689e97a0">QwtPlotCurve</a>
, <a class="el" href="class_qwt_plot_histogram.html#aa42318d0547aca1fff650a0025168890">QwtPlotHistogram</a>
, <a class="el" href="class_qwt_plot_marker.html#a4f0ebfc835da7397ee823860cfac62ca">QwtPlotMarker</a>
</li>
<li>drawLiquid()
: <a class="el" href="class_qwt_thermo.html#ab9cca3cab3a8950b66e14b995b86beb8">QwtThermo</a>
</li>
<li>drawMarker()
: <a class="el" href="class_qwt_knob.html#a2b0523757918e335fe444df702972f3e">QwtKnob</a>
</li>
<li>drawNeedle()
: <a class="el" href="class_qwt_analog_clock.html#ac243e3acb6ba8edd73c24918e170f529">QwtAnalogClock</a>
, <a class="el" href="class_qwt_compass_magnet_needle.html#aa052d929a09bfc6d487a973b2221d44d">QwtCompassMagnetNeedle</a>
, <a class="el" href="class_qwt_compass_wind_arrow.html#a4e3b612f2de83ff416e34f62c1f0fd6c">QwtCompassWindArrow</a>
, <a class="el" href="class_qwt_dial.html#ad287b8e8d3f5453c9f7a317d40d35162">QwtDial</a>
, <a class="el" href="class_qwt_dial_needle.html#a3893ef0232ba0e000d3d33a0cb541dd1">QwtDialNeedle</a>
, <a class="el" href="class_qwt_dial_simple_needle.html#a0eff8832707ff968d17eddf478d6a771">QwtDialSimpleNeedle</a>
</li>
<li>drawOutline()
: <a class="el" href="class_qwt_plot_histogram.html#a9984abfbec9121b8026e9c7103ebec4b">QwtPlotHistogram</a>
</li>
<li>drawOverlay()
: <a class="el" href="class_qwt_widget_overlay.html#ac36e0ff0ac5de8a034af29ec4c2574ae">QwtWidgetOverlay</a>
</li>
<li>drawPath()
: <a class="el" href="class_qwt_graphic.html#ab505a5efa0f4ba0494460d4671a7bf21">QwtGraphic</a>
, <a class="el" href="class_qwt_null_paint_device.html#a1df889689ff1e29a0f864be5ac809ada">QwtNullPaintDevice</a>
, <a class="el" href="class_qwt_painter.html#a22cff4eba018aee6680c43347e92238d">QwtPainter</a>
</li>
<li>drawPie()
: <a class="el" href="class_qwt_painter.html#af3a38d38e0909523dbac12cd93ba3122">QwtPainter</a>
</li>
<li>drawPixmap()
: <a class="el" href="class_qwt_graphic.html#a888ea196dec4fab9eb4acd4d535ec730">QwtGraphic</a>
, <a class="el" href="class_qwt_null_paint_device.html#a1a0a2f22ea26bdf74becd5e5813f8f6f">QwtNullPaintDevice</a>
, <a class="el" href="class_qwt_painter.html#aec25b066b31a967de60d645c58ed7557">QwtPainter</a>
</li>
<li>drawPoint()
: <a class="el" href="class_qwt_painter.html#ab2e88f78d51387c661a9e10352ab945c">QwtPainter</a>
</li>
<li>drawPoints()
: <a class="el" href="class_qwt_null_paint_device.html#a89f89b7398be0e9c3c24cdf7e37803e2">QwtNullPaintDevice</a>
, <a class="el" href="class_qwt_painter.html#a1a854725b6ff657557e678575dc56357">QwtPainter</a>
</li>
<li>drawPolygon()
: <a class="el" href="class_qwt_null_paint_device.html#ad8ccc7d13b3ed6011c4f986210912d02">QwtNullPaintDevice</a>
, <a class="el" href="class_qwt_painter.html#a2fff1088059c230864ac1eff90d8e975">QwtPainter</a>
</li>
<li>drawPolyline()
: <a class="el" href="class_qwt_painter.html#a479d20a9aed2dee2ccdd735c6e77bc58">QwtPainter</a>
</li>
<li>drawRect()
: <a class="el" href="class_qwt_painter.html#a838b9cc65ae98ecb40d62ed4281a37b7">QwtPainter</a>
</li>
<li>drawRects()
: <a class="el" href="class_qwt_null_paint_device.html#a78163254e4793afc26b1752178964336">QwtNullPaintDevice</a>
</li>
<li>drawRose()
: <a class="el" href="class_qwt_compass.html#a3cc1a7d06b9d6be235024a19ff0c6a25">QwtCompass</a>
, <a class="el" href="class_qwt_simple_compass_rose.html#a914bb202a844f0b11a18a0296e170025">QwtSimpleCompassRose</a>
</li>
<li>drawRoundedFrame()
: <a class="el" href="class_qwt_painter.html#a00b91696b5dc3264b54c99e436616804">QwtPainter</a>
</li>
<li>drawRoundFrame()
: <a class="el" href="class_qwt_painter.html#a388f68022ef77dbdae9d700e104f0976">QwtPainter</a>
</li>
<li>drawRubberBand()
: <a class="el" href="class_qwt_picker.html#a4848b0a4ca94d4160fdcf29c73982bef">QwtPicker</a>
</li>
<li>drawSample()
: <a class="el" href="class_qwt_plot_bar_chart.html#a0080d33e4a30cd941c09b22249836099">QwtPlotBarChart</a>
, <a class="el" href="class_qwt_plot_multi_bar_chart.html#a548e1f1b4319abf03f1995dc25ad40be">QwtPlotMultiBarChart</a>
</li>
<li>drawScale()
: <a class="el" href="class_qwt_dial.html#ad93f277c9cca98580be853a13abd7cd4">QwtDial</a>
</li>
<li>drawScaleContents()
: <a class="el" href="class_qwt_compass.html#a562e9358a830106f9d219a4fa8af3540">QwtCompass</a>
, <a class="el" href="class_qwt_dial.html#a06b36d64377e54dac8812b4c4c0bf263">QwtDial</a>
</li>
<li>drawSeries()
: <a class="el" href="class_qwt_plot_bar_chart.html#aa5a140241884fbeee3d41bdb0964a71c">QwtPlotBarChart</a>
, <a class="el" href="class_qwt_plot_curve.html#aea90af49da5296087499e06ae1e35c9e">QwtPlotCurve</a>
, <a class="el" href="class_qwt_plot_direct_painter.html#aacc2e1d79dd410cb1a4404fbc00290bd">QwtPlotDirectPainter</a>
, <a class="el" href="class_qwt_plot_histogram.html#a588eb9f56482fe8669c4d6eaa2db09e2">QwtPlotHistogram</a>
, <a class="el" href="class_qwt_plot_interval_curve.html#add274e6e29ff2df9b6961f3ed5ebcd5e">QwtPlotIntervalCurve</a>
, <a class="el" href="class_qwt_plot_multi_bar_chart.html#a8b8058db564f8d5cb674afe224c4a584">QwtPlotMultiBarChart</a>
, <a class="el" href="class_qwt_plot_series_item.html#ac2686c5aefdbb39265e6d2b6f6bf5894">QwtPlotSeriesItem</a>
, <a class="el" href="class_qwt_plot_spectro_curve.html#a04529b82d2acbcf9fc8f66da73bae8e9">QwtPlotSpectroCurve</a>
, <a class="el" href="class_qwt_plot_trading_curve.html#a36a3770784f70ef0e52fee3ad7ea055e">QwtPlotTradingCurve</a>
</li>
<li>drawSimpleRichText()
: <a class="el" href="class_qwt_painter.html#a1a44fdbb66452b38d57369a485da3971">QwtPainter</a>
</li>
<li>drawSlider()
: <a class="el" href="class_qwt_slider.html#a5e45e9ca42fdf659d89011bddd8ff779">QwtSlider</a>
</li>
<li>drawStackedBars()
: <a class="el" href="class_qwt_plot_multi_bar_chart.html#acee8ee9034c64559598c2e6fcace60a5">QwtPlotMultiBarChart</a>
</li>
<li>drawSteps()
: <a class="el" href="class_qwt_plot_curve.html#aa55bd22c153a15b7cba082c499536602">QwtPlotCurve</a>
</li>
<li>drawSticks()
: <a class="el" href="class_qwt_plot_curve.html#a732c4a8b905be4f635d8558b6d959b52">QwtPlotCurve</a>
</li>
<li>drawSymbol()
: <a class="el" href="class_qwt_symbol.html#a3403db40a12f2f79f79616cf858ecb1f">QwtSymbol</a>
</li>
<li>drawSymbols()
: <a class="el" href="class_qwt_plot_curve.html#ad734862538617112beb6a59cc06ed3b5">QwtPlotCurve</a>
, <a class="el" href="class_qwt_plot_interval_curve.html#a54682faaed2110816fe874cad37142b7">QwtPlotIntervalCurve</a>
, <a class="el" href="class_qwt_plot_trading_curve.html#a3b330a144768322218ac6b996d4ac802">QwtPlotTradingCurve</a>
, <a class="el" href="class_qwt_symbol.html#a249740d6f7e6315e3de0ce6f7ad7020d">QwtSymbol</a>
</li>
<li>drawText()
: <a class="el" href="class_qwt_painter.html#a90fd62c3862e9f4543eda02279f75f10">QwtPainter</a>
, <a class="el" href="class_qwt_text_label.html#af1e33db74ecf9c4e7aff158db65404c2">QwtTextLabel</a>
</li>
<li>drawTextItem()
: <a class="el" href="class_qwt_null_paint_device.html#a9c0566fc34422c4bd61534cebfb95d63">QwtNullPaintDevice</a>
</li>
<li>drawTick()
: <a class="el" href="class_qwt_abstract_scale_draw.html#aa13101e75c17d80716eb1fbe43e28339">QwtAbstractScaleDraw</a>
, <a class="el" href="class_qwt_round_scale_draw.html#aff2f18e7e7cac42805724ab5b0f2aad7">QwtRoundScaleDraw</a>
, <a class="el" href="class_qwt_scale_draw.html#a84badd947ddc95a462ec20fe64922b36">QwtScaleDraw</a>
</li>
<li>drawTicks()
: <a class="el" href="class_qwt_wheel.html#aba74d0e494f6e590ac1deac60a66a68e">QwtWheel</a>
</li>
<li>drawTiledPixmap()
: <a class="el" href="class_qwt_null_paint_device.html#a256a8a39d0f32fb210c4561fe1b3f867">QwtNullPaintDevice</a>
</li>
<li>drawTitle()
: <a class="el" href="class_qwt_scale_widget.html#a7daf1650daa5503342721dda62d72243">QwtScaleWidget</a>
</li>
<li>drawTracker()
: <a class="el" href="class_qwt_picker.html#a74c471c27ced5e7a5d59455bcd7d8290">QwtPicker</a>
</li>
<li>drawTube()
: <a class="el" href="class_qwt_plot_interval_curve.html#ae5522b27d49da7a99f8b01b577fa153e">QwtPlotIntervalCurve</a>
</li>
<li>drawUserSymbol()
: <a class="el" href="class_qwt_plot_trading_curve.html#a02a8e52cb0b6c4d103ae616f00546cf3">QwtPlotTradingCurve</a>
</li>
<li>drawWheelBackground()
: <a class="el" href="class_qwt_wheel.html#a2c4fc6e5e04cd5623a035fd9581d395f">QwtWheel</a>
</li>
<li>QwtDateScaleDraw()
: <a class="el" href="class_qwt_date_scale_draw.html#adbee23e84bc296b09f5a6d54252b75ba">QwtDateScaleDraw</a>
</li>
<li>QwtDateScaleEngine()
: <a class="el" href="class_qwt_date_scale_engine.html#a7eb99ee3e701d6f8467b1e9c8c248b9b">QwtDateScaleEngine</a>
</li>
<li>QwtDial()
: <a class="el" href="class_qwt_dial.html#a910ad090ceb51587c965d9a2c9db8f60">QwtDial</a>
</li>
<li>QwtDialNeedle()
: <a class="el" href="class_qwt_dial_needle.html#aef3af79632ce784bc4d7332f6e269a1f">QwtDialNeedle</a>
</li>
<li>QwtDialSimpleNeedle()
: <a class="el" href="class_qwt_dial_simple_needle.html#a5f16b9298ecd293360a3ccf91d3dbfbb">QwtDialSimpleNeedle</a>
</li>
<li>QwtDynGridLayout()
: <a class="el" href="class_qwt_dyn_grid_layout.html#a05d45c0928702e37da3497626b0f7c93">QwtDynGridLayout</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
  </ul>
</div>
</body>
</html>