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 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Qwt User's Guide: QwtPlotCanvas Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.8 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1>QwtPlotCanvas Class Reference</h1><a href="class_qwt_plot_canvas-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Canvas of a <a class="el" href="class_qwt_plot.html">QwtPlot</a>.
<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot.html">QwtPlot</a> </dd></dl>
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8h-source.html#l00029">29</a> of file <a class="el" href="qwt__plot__canvas_8h-source.html">qwt_plot_canvas.h</a>.<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>enum </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#w3">FocusIndicator</a> { <br>
<b>NoFocusIndicator</b>,
<br>
<b>CanvasFocusIndicator</b>,
<br>
<b>ItemFocusIndicator</b>
<br>
}</td></tr>
<tr><td colspan=2><br><h2>Signals</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#l0">mousePressed</a> (const QMouseEvent &e)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#l1">mouseReleased</a> (const QMouseEvent &e)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#l2">mouseMoved</a> (const QMouseEvent &e)</td></tr>
<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a0">setFocusIndicator</a> (<a class="el" href="class_qwt_plot_canvas.html#w3">FocusIndicator</a>)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="class_qwt_plot_canvas.html#w3">FocusIndicator</a> </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a1">focusIndicator</a> () const</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a2">setCacheMode</a> (bool on)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a3">cacheMode</a> () const</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>const QPixmap * </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a4">cache</a> () const</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a5">invalidateCache</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a6">enableOutline</a> (bool tf)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a7">outlineEnabled</a> () const</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a8">setOutlinePen</a> (const QPen &p)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>const QPen & </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a9">outlinePen</a> () const</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a10">setOutlineStyle</a> (Qwt::Shape os)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>Qwt::Shape </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#a11">outlineStyle</a> () const</td></tr>
<tr><td colspan=2><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b0">QwtPlotCanvas</a> (<a class="el" href="class_qwt_plot.html">QwtPlot</a> *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b1">~QwtPlotCanvas</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>QPixmap * </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b2">cache</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b3">frameChanged</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b4">drawContents</a> (QPainter *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b5">drawFocusIndicator</a> (QPainter *, const QRect &)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b6">drawCanvas</a> (QPainter *painter=NULL)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b7">mousePressEvent</a> (QMouseEvent *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b8">mouseReleaseEvent</a> (QMouseEvent *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void </td><td class="memItemRight" valign=bottom><a class="el" href="class_qwt_plot_canvas.html#b9">mouseMoveEvent</a> (QMouseEvent *)</td></tr>
</table>
<hr><h2>Member Enumeration Documentation</h2>
<a class="anchor" name="w3" doxytag="QwtPlotCanvas::FocusIndicator" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> enum <a class="el" href="class_qwt_plot_canvas.html#w3">QwtPlotCanvas::FocusIndicator</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Focus indicator.
<p>
<ul>
<li>NoFocusIndicator<br>
Dont paint a focus indicator</li><li>CanvasFocusIndicator<br>
The focus is related to the complete canvas. Paint the focus indicator using paintFocus()</li><li>ItemFocusIndicator<br>
The focus is related to an item (curve, point, ...) on the canvas. It is up to the application to display a focus indication using f.e. highlighting.</li></ul>
<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a0">setFocusIndicator()</a>, <a class="el" href="class_qwt_plot_canvas.html#a1">focusIndicator()</a>, paintFocus() </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8h-source.html#l00051">51</a> of file <a class="el" href="qwt__plot__canvas_8h-source.html">qwt_plot_canvas.h</a>.
<p>
Referenced by <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00122">focusIndicator()</a>. </td>
</tr>
</table>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="b0" doxytag="QwtPlotCanvas::QwtPlotCanvas" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> QwtPlotCanvas::QwtPlotCanvas </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="class_qwt_plot.html">QwtPlot</a> * </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Sets a cross cursor, and an invisible red outline.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00025">25</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>. </td>
</tr>
</table>
<a class="anchor" name="b1" doxytag="QwtPlotCanvas::~QwtPlotCanvas" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> QwtPlotCanvas::~<a class="el" href="class_qwt_plot_canvas.html">QwtPlotCanvas</a> </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Destructor.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00042">42</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="b2" doxytag="QwtPlotCanvas::cache" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> QPixmap * QwtPlotCanvas::cache </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Return the paint cache, might be null.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00089">89</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>. </td>
</tr>
</table>
<a class="anchor" name="a4" doxytag="QwtPlotCanvas::cache" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> const QPixmap * QwtPlotCanvas::cache </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Return the paint cache, might be null.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00095">95</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot_8cpp-source.html#l00641">QwtPlot::drawCurve()</a>. </td>
</tr>
</table>
<a class="anchor" name="a3" doxytag="QwtPlotCanvas::cacheMode" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> bool QwtPlotCanvas::cacheMode </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b>Returns:</b></dt><dd>Cache mode </dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a2">setCacheMode</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00083">83</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00174">drawCanvas()</a>, <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00139">drawContents()</a>, and <a class="el" href="qwt__plot_8cpp-source.html#l00641">QwtPlot::drawCurve()</a>. </td>
</tr>
</table>
<a class="anchor" name="b6" doxytag="QwtPlotCanvas::drawCanvas" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::drawCanvas </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">QPainter * </td>
<td class="mdname1" valign="top" nowrap> <em>painter</em> = <code>NULL</code> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Draw the the canvas<p>
Paints all plot items to the contentsRect(), using <a class="el" href="class_qwt_plot.html#b1">QwtPlot::drawCanvas</a> and updates the cache.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot.html#b1">QwtPlot::drawCanvas</a>, <a class="el" href="class_qwt_plot_canvas.html#a2">setCacheMode()</a>, <a class="el" href="class_qwt_plot_canvas.html#a3">cacheMode()</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00174">174</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
References <a class="el" href="qwt__paint__buffer_8h-source.html#l00044">QwtPaintBuffer::buffer()</a>, <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00083">cacheMode()</a>, <a class="el" href="qwt__paint__buffer_8cpp-source.html#l00084">QwtPaintBuffer::isEnabled()</a>, and <a class="el" href="qwt__paint__buffer_8cpp-source.html#l00058">QwtPaintBuffer::painter()</a>.
<p>
Referenced by <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00139">drawContents()</a>. </td>
</tr>
</table>
<a class="anchor" name="b4" doxytag="QwtPlotCanvas::drawContents" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::drawContents </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">QPainter * </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Redraw the canvas, and focus rect.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00139">139</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
References <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00083">cacheMode()</a>, <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00174">drawCanvas()</a>, <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00221">drawFocusIndicator()</a>, and <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00122">focusIndicator()</a>. </td>
</tr>
</table>
<a class="anchor" name="b5" doxytag="QwtPlotCanvas::drawFocusIndicator" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::drawFocusIndicator </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">QPainter * </td>
<td class="mdname" nowrap>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>const QRect & </td>
<td class="mdname" nowrap></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"><code> [protected, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Draw the focus indication.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00221">221</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00139">drawContents()</a>. </td>
</tr>
</table>
<a class="anchor" name="a6" doxytag="QwtPlotCanvas::enableOutline" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::enableOutline </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">bool </td>
<td class="mdname1" valign="top" nowrap> <em>tf</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Enables or disables outline drawing.
<p>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
When the outline feature is enabled, a shape will be drawn in the plotting region when the user presses or drags the mouse. It can be used to implement crosshairs, mark a selected region, etc. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>tf</em> </td><td><code>TRUE</code> (enabled) or <code>FALSE</code> (disabled) </td></tr>
</table>
</dl>
<dl compact><dt><b>Warning:</b></dt><dd>An outline style has to be specified. </dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a10">QwtPlotCanvas::setOutlineStyle()</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00315">315</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot_8cpp-source.html#l00814">QwtPlot::enableOutline()</a>. </td>
</tr>
</table>
<a class="anchor" name="a1" doxytag="QwtPlotCanvas::focusIndicator" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="class_qwt_plot_canvas.html#w3">QwtPlotCanvas::FocusIndicator</a> QwtPlotCanvas::focusIndicator </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b>Returns:</b></dt><dd>Focus indicator</dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#w3">FocusIndicator</a>, <a class="el" href="class_qwt_plot_canvas.html#a0">setFocusIndicator</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00122">122</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
References <a class="el" href="qwt__plot__canvas_8h-source.html#l00051">FocusIndicator</a>.
<p>
Referenced by <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00139">drawContents()</a>. </td>
</tr>
</table>
<a class="anchor" name="b3" doxytag="QwtPlotCanvas::frameChanged" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::frameChanged </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Requires layout updates of the parent plot.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00128">128</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>. </td>
</tr>
</table>
<a class="anchor" name="a5" doxytag="QwtPlotCanvas::invalidateCache" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::invalidateCache </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Invalidate the internal paint cache.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00101">101</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot_8cpp-source.html#l00368">QwtPlot::replot()</a>. </td>
</tr>
</table>
<a class="anchor" name="l2" doxytag="QwtPlotCanvas::mouseMoved" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::mouseMoved </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const QMouseEvent & </td>
<td class="mdname1" valign="top" nowrap> <em>e</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [signal]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
A signal which is emitted when the mouse is moved in the canvas.<p>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>e</em> </td><td>Mouse event object </td></tr>
</table>
</dl>
<p>
Referenced by <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00284">mouseMoveEvent()</a>. </td>
</tr>
</table>
<a class="anchor" name="b9" doxytag="QwtPlotCanvas::mouseMoveEvent" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::mouseMoveEvent </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">QMouseEvent * </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Mouse event handler.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00284">284</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
References <a class="el" href="class_qwt_plot_canvas.html#l2">mouseMoved()</a>. </td>
</tr>
</table>
<a class="anchor" name="l0" doxytag="QwtPlotCanvas::mousePressed" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::mousePressed </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const QMouseEvent & </td>
<td class="mdname1" valign="top" nowrap> <em>e</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [signal]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
A signal which is emitted when the mouse is pressed in the canvas.<p>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>e</em> </td><td>Mouse event object </td></tr>
</table>
</dl>
<p>
Referenced by <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00234">mousePressEvent()</a>. </td>
</tr>
</table>
<a class="anchor" name="b7" doxytag="QwtPlotCanvas::mousePressEvent" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::mousePressEvent </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">QMouseEvent * </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Mouse event handler.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00234">234</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
References <a class="el" href="class_qwt_plot_canvas.html#l0">mousePressed()</a>. </td>
</tr>
</table>
<a class="anchor" name="l1" doxytag="QwtPlotCanvas::mouseReleased" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::mouseReleased </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const QMouseEvent & </td>
<td class="mdname1" valign="top" nowrap> <em>e</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [signal]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
A signal which is emitted when a mouse button has been released in the canvas.<p>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>e</em> </td><td>Mouse event object </td></tr>
</table>
</dl>
<p>
Referenced by <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00266">mouseReleaseEvent()</a>. </td>
</tr>
</table>
<a class="anchor" name="b8" doxytag="QwtPlotCanvas::mouseReleaseEvent" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::mouseReleaseEvent </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">QMouseEvent * </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [protected, virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Mouse event handler.
<p>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00266">266</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
References <a class="el" href="class_qwt_plot_canvas.html#l1">mouseReleased()</a>. </td>
</tr>
</table>
<a class="anchor" name="a7" doxytag="QwtPlotCanvas::outlineEnabled" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> bool QwtPlotCanvas::outlineEnabled </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b>Returns:</b></dt><dd><code>TRUE</code> if the outline feature is enabled</dd></dl>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a6">QwtPlotCanvas::enableOutline</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00340">340</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot_8cpp-source.html#l00876">QwtPlot::outlineEnabled()</a>. </td>
</tr>
</table>
<a class="anchor" name="a9" doxytag="QwtPlotCanvas::outlinePen" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> const QPen & QwtPlotCanvas::outlinePen </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b>Returns:</b></dt><dd>the pen used to draw outlines</dd></dl>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a8">QwtPlotCanvas::setOutlinePen</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00433">433</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot_8cpp-source.html#l00887">QwtPlot::outlinePen()</a>. </td>
</tr>
</table>
<a class="anchor" name="a11" doxytag="QwtPlotCanvas::outlineStyle" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> Qwt::Shape QwtPlotCanvas::outlineStyle </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b>Returns:</b></dt><dd>the outline style</dd></dl>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a10">QwtPlotCanvas::setOutlineStyle()</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00404">404</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot_8cpp-source.html#l00900">QwtPlot::outlineStyle()</a>. </td>
</tr>
</table>
<a class="anchor" name="a2" doxytag="QwtPlotCanvas::setCacheMode" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::setCacheMode </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">bool </td>
<td class="mdname1" valign="top" nowrap> <em>on</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
En/Disable caching.
<p>
When cache mode is enabled the canvas contents are copied to a pixmap that is used for trivial repaints. Such repaints happen when a plot gets unhidden, deiconified or changes the focus.<p>
The win of caching depends on the costs of <a class="el" href="class_qwt_plot.html#b1">QwtPlot::drawCanvas</a>. In case of plots with huge data it might be significant. The price of caching is wasting memory for the cache, what is a pixmap in size of contentsRect(). In case of <a class="el" href="class_qwt_paint_buffer.html#e1">QwtPaintBuffer::isEnabled()</a> updating the cache produces no performance overhead as it reuses the temporary paintbuffer of the double buffering. Otherwise canvas updates have to painted twice to widget and cache.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>on</em> </td><td>Enable caching, when TRUE</td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a3">cacheMode()</a>, <a class="el" href="class_qwt_plot_canvas.html#b6">drawCanvas()</a>, <a class="el" href="class_qwt_plot_canvas.html#b4">drawContents()</a>, <a class="el" href="class_qwt_plot_canvas.html#b2">cache()</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00066">66</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>. </td>
</tr>
</table>
<a class="anchor" name="a0" doxytag="QwtPlotCanvas::setFocusIndicator" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::setFocusIndicator </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="class_qwt_plot_canvas.html#w3">FocusIndicator</a> </td>
<td class="mdname1" valign="top" nowrap> <em>focusIndicator</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Set the focus indicator<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#w3">FocusIndicator</a>, <a class="el" href="class_qwt_plot_canvas.html#a1">focusIndicator</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00112">112</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>. </td>
</tr>
</table>
<a class="anchor" name="a8" doxytag="QwtPlotCanvas::setOutlinePen" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::setOutlinePen </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const QPen & </td>
<td class="mdname1" valign="top" nowrap> <em>pen</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Specify a pen for the outline.
<p>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>pen</em> </td><td>new pen </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a9">QwtPlotCanvas::outlinePen</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00419">419</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot_8cpp-source.html#l00865">QwtPlot::setOutlinePen()</a>. </td>
</tr>
</table>
<a class="anchor" name="a10" doxytag="QwtPlotCanvas::setOutlineStyle" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void QwtPlotCanvas::setOutlineStyle </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">Qwt::Shape </td>
<td class="mdname1" valign="top" nowrap> <em>os</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Specify the style of the outline.
<p>
<dl compact><dt><b>Warning:</b></dt><dd>Outlining functionality is obsolete: use <a class="el" href="class_qwt_plot_picker.html">QwtPlotPicker</a> or <a class="el" href="class_qwt_plot_zoomer.html">QwtPlotZoomer</a>.</dd></dl>
The outline style determines which kind of shape is drawn in the plotting region when the user presses a mouse button or drags the mouse. Valid Styles are: <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>os</em> </td><td>Outline Style. Valid values are: <code>Qwt::HLine</code>, <code>Qwt::VLine</code>, <code>Qwt::Cross</code>, <code>Qwt::Rect</code>, <code>Qwt::Ellipse</code> <dl>
<dt>Qwt::Cros </dt>
<dd>Cross hairs are drawn across the plotting area when the user presses a mouse button. The lines intersect at the point where the mouse was pressed and move with the mouse pointer. </dd>
<dt>Qwt::HLine, Qwt::VLine </dt>
<dd>A horizontal or vertical line appears when the user presses a mouse button. This is useful for moving line markers. </dd>
<dt>Qwt::Rect </dt>
<dd>A rectangle is displayed when the user drags the mouse. One corner is fixed at the point where the mouse was pressed, and the opposite corner moves with the mouse pointer. This can be used for selecting regions. </dd>
<dt>Qwt::Ellipse </dt>
<dd>Similar to Qwt::Rect, but with an ellipse inside a bounding rectangle. </dd>
</dl>
</td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="class_qwt_plot_canvas.html#a6">QwtPlotCanvas::enableOutline()</a>, <a class="el" href="class_qwt_plot_canvas.html#a11">QwtPlotCanvas::outlineStyle()</a> </dd></dl>
Definition at line <a class="el" href="qwt__plot__canvas_8cpp-source.html#l00379">379</a> of file <a class="el" href="qwt__plot__canvas_8cpp-source.html">qwt_plot_canvas.cpp</a>.
<p>
Referenced by <a class="el" href="qwt__plot_8cpp-source.html#l00852">QwtPlot::setOutlineStyle()</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Nov 16 21:12:35 2004 for Qwt User's Guide by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>
|