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
|
.TH "QwtSlider" 3 "Thu Dec 11 2014" "Version 6.1.2" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtSlider \-
.PP
The Slider Widget\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_slider\&.h>\fP
.PP
Inherits \fBQwtAbstractSlider\fP\&.
.SS "Public Types"
.in +1c
.ti -1c
.RI "enum \fBScalePosition\fP { \fBNoScale\fP, \fBLeadingScale\fP, \fBTrailingScale\fP }"
.br
.in -1c
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBQwtSlider\fP (QWidget *parent=NULL)"
.br
.ti -1c
.RI "\fBQwtSlider\fP (Qt::Orientation, QWidget *parent=NULL)"
.br
.ti -1c
.RI "virtual \fB~QwtSlider\fP ()"
.br
.RI "\fIDestructor\&. \fP"
.ti -1c
.RI "void \fBsetOrientation\fP (Qt::Orientation)"
.br
.RI "\fISet the orientation\&. \fP"
.ti -1c
.RI "Qt::Orientation \fBorientation\fP () const "
.br
.ti -1c
.RI "void \fBsetScalePosition\fP (\fBScalePosition\fP)"
.br
.RI "\fIChange the position of the scale\&. \fP"
.ti -1c
.RI "\fBScalePosition\fP \fBscalePosition\fP () const "
.br
.ti -1c
.RI "void \fBsetTrough\fP (bool)"
.br
.ti -1c
.RI "bool \fBhasTrough\fP () const "
.br
.ti -1c
.RI "void \fBsetGroove\fP (bool)"
.br
.ti -1c
.RI "bool \fBhasGroove\fP () const "
.br
.ti -1c
.RI "void \fBsetHandleSize\fP (const QSize &)"
.br
.RI "\fISet the slider's handle size\&. \fP"
.ti -1c
.RI "QSize \fBhandleSize\fP () const "
.br
.ti -1c
.RI "void \fBsetBorderWidth\fP (int bw)"
.br
.RI "\fIChange the slider's border width\&. \fP"
.ti -1c
.RI "int \fBborderWidth\fP () const "
.br
.ti -1c
.RI "void \fBsetSpacing\fP (int)"
.br
.RI "\fIChange the spacing between trough and scale\&. \fP"
.ti -1c
.RI "int \fBspacing\fP () const "
.br
.ti -1c
.RI "virtual QSize \fBsizeHint\fP () const "
.br
.ti -1c
.RI "virtual QSize \fBminimumSizeHint\fP () const "
.br
.ti -1c
.RI "void \fBsetScaleDraw\fP (\fBQwtScaleDraw\fP *)"
.br
.RI "\fISet a scale draw\&. \fP"
.ti -1c
.RI "const \fBQwtScaleDraw\fP * \fBscaleDraw\fP () const "
.br
.ti -1c
.RI "void \fBsetUpdateInterval\fP (int)"
.br
.RI "\fISpecify the update interval for automatic scrolling\&. \fP"
.ti -1c
.RI "int \fBupdateInterval\fP () const "
.br
.in -1c
.SS "Protected Member Functions"
.in +1c
.ti -1c
.RI "virtual double \fBscrolledTo\fP (const QPoint &) const "
.br
.RI "\fIDetermine the value for a new position of the slider handle\&. \fP"
.ti -1c
.RI "virtual bool \fBisScrollPosition\fP (const QPoint &) const "
.br
.RI "\fIDetermine what to do when the user presses a mouse button\&. \fP"
.ti -1c
.RI "virtual void \fBdrawSlider\fP (QPainter *, const QRect &) const "
.br
.ti -1c
.RI "virtual void \fBdrawHandle\fP (QPainter *, const QRect &, int pos) const "
.br
.ti -1c
.RI "virtual void \fBmousePressEvent\fP (QMouseEvent *)"
.br
.ti -1c
.RI "virtual void \fBmouseReleaseEvent\fP (QMouseEvent *)"
.br
.ti -1c
.RI "virtual void \fBresizeEvent\fP (QResizeEvent *)"
.br
.ti -1c
.RI "virtual void \fBpaintEvent\fP (QPaintEvent *)"
.br
.ti -1c
.RI "virtual void \fBchangeEvent\fP (QEvent *)"
.br
.ti -1c
.RI "virtual void \fBtimerEvent\fP (QTimerEvent *)"
.br
.ti -1c
.RI "virtual void \fBscaleChange\fP ()"
.br
.RI "\fINotify changed scale\&. \fP"
.ti -1c
.RI "QRect \fBsliderRect\fP () const "
.br
.ti -1c
.RI "QRect \fBhandleRect\fP () const "
.br
.in -1c
.SS "Additional Inherited Members"
.SH "Detailed Description"
.PP
The Slider Widget\&.
\fBQwtSlider\fP is a slider widget which operates on an interval of type double\&. Its position is related to a scale showing the current value\&.
.PP
The slider can be customized by having a through, a groove - or both\&.
.PP
.SH "Member Enumeration Documentation"
.PP
.SS "enum \fBQwtSlider::ScalePosition\fP"
Position of the scale
.PP
\fBSee Also:\fP
.RS 4
\fBQwtSlider()\fP, \fBsetScalePosition()\fP, \fBsetOrientation()\fP
.RE
.PP
.PP
\fBEnumerator\fP
.in +1c
.TP
\fB\fINoScale \fP\fP
The slider has no scale\&.
.TP
\fB\fILeadingScale \fP\fP
The scale is right of a vertical or below a horizontal slider\&.
.TP
\fB\fITrailingScale \fP\fP
The scale is left of a vertical or above a horizontal slider\&.
.SH "Constructor & Destructor Documentation"
.PP
.SS "QwtSlider::QwtSlider (QWidget *parent = \fCNULL\fP)\fC [explicit]\fP"
Construct vertical slider in QwtSlider::Trough style with a scale to the left\&.
.PP
The scale is initialized to [0\&.0, 100\&.0] and the value set to 0\&.0\&.
.PP
\fBParameters:\fP
.RS 4
\fIparent\fP Parent widget
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetOrientation()\fP, \fBsetScalePosition()\fP, setBackgroundStyle()
.RE
.PP
.SS "QwtSlider::QwtSlider (Qt::Orientationorientation, QWidget *parent = \fCNULL\fP)\fC [explicit]\fP"
Construct a slider in QwtSlider::Trough style
.PP
When orientation is Qt::Vertical the scale will be aligned to the left - otherwise at the the top of the slider\&.
.PP
The scale is initialized to [0\&.0, 100\&.0] and the value set to 0\&.0\&.
.PP
\fBParameters:\fP
.RS 4
\fIparent\fP Parent widget
.br
\fIorientation\fP Orientation of the slider\&.
.RE
.PP
.SH "Member Function Documentation"
.PP
.SS "int QwtSlider::borderWidth () const"
.PP
\fBReturns:\fP
.RS 4
the border width\&.
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetBorderWidth()\fP
.RE
.PP
.SS "void QwtSlider::changeEvent (QEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Handles QEvent::StyleChange and QEvent::FontChange events
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Change event
.RE
.PP
.SS "void QwtSlider::drawHandle (QPainter *painter, const QRect &handleRect, intpos) const\fC [protected]\fP, \fC [virtual]\fP"
Draw the thumb at a position
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Painter
.br
\fIhandleRect\fP Bounding rectangle of the handle
.br
\fIpos\fP Position of the handle marker in widget coordinates
.RE
.PP
.SS "void QwtSlider::drawSlider (QPainter *painter, const QRect &sliderRect) const\fC [protected]\fP, \fC [virtual]\fP"
Draw the slider into the specified rectangle\&.
.PP
\fBParameters:\fP
.RS 4
\fIpainter\fP Painter
.br
\fIsliderRect\fP Bounding rectangle of the slider
.RE
.PP
.SS "QRect QwtSlider::handleRect () const\fC [protected]\fP"
.PP
\fBReturns:\fP
.RS 4
Bounding rectangle of the slider handle
.RE
.PP
.SS "QSize QwtSlider::handleSize () const"
.PP
\fBReturns:\fP
.RS 4
Size of the handle\&.
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetHandleSize()\fP
.RE
.PP
.SS "bool QwtSlider::hasGroove () const"
.PP
\fBReturns:\fP
.RS 4
True, when the groove is visisble
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetGroove()\fP, \fBhasTrough()\fP
.RE
.PP
.SS "bool QwtSlider::hasTrough () const"
.PP
\fBReturns:\fP
.RS 4
True, when the trough is visisble
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetTrough()\fP, \fBhasGroove()\fP
.RE
.PP
.SS "bool QwtSlider::isScrollPosition (const QPoint &pos) const\fC [protected]\fP, \fC [virtual]\fP"
.PP
Determine what to do when the user presses a mouse button\&.
.PP
\fBParameters:\fP
.RS 4
\fIpos\fP Mouse position
.RE
.PP
\fBReturn values:\fP
.RS 4
\fITrue,when\fP \fBhandleRect()\fP contains pos
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBscrolledTo()\fP
.RE
.PP
.PP
Implements \fBQwtAbstractSlider\fP\&.
.SS "QSize QwtSlider::minimumSizeHint () const\fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
Minimum size hint
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsizeHint()\fP
.RE
.PP
.SS "void QwtSlider::mousePressEvent (QMouseEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Mouse press event handler
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Mouse event
.RE
.PP
.PP
Reimplemented from \fBQwtAbstractSlider\fP\&.
.SS "void QwtSlider::mouseReleaseEvent (QMouseEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Mouse release event handler
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Mouse event
.RE
.PP
.PP
Reimplemented from \fBQwtAbstractSlider\fP\&.
.SS "Qt::Orientation QwtSlider::orientation () const"
.PP
\fBReturns:\fP
.RS 4
Orientation
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetOrientation()\fP
.RE
.PP
.SS "void QwtSlider::paintEvent (QPaintEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Qt paint event handler
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Paint event
.RE
.PP
.SS "void QwtSlider::resizeEvent (QResizeEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Qt resize event handler
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Resize event
.RE
.PP
.SS "const \fBQwtScaleDraw\fP * QwtSlider::scaleDraw () const"
.PP
\fBReturns:\fP
.RS 4
the scale draw of the slider
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetScaleDraw()\fP
.RE
.PP
.SS "\fBQwtSlider::ScalePosition\fP QwtSlider::scalePosition () const"
.PP
\fBReturns:\fP
.RS 4
Position of the scale
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetScalePosition()\fP
.RE
.PP
.SS "double QwtSlider::scrolledTo (const QPoint &pos) const\fC [protected]\fP, \fC [virtual]\fP"
.PP
Determine the value for a new position of the slider handle\&.
.PP
\fBParameters:\fP
.RS 4
\fIpos\fP Mouse position
.RE
.PP
\fBReturns:\fP
.RS 4
Value for the mouse position
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBisScrollPosition()\fP
.RE
.PP
.PP
Implements \fBQwtAbstractSlider\fP\&.
.SS "void QwtSlider::setBorderWidth (intwidth)"
.PP
Change the slider's border width\&. The border width is used for drawing the slider handle and the trough\&.
.PP
\fBParameters:\fP
.RS 4
\fIwidth\fP Border width
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBborderWidth()\fP
.RE
.PP
.SS "void QwtSlider::setGroove (boolon)"
En/Disable the groove
.PP
The slider can be cutomized by showing a groove for the handle\&.
.PP
\fBParameters:\fP
.RS 4
\fIon\fP When true, the groove is visible
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBhasGroove()\fP, setThrough()
.RE
.PP
.SS "void QwtSlider::setHandleSize (const QSize &size)"
.PP
Set the slider's handle size\&. When the size is empty the slider handle will be painted with a default size depending on its \fBorientation()\fP and backgroundStyle()\&.
.PP
\fBParameters:\fP
.RS 4
\fIsize\fP New size
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBhandleSize()\fP
.RE
.PP
.SS "void QwtSlider::setOrientation (Qt::Orientationorientation)"
.PP
Set the orientation\&.
.PP
\fBParameters:\fP
.RS 4
\fIorientation\fP Allowed values are Qt::Horizontal and Qt::Vertical\&.
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBorientation()\fP, \fBscalePosition()\fP
.RE
.PP
.SS "void QwtSlider::setScaleDraw (\fBQwtScaleDraw\fP *scaleDraw)"
.PP
Set a scale draw\&. For changing the labels of the scales, it is necessary to derive from \fBQwtScaleDraw\fP and overload \fBQwtScaleDraw::label()\fP\&.
.PP
\fBParameters:\fP
.RS 4
\fIscaleDraw\fP ScaleDraw object, that has to be created with new and will be deleted in \fB~QwtSlider()\fP or the next call of \fBsetScaleDraw()\fP\&.
.RE
.PP
\fBSee Also:\fP
.RS 4
scaleDraw()
.RE
.PP
.SS "void QwtSlider::setScalePosition (\fBScalePosition\fPscalePosition)"
.PP
Change the position of the scale\&.
.PP
\fBParameters:\fP
.RS 4
\fIscalePosition\fP Position of the scale\&.
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBScalePosition\fP, \fBscalePosition()\fP
.RE
.PP
.SS "void QwtSlider::setSpacing (intspacing)"
.PP
Change the spacing between trough and scale\&. A spacing of 0 means, that the backbone of the scale is covered by the trough\&.
.PP
The default setting is 4 pixels\&.
.PP
\fBParameters:\fP
.RS 4
\fIspacing\fP Number of pixels
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBspacing()\fP;
.RE
.PP
.SS "void QwtSlider::setTrough (boolon)"
En/Disable the trough
.PP
The slider can be cutomized by showing a trough for the handle\&.
.PP
\fBParameters:\fP
.RS 4
\fIon\fP When true, the groove is visible
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBhasTrough()\fP, \fBsetGroove()\fP
.RE
.PP
.SS "void QwtSlider::setUpdateInterval (intinterval)"
.PP
Specify the update interval for automatic scrolling\&. The minimal accepted value is 50 ms\&.
.PP
\fBParameters:\fP
.RS 4
\fIinterval\fP Update interval in milliseconds
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetUpdateInterval()\fP
.RE
.PP
.SS "QSize QwtSlider::sizeHint () const\fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
\fBminimumSizeHint()\fP
.RE
.PP
.SS "QRect QwtSlider::sliderRect () const\fC [protected]\fP"
.PP
\fBReturns:\fP
.RS 4
Bounding rectangle of the slider - without the scale
.RE
.PP
.SS "int QwtSlider::spacing () const"
.PP
\fBReturns:\fP
.RS 4
Number of pixels between slider and scale
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetSpacing()\fP
.RE
.PP
.SS "void QwtSlider::timerEvent (QTimerEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Timer event handler
.PP
Handles the timer, when the mouse stays pressed inside the \fBsliderRect()\fP\&.
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Mouse event
.RE
.PP
.SS "int QwtSlider::updateInterval () const"
.PP
\fBReturns:\fP
.RS 4
Update interval in milliseconds for automatic scrolling
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetUpdateInterval()\fP
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.
|