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
|
.TH "QwtGraphic" 3 "Thu Dec 11 2014" "Version 6.1.2" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtGraphic \-
.PP
A paint device for scalable graphics\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_graphic\&.h>\fP
.PP
Inherits \fBQwtNullPaintDevice\fP\&.
.SS "Public Types"
.in +1c
.ti -1c
.RI "enum \fBRenderHint\fP { \fBRenderPensUnscaled\fP = 0x1 }"
.br
.ti -1c
.RI "typedef QFlags< \fBRenderHint\fP > \fBRenderHints\fP"
.br
.RI "\fIRender hints\&. \fP"
.in -1c
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBQwtGraphic\fP ()"
.br
.RI "\fIConstructor\&. \fP"
.ti -1c
.RI "\fBQwtGraphic\fP (const \fBQwtGraphic\fP &)"
.br
.RI "\fICopy constructor\&. \fP"
.ti -1c
.RI "virtual \fB~QwtGraphic\fP ()"
.br
.RI "\fIDestructor\&. \fP"
.ti -1c
.RI "\fBQwtGraphic\fP & \fBoperator=\fP (const \fBQwtGraphic\fP &)"
.br
.RI "\fIAssignment operator\&. \fP"
.ti -1c
.RI "void \fBreset\fP ()"
.br
.RI "\fIClear all stored commands\&. \fP"
.ti -1c
.RI "bool \fBisNull\fP () const "
.br
.ti -1c
.RI "bool \fBisEmpty\fP () const "
.br
.ti -1c
.RI "void \fBrender\fP (QPainter *) const "
.br
.RI "\fIReplay all recorded painter commands\&. \fP"
.ti -1c
.RI "void \fBrender\fP (QPainter *, const QSizeF &, Qt::AspectRatioMode=Qt::IgnoreAspectRatio) const "
.br
.RI "\fIReplay all recorded painter commands\&. \fP"
.ti -1c
.RI "void \fBrender\fP (QPainter *, const QRectF &, Qt::AspectRatioMode=Qt::IgnoreAspectRatio) const "
.br
.RI "\fIReplay all recorded painter commands\&. \fP"
.ti -1c
.RI "void \fBrender\fP (QPainter *, const QPointF &, Qt::Alignment=Qt::AlignTop|Qt::AlignLeft) const "
.br
.RI "\fIReplay all recorded painter commands\&. \fP"
.ti -1c
.RI "QPixmap \fBtoPixmap\fP () const "
.br
.RI "\fIConvert the graphic to a QPixmap\&. \fP"
.ti -1c
.RI "QPixmap \fBtoPixmap\fP (const QSize &, Qt::AspectRatioMode=Qt::IgnoreAspectRatio) const "
.br
.RI "\fIConvert the graphic to a QPixmap\&. \fP"
.ti -1c
.RI "QImage \fBtoImage\fP () const "
.br
.RI "\fIConvert the graphic to a QImage\&. \fP"
.ti -1c
.RI "QImage \fBtoImage\fP (const QSize &, Qt::AspectRatioMode=Qt::IgnoreAspectRatio) const "
.br
.RI "\fIConvert the graphic to a QImage\&. \fP"
.ti -1c
.RI "QRectF \fBscaledBoundingRect\fP (double sx, double sy) const "
.br
.RI "\fICalculate the target rectangle for scaling the graphic\&. \fP"
.ti -1c
.RI "QRectF \fBboundingRect\fP () const "
.br
.ti -1c
.RI "QRectF \fBcontrolPointRect\fP () const "
.br
.ti -1c
.RI "const QVector
.br
< \fBQwtPainterCommand\fP > & \fBcommands\fP () const "
.br
.ti -1c
.RI "void \fBsetCommands\fP (QVector< \fBQwtPainterCommand\fP > &)"
.br
.RI "\fIAppend paint commands\&. \fP"
.ti -1c
.RI "void \fBsetDefaultSize\fP (const QSizeF &)"
.br
.RI "\fISet a default size\&. \fP"
.ti -1c
.RI "QSizeF \fBdefaultSize\fP () const "
.br
.RI "\fIDefault size\&. \fP"
.ti -1c
.RI "void \fBsetRenderHint\fP (\fBRenderHint\fP, bool on=true)"
.br
.ti -1c
.RI "bool \fBtestRenderHint\fP (\fBRenderHint\fP) const "
.br
.in -1c
.SS "Protected Member Functions"
.in +1c
.ti -1c
.RI "virtual QSize \fBsizeMetrics\fP () const "
.br
.ti -1c
.RI "virtual void \fBdrawPath\fP (const QPainterPath &)"
.br
.ti -1c
.RI "virtual void \fBdrawPixmap\fP (const QRectF &, const QPixmap &, const QRectF &)"
.br
.RI "\fIStore a pixmap command in the command list\&. \fP"
.ti -1c
.RI "virtual void \fBdrawImage\fP (const QRectF &, const QImage &, const QRectF &, Qt::ImageConversionFlags)"
.br
.RI "\fIStore a image command in the command list\&. \fP"
.ti -1c
.RI "virtual void \fBupdateState\fP (const QPaintEngineState &state)"
.br
.RI "\fIStore a state command in the command list\&. \fP"
.in -1c
.SH "Detailed Description"
.PP
A paint device for scalable graphics\&.
\fBQwtGraphic\fP is the representation of a graphic that is tailored for scalability\&. Like QPicture it will be initialized by QPainter operations and can be replayed later to any target paint device\&.
.PP
While the usual image representations QImage and QPixmap are not scalable Qt offers two paint devices, that might be candidates for representing a vector graphic:
.PP
.IP "\(bu" 2
QPicture
.br
Unfortunately QPicture had been forgotten, when Qt4 introduced floating point based render engines\&. Its API is still on integers, what make it unusable for proper scaling\&.
.IP "\(bu" 2
QSvgRenderer/QSvgGenerator
.br
Unfortunately QSvgRenderer hides to much information about its nodes in internal APIs, that are necessary for proper layout calculations\&. Also it is derived from QObject and can't be copied like QImage/QPixmap\&.
.PP
.PP
\fBQwtGraphic\fP maps all scalable drawing primitives to a QPainterPath and stores them together with the painter state changes ( pen, brush, transformation \&.\&.\&. ) in a list of QwtPaintCommands\&. For being a complete QPaintDevice it also stores pixmaps or images, what is somehow against the idea of the class, because these objects can't be scaled without a loss in quality\&.
.PP
The main issue about scaling a \fBQwtGraphic\fP object are the pens used for drawing the outlines of the painter paths\&. While non cosmetic pens ( QPen::isCosmetic() ) are scaled with the same ratio as the path, cosmetic pens have a fixed width\&. A graphic might have paths with different pens - cosmetic and non-cosmetic\&.
.PP
\fBQwtGraphic\fP caches 2 different rectangles:
.PP
.IP "\(bu" 2
control point rectangle
.br
The control point rectangle is the bounding rectangle of all control point rectangles of the painter paths, or the target rectangle of the pixmaps/images\&.
.IP "\(bu" 2
bounding rectangle
.br
The bounding rectangle extends the control point rectangle by what is needed for rendering the outline with an unscaled pen\&.
.PP
.PP
Because the offset for drawing the outline depends on the shape of the painter path ( the peak of a triangle is different than the flat side ) scaling with a fixed aspect ratio always needs to be calculated from the control point rectangle\&.
.PP
\fBSee Also:\fP
.RS 4
\fBQwtPainterCommand\fP
.RE
.PP
.SH "Member Typedef Documentation"
.PP
.SS "typedef QFlags<\fBRenderHint\fP> \fBQwtGraphic::RenderHints\fP"
.PP
Render hints\&. The default setting is to disable all hints
.SH "Member Enumeration Documentation"
.PP
.SS "enum \fBQwtGraphic::RenderHint\fP"
Hint how to render a graphic
.PP
\fBSee Also:\fP
.RS 4
\fBsetRenderHint()\fP, \fBtestRenderHint()\fP
.RE
.PP
.PP
\fBEnumerator\fP
.in +1c
.TP
\fB\fIRenderPensUnscaled \fP\fP
When rendering a \fBQwtGraphic\fP a specific scaling between the \fBcontrolPointRect()\fP and the coordinates of the target rectangle is set up internally in \fBrender()\fP\&.
.PP
When RenderPensUnscaled is set this specific scaling is applied for the control points only, but not for the pens\&. All other painter transformations ( set up by application code ) are supposed to work like usual\&.
.PP
\fBSee Also:\fP
.RS 4
\fBrender()\fP;
.RE
.PP
.SH "Constructor & Destructor Documentation"
.PP
.SS "QwtGraphic::QwtGraphic ()"
.PP
Constructor\&. Initializes a null graphic
.PP
\fBSee Also:\fP
.RS 4
\fBisNull()\fP
.RE
.PP
.SS "QwtGraphic::QwtGraphic (const \fBQwtGraphic\fP &other)"
.PP
Copy constructor\&.
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Source
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBoperator=()\fP
.RE
.PP
.SH "Member Function Documentation"
.PP
.SS "QRectF QwtGraphic::boundingRect () const"
The bounding rectangle is the \fBcontrolPointRect()\fP extended by the areas needed for rendering the outlines with unscaled pens\&.
.PP
\fBReturns:\fP
.RS 4
Bounding rectangle of the graphic
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBcontrolPointRect()\fP, \fBscaledBoundingRect()\fP
.RE
.PP
.SS "const QVector< \fBQwtPainterCommand\fP > & QwtGraphic::commands () const"
.PP
\fBReturns:\fP
.RS 4
List of recorded paint commands
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetCommands()\fP
.RE
.PP
.SS "QRectF QwtGraphic::controlPointRect () const"
The control point rectangle is the bounding rectangle of all control points of the paths and the target rectangles of the images/pixmaps\&.
.PP
\fBReturns:\fP
.RS 4
Control point rectangle
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBboundingRect()\fP, \fBscaledBoundingRect()\fP
.RE
.PP
.SS "QSizeF QwtGraphic::defaultSize () const"
.PP
Default size\&. When a non empty size has been assigned by \fBsetDefaultSize()\fP this size will be returned\&. Otherwise the default size is the size of the bounding rectangle\&.
.PP
The default size is used in all methods rendering the graphic, where no size is explicitly specified\&.
.PP
\fBReturns:\fP
.RS 4
Default size
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetDefaultSize()\fP, \fBboundingRect()\fP
.RE
.PP
.SS "void QwtGraphic::drawImage (const QRectF &rect, const QImage &image, const QRectF &subRect, Qt::ImageConversionFlagsflags)\fC [protected]\fP, \fC [virtual]\fP"
.PP
Store a image command in the command list\&.
.PP
\fBParameters:\fP
.RS 4
\fIrect\fP traget rectangle
.br
\fIimage\fP Image to be painted
.br
\fIsubRect\fP Reactangle of the pixmap to be painted
.br
\fIflags\fP Image conversion flags
.RE
.PP
\fBSee Also:\fP
.RS 4
QPaintEngine::drawImage()
.RE
.PP
.PP
Reimplemented from \fBQwtNullPaintDevice\fP\&.
.SS "void QwtGraphic::drawPath (const QPainterPath &path)\fC [protected]\fP, \fC [virtual]\fP"
Store a path command in the command list
.PP
\fBParameters:\fP
.RS 4
\fIpath\fP Painter path
.RE
.PP
\fBSee Also:\fP
.RS 4
QPaintEngine::drawPath()
.RE
.PP
.PP
Reimplemented from \fBQwtNullPaintDevice\fP\&.
.SS "void QwtGraphic::drawPixmap (const QRectF &rect, const QPixmap &pixmap, const QRectF &subRect)\fC [protected]\fP, \fC [virtual]\fP"
.PP
Store a pixmap command in the command list\&.
.PP
\fBParameters:\fP
.RS 4
\fIrect\fP target rectangle
.br
\fIpixmap\fP Pixmap to be painted
.br
\fIsubRect\fP Reactangle of the pixmap to be painted
.RE
.PP
\fBSee Also:\fP
.RS 4
QPaintEngine::drawPixmap()
.RE
.PP
.PP
Reimplemented from \fBQwtNullPaintDevice\fP\&.
.SS "bool QwtGraphic::isEmpty () const"
.PP
\fBReturns:\fP
.RS 4
True, when the bounding rectangle is empty
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBboundingRect()\fP, \fBisNull()\fP
.RE
.PP
.SS "bool QwtGraphic::isNull () const"
.PP
\fBReturns:\fP
.RS 4
True, when no painter commands have been stored
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBisEmpty()\fP, \fBcommands()\fP
.RE
.PP
.SS "\fBQwtGraphic\fP & QwtGraphic::operator= (const \fBQwtGraphic\fP &other)"
.PP
Assignment operator\&.
.PP
\fBParameters:\fP
.RS 4
\fIother\fP Source
.RE
.PP
\fBReturns:\fP
.RS 4
A reference of this object
.RE
.PP
.SS "void QwtGraphic::render (QPainter *painter) const"
.PP
Replay all recorded painter commands\&.
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Qt painter
.RE
.PP
.SS "void QwtGraphic::render (QPainter *painter, const QSizeF &size, Qt::AspectRatioModeaspectRatioMode = \fCQt::IgnoreAspectRatio\fP) const"
.PP
Replay all recorded painter commands\&. The graphic is scaled to fit into the rectangle of the given size starting at ( 0, 0 )\&.
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Qt painter
.br
\fIsize\fP Size for the scaled graphic
.br
\fIaspectRatioMode\fP Mode how to scale - See Qt::AspectRatioMode
.RE
.PP
.SS "void QwtGraphic::render (QPainter *painter, const QRectF &rect, Qt::AspectRatioModeaspectRatioMode = \fCQt::IgnoreAspectRatio\fP) const"
.PP
Replay all recorded painter commands\&. The graphic is scaled to fit into the given rectangle
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Qt painter
.br
\fIrect\fP Rectangle for the scaled graphic
.br
\fIaspectRatioMode\fP Mode how to scale - See Qt::AspectRatioMode
.RE
.PP
.SS "void QwtGraphic::render (QPainter *painter, const QPointF &pos, Qt::Alignmentalignment = \fCQt::AlignTop | Qt::AlignLeft\fP) const"
.PP
Replay all recorded painter commands\&. The graphic is scaled to the \fBdefaultSize()\fP and aligned to a position\&.
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Qt painter
.br
\fIpos\fP Reference point, where to render
.br
\fIalignment\fP Flags how to align the target rectangle to pos\&.
.RE
.PP
.SS "void QwtGraphic::reset ()"
.PP
Clear all stored commands\&.
.PP
\fBSee Also:\fP
.RS 4
\fBisNull()\fP
.RE
.PP
.SS "QRectF QwtGraphic::scaledBoundingRect (doublesx, doublesy) const"
.PP
Calculate the target rectangle for scaling the graphic\&.
.PP
\fBParameters:\fP
.RS 4
\fIsx\fP Horizontal scaling factor
.br
\fIsy\fP Vertical scaling factor
.RE
.PP
\fBNote:\fP
.RS 4
In case of paths that are painted with a cosmetic pen ( see QPen::isCosmetic() ) the target rectangle is different to multiplying the bounding rectangle\&.
.RE
.PP
\fBReturns:\fP
.RS 4
Scaled bounding rectangle
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBboundingRect()\fP, \fBcontrolPointRect()\fP
.RE
.PP
.SS "void QwtGraphic::setCommands (QVector< \fBQwtPainterCommand\fP > &commands)"
.PP
Append paint commands\&.
.PP
\fBParameters:\fP
.RS 4
\fIcommands\fP Paint commands
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBcommands()\fP
.RE
.PP
.SS "void QwtGraphic::setDefaultSize (const QSizeF &size)"
.PP
Set a default size\&. The default size is used in all methods rendering the graphic, where no size is explicitly specified\&. Assigning an empty size means, that the default size will be calculated from the bounding rectangle\&.
.PP
The default setting is an empty size\&.
.PP
\fBParameters:\fP
.RS 4
\fIsize\fP Default size
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBdefaultSize()\fP, \fBboundingRect()\fP
.RE
.PP
.SS "void QwtGraphic::setRenderHint (\fBRenderHint\fPhint, boolon = \fCtrue\fP)"
Toggle an render hint
.PP
\fBParameters:\fP
.RS 4
\fIhint\fP Render hint
.br
\fIon\fP true/false
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBtestRenderHint()\fP, \fBRenderHint\fP
.RE
.PP
.SS "QSize QwtGraphic::sizeMetrics () const\fC [protected]\fP, \fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
Ceiled \fBdefaultSize()\fP
.RE
.PP
.PP
Implements \fBQwtNullPaintDevice\fP\&.
.SS "bool QwtGraphic::testRenderHint (\fBRenderHint\fPhint) const"
Test a render hint
.PP
\fBParameters:\fP
.RS 4
\fIhint\fP Render hint
.RE
.PP
\fBReturns:\fP
.RS 4
true/false
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetRenderHint()\fP, \fBRenderHint\fP
.RE
.PP
.SS "QImage QwtGraphic::toImage () const"
.PP
Convert the graphic to a QImage\&. All pixels of the image get initialized by 0 ( transparent ) before the graphic is scaled and rendered on it\&.
.PP
The format of the image is QImage::Format_ARGB32_Premultiplied\&.
.PP
The size of the image is the default size ( ceiled to integers ) of the graphic\&.
.PP
\fBReturns:\fP
.RS 4
The graphic as image in default size
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBdefaultSize()\fP, \fBtoPixmap()\fP, \fBrender()\fP
.RE
.PP
.SS "QImage QwtGraphic::toImage (const QSize &size, Qt::AspectRatioModeaspectRatioMode = \fCQt::IgnoreAspectRatio\fP) const"
.PP
Convert the graphic to a QImage\&. All pixels of the image get initialized by 0 ( transparent ) before the graphic is scaled and rendered on it\&.
.PP
The format of the image is QImage::Format_ARGB32_Premultiplied\&.
.PP
\fBParameters:\fP
.RS 4
\fIsize\fP Size of the image
.br
\fIaspectRatioMode\fP Aspect ratio how to scale the graphic
.RE
.PP
\fBReturns:\fP
.RS 4
The graphic as image
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBtoPixmap()\fP, \fBrender()\fP
.RE
.PP
.SS "QPixmap QwtGraphic::toPixmap () const"
.PP
Convert the graphic to a QPixmap\&. All pixels of the pixmap get initialized by Qt::transparent before the graphic is scaled and rendered on it\&.
.PP
The size of the pixmap is the default size ( ceiled to integers ) of the graphic\&.
.PP
\fBReturns:\fP
.RS 4
The graphic as pixmap in default size
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBdefaultSize()\fP, \fBtoImage()\fP, \fBrender()\fP
.RE
.PP
.SS "QPixmap QwtGraphic::toPixmap (const QSize &size, Qt::AspectRatioModeaspectRatioMode = \fCQt::IgnoreAspectRatio\fP) const"
.PP
Convert the graphic to a QPixmap\&. All pixels of the pixmap get initialized by Qt::transparent before the graphic is scaled and rendered on it\&.
.PP
\fBParameters:\fP
.RS 4
\fIsize\fP Size of the image
.br
\fIaspectRatioMode\fP Aspect ratio how to scale the graphic
.RE
.PP
\fBReturns:\fP
.RS 4
The graphic as pixmap
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBtoImage()\fP, \fBrender()\fP
.RE
.PP
.SS "void QwtGraphic::updateState (const QPaintEngineState &state)\fC [protected]\fP, \fC [virtual]\fP"
.PP
Store a state command in the command list\&.
.PP
\fBParameters:\fP
.RS 4
\fIstate\fP State to be stored
.RE
.PP
\fBSee Also:\fP
.RS 4
QPaintEngine::updateState()
.RE
.PP
.PP
Reimplemented from \fBQwtNullPaintDevice\fP\&.
.SH "Author"
.PP
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.
|