QwtAbstractSlider.3
14.2 KB
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
.TH "QwtAbstractSlider" 3 "Sat Jan 26 2013" "Version 6.1-rc3" "Qwt User's Guide" \" -*- nroff -*-
.ad l
.nh
.SH NAME
QwtAbstractSlider \-
.PP
An abstract base class for slider widgets with a scale\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <qwt_abstract_slider\&.h>\fP
.PP
Inherits \fBQwtAbstractScale\fP\&.
.PP
Inherited by \fBQwtDial\fP, \fBQwtKnob\fP, and \fBQwtSlider\fP\&.
.SS "Public Slots"
.in +1c
.ti -1c
.RI "void \fBsetValue\fP (double val)"
.br
.in -1c
.SS "Signals"
.in +1c
.ti -1c
.RI "void \fBvalueChanged\fP (double \fBvalue\fP)"
.br
.RI "\fINotify a change of value\&. \fP"
.ti -1c
.RI "void \fBsliderPressed\fP ()"
.br
.ti -1c
.RI "void \fBsliderReleased\fP ()"
.br
.ti -1c
.RI "void \fBsliderMoved\fP (double \fBvalue\fP)"
.br
.in -1c
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBQwtAbstractSlider\fP (QWidget *parent=NULL)"
.br
.RI "\fIConstructor\&. \fP"
.ti -1c
.RI "virtual \fB~QwtAbstractSlider\fP ()"
.br
.RI "\fIDestructor\&. \fP"
.ti -1c
.RI "void \fBsetValid\fP (bool)"
.br
.ti -1c
.RI "bool \fBisValid\fP () const "
.br
.ti -1c
.RI "double \fBvalue\fP () const "
.br
.RI "\fIReturns the current value\&. \fP"
.ti -1c
.RI "void \fBsetWrapping\fP (bool)"
.br
.ti -1c
.RI "bool \fBwrapping\fP () const "
.br
.ti -1c
.RI "void \fBsetTotalSteps\fP (uint)"
.br
.RI "\fISet the number of steps\&. \fP"
.ti -1c
.RI "uint \fBtotalSteps\fP () const "
.br
.ti -1c
.RI "void \fBsetSingleSteps\fP (uint)"
.br
.RI "\fISet the number of steps for a single increment\&. \fP"
.ti -1c
.RI "uint \fBsingleSteps\fP () const "
.br
.ti -1c
.RI "void \fBsetPageSteps\fP (uint)"
.br
.RI "\fISet the number of steps for a page increment\&. \fP"
.ti -1c
.RI "uint \fBpageSteps\fP () const "
.br
.ti -1c
.RI "void \fBsetStepAlignment\fP (bool)"
.br
.RI "\fIEnable step alignment\&. \fP"
.ti -1c
.RI "bool \fBstepAlignment\fP () const "
.br
.ti -1c
.RI "void \fBsetTracking\fP (bool)"
.br
.RI "\fIEnables or disables tracking\&. \fP"
.ti -1c
.RI "bool \fBisTracking\fP () const "
.br
.ti -1c
.RI "void \fBsetReadOnly\fP (bool)"
.br
.ti -1c
.RI "bool \fBisReadOnly\fP () const "
.br
.ti -1c
.RI "void \fBsetInvertedControls\fP (bool)"
.br
.ti -1c
.RI "bool \fBinvertedControls\fP () const "
.br
.in -1c
.SS "Protected Member Functions"
.in +1c
.ti -1c
.RI "virtual void \fBmousePressEvent\fP (QMouseEvent *)"
.br
.ti -1c
.RI "virtual void \fBmouseReleaseEvent\fP (QMouseEvent *)"
.br
.ti -1c
.RI "virtual void \fBmouseMoveEvent\fP (QMouseEvent *)"
.br
.ti -1c
.RI "virtual void \fBkeyPressEvent\fP (QKeyEvent *)"
.br
.ti -1c
.RI "virtual void \fBwheelEvent\fP (QWheelEvent *)"
.br
.ti -1c
.RI "virtual bool \fBisScrollPosition\fP (const QPoint &pos) const =0"
.br
.RI "\fIDetermine what to do when the user presses a mouse button\&. \fP"
.ti -1c
.RI "virtual double \fBscrolledTo\fP (const QPoint &pos) const =0"
.br
.RI "\fIDetermine the value for a new position of the movable part of the slider\&. \fP"
.ti -1c
.RI "void \fBincrementValue\fP (int numSteps)"
.br
.ti -1c
.RI "virtual void \fBscaleChange\fP ()"
.br
.ti -1c
.RI "virtual void \fBsliderChange\fP ()"
.br
.RI "\fICalling update() \fP"
.ti -1c
.RI "double \fBincrementedValue\fP (double \fBvalue\fP, int stepCount) const "
.br
.in -1c
.SH "Detailed Description"
.PP
An abstract base class for slider widgets with a scale\&.
A slider widget displays a value according to a scale\&. The class is designed as a common super class for widgets like \fBQwtKnob\fP, \fBQwtDial\fP and \fBQwtSlider\fP\&.
.PP
When the slider is nor readOnly() its value can be modified by keyboard, mouse and wheel inputs\&.
.PP
The range of the slider is divided into a number of steps from which the value increments according to user inputs depend\&. Only for linear scales the number of steps correspond with a fixed step size\&.
.SH "Constructor & Destructor Documentation"
.PP
.SS "QwtAbstractSlider::QwtAbstractSlider (QWidget *parent = \fCNULL\fP)\fC [explicit]\fP"
.PP
Constructor\&. The scale is initialized to [0\&.0, 100\&.0], the number of steps is set to 100 with 1 and 10 and single an page step sizes\&. Step alignment is enabled\&.
.PP
The initial value is invalid\&.
.PP
\fBParameters:\fP
.RS 4
\fIparent\fP Parent widget
.RE
.PP
.SH "Member Function Documentation"
.PP
.SS "double QwtAbstractSlider::incrementedValue (doublevalue, intstepCount) const\fC [protected]\fP"
Increment a value
.PP
\fBSee Also:\fP
.RS 4
\fBvalue\fP Value
.PP
stepCount Number of steps
.RE
.PP
\fBReturns:\fP
.RS 4
Incremented value
.RE
.PP
.SS "void QwtAbstractSlider::incrementValue (intstepCount)\fC [protected]\fP"
Increment the slider
.PP
The step size depends on the number of \fBtotalSteps()\fP
.PP
\fBParameters:\fP
.RS 4
\fIstepCount\fP Number of steps
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetTotalSteps()\fP, \fBincrementedValue()\fP
.RE
.PP
.SS "bool QwtAbstractSlider::invertedControls () const"
\fBReturns:\fP
.RS 4
True, when the controls are inverted
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetInvertedControls()\fP
.RE
.PP
.SS "bool QwtAbstractSlider::isReadOnly () const"
In read only mode the slider can't be controlled by mouse or keyboard\&.
.PP
\fBReturns:\fP
.RS 4
true if read only
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetReadOnly()\fP
.RE
.PP
.SS "virtual bool QwtAbstractSlider::isScrollPosition (const QPoint &pos) const\fC [protected]\fP, \fC [pure virtual]\fP"
.PP
Determine what to do when the user presses a mouse button\&. \fBParameters:\fP
.RS 4
\fIpos\fP Mouse position
.RE
.PP
\fBReturn values:\fP
.RS 4
\fITrue,when\fP pos is a valid scroll position
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBscrolledTo()\fP
.RE
.PP
.PP
Implemented in \fBQwtKnob\fP, \fBQwtDial\fP, and \fBQwtSlider\fP\&.
.SS "bool QwtAbstractSlider::isTracking () const"
\fBReturns:\fP
.RS 4
True, when tracking has been enabled
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetTracking()\fP
.RE
.PP
.SS "bool QwtAbstractSlider::isValid () const"
\fBReturns:\fP
.RS 4
True, when the value is invalid
.RE
.PP
.SS "void QwtAbstractSlider::keyPressEvent (QKeyEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Handles key events
.PP
\fBQwtAbstractSlider\fP handles the following keys:
.PP
.IP "\(bu" 2
Qt::Key_Left
.br
Add/Subtract \fBsingleSteps()\fP in direction to \fBlowerBound()\fP;
.IP "\(bu" 2
Qt::Key_Right
.br
Add/Subtract \fBsingleSteps()\fP in direction to \fBupperBound()\fP;
.IP "\(bu" 2
Qt::Key_Down
.br
Subtract \fBsingleSteps()\fP, when \fBinvertedControls()\fP is false
.IP "\(bu" 2
Qt::Key_Up
.br
Add \fBsingleSteps()\fP, when \fBinvertedControls()\fP is false
.IP "\(bu" 2
Qt::Key_PageDown
.br
Subtract \fBpageSteps()\fP, when \fBinvertedControls()\fP is false
.IP "\(bu" 2
Qt::Key_PageUp
.br
Add \fBpageSteps()\fP, when \fBinvertedControls()\fP is false
.IP "\(bu" 2
Qt::Key_Home
.br
Set the value to the \fBminimum()\fP
.IP "\(bu" 2
Qt::Key_End
.br
Set the value to the \fBmaximum()\fP
.PP
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Key event
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBisReadOnly()\fP
.RE
.PP
.PP
Reimplemented in \fBQwtCompass\fP\&.
.SS "void QwtAbstractSlider::mouseMoveEvent (QMouseEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Mouse Move Event handler
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Mouse event
.RE
.PP
.SS "void QwtAbstractSlider::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 in \fBQwtSlider\fP\&.
.SS "void QwtAbstractSlider::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 in \fBQwtSlider\fP\&.
.SS "uint QwtAbstractSlider::pageSteps () const"
\fBReturns:\fP
.RS 4
Number of steps
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetPageSteps()\fP, \fBtotalSteps()\fP, \fBsingleSteps()\fP
.RE
.PP
.SS "void QwtAbstractSlider::scaleChange ()\fC [protected]\fP, \fC [virtual]\fP"
Update the slider according to modifications of the scale
.PP
Reimplemented from \fBQwtAbstractScale\fP\&.
.PP
Reimplemented in \fBQwtDial\fP, and \fBQwtSlider\fP\&.
.SS "virtual double QwtAbstractSlider::scrolledTo (const QPoint &pos) const\fC [protected]\fP, \fC [pure virtual]\fP"
.PP
Determine the value for a new position of the movable part of the slider\&. \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
Implemented in \fBQwtKnob\fP, \fBQwtDial\fP, and \fBQwtSlider\fP\&.
.SS "void QwtAbstractSlider::setInvertedControls (boolon)"
Invert wheel and key events
.PP
Usually scrolling the mouse wheel 'up' and using keys like page up will increase the slider's value towards its maximum\&. When \fBinvertedControls()\fP is enabled the value is scrolled towards its minimum\&.
.PP
Inverting the controls might be f\&.e\&. useful for a vertical slider with an inverted scale ( decreasing from top to bottom )\&.
.PP
\fBParameters:\fP
.RS 4
\fIon\fP Invert controls, when true
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBinvertedControls()\fP, keyEvent(), \fBwheelEvent()\fP
.RE
.PP
.SS "void QwtAbstractSlider::setPageSteps (uintstepCount)"
.PP
Set the number of steps for a page increment\&. The range of the slider is divided into a number of steps from which the value increments according to user inputs depend\&.
.PP
\fBParameters:\fP
.RS 4
\fIstepCount\fP Number of steps
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBpageSteps()\fP, \fBsetTotalSteps()\fP, \fBsetSingleSteps()\fP
.RE
.PP
.SS "void QwtAbstractSlider::setReadOnly (boolon)"
En/Disable read only mode
.PP
In read only mode the slider can't be controlled by mouse or keyboard\&.
.PP
\fBParameters:\fP
.RS 4
\fIon\fP Enables in case of true
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBisReadOnly()\fP
.RE
.PP
\fBWarning:\fP
.RS 4
The focus policy is set to Qt::StrongFocus or Qt::NoFocus
.RE
.PP
.SS "void QwtAbstractSlider::setSingleSteps (uintstepCount)"
.PP
Set the number of steps for a single increment\&. The range of the slider is divided into a number of steps from which the value increments according to user inputs depend\&.
.PP
\fBParameters:\fP
.RS 4
\fIstepCount\fP Number of steps
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsingleSteps()\fP, \fBsetTotalSteps()\fP, \fBsetPageSteps()\fP
.RE
.PP
.SS "void QwtAbstractSlider::setStepAlignment (boolon)"
.PP
Enable step alignment\&. When step alignment is enabled values resulting from slider movements are aligned to the step size\&.
.PP
\fBParameters:\fP
.RS 4
\fIon\fP Enable step alignment when true
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBstepAlignment()\fP
.RE
.PP
.SS "void QwtAbstractSlider::setTotalSteps (uintstepCount)"
.PP
Set the number of steps\&. The range of the slider is divided into a number of steps from which the value increments according to user inputs depend\&.
.PP
The default setting is 100\&.
.PP
\fBParameters:\fP
.RS 4
\fIstepCount\fP Number of steps
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBtotalSteps()\fP, \fBsetSingleSteps()\fP, \fBsetPageSteps()\fP
.RE
.PP
.SS "void QwtAbstractSlider::setTracking (boolon)"
.PP
Enables or disables tracking\&. If tracking is enabled, the slider emits the \fBvalueChanged()\fP signal while the movable part of the slider is being dragged\&. If tracking is disabled, the slider emits the \fBvalueChanged()\fP signal only when the user releases the slider\&.
.PP
Tracking is enabled by default\&.
.PP
\fBParameters:\fP
.RS 4
\fIon\fP \fCtrue\fP (enable) or \fCfalse\fP (disable) tracking\&.
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBisTracking()\fP, \fBsliderMoved()\fP
.RE
.PP
.SS "void QwtAbstractSlider::setValid (boolon)"
Set the value to be valid/invalid
.PP
\fBParameters:\fP
.RS 4
\fIon\fP When true, the value is invalidated
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetValue()\fP
.RE
.PP
.SS "void QwtAbstractSlider::setValue (doublevalue)\fC [slot]\fP"
Set the slider to the specified value
.PP
\fBParameters:\fP
.RS 4
\fIvalue\fP New value
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetValid()\fP, \fBsliderChange()\fP, \fBvalueChanged()\fP
.RE
.PP
.SS "void QwtAbstractSlider::setWrapping (boolon)"
If wrapping is true stepping up from \fBupperBound()\fP value will take you to the \fBminimum()\fP value and vice versa\&.
.PP
\fBParameters:\fP
.RS 4
\fIon\fP En/Disable wrapping
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBwrapping()\fP
.RE
.PP
.SS "uint QwtAbstractSlider::singleSteps () const"
\fBReturns:\fP
.RS 4
Number of steps
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetSingleSteps()\fP, \fBtotalSteps()\fP, \fBpageSteps()\fP
.RE
.PP
.SS "void QwtAbstractSlider::sliderMoved (doublevalue)\fC [signal]\fP"
This signal is emitted when the user moves the slider with the mouse\&.
.PP
\fBParameters:\fP
.RS 4
\fIvalue\fP New value
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBvalueChanged()\fP
.RE
.PP
.SS "void QwtAbstractSlider::sliderPressed ()\fC [signal]\fP"
This signal is emitted when the user presses the movable part of the slider\&.
.SS "void QwtAbstractSlider::sliderReleased ()\fC [signal]\fP"
This signal is emitted when the user releases the movable part of the slider\&.
.SS "bool QwtAbstractSlider::stepAlignment () const"
\fBReturns:\fP
.RS 4
True, when step alignment is enabled
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetStepAlignment()\fP
.RE
.PP
.SS "uint QwtAbstractSlider::totalSteps () const"
\fBReturns:\fP
.RS 4
Number of steps
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetTotalSteps()\fP, \fBsingleSteps()\fP, \fBpageSteps()\fP
.RE
.PP
.SS "void QwtAbstractSlider::valueChanged (doublevalue)\fC [signal]\fP"
.PP
Notify a change of value\&. When tracking is enabled (default setting), this signal will be emitted every time the value changes\&.
.PP
\fBParameters:\fP
.RS 4
\fIvalue\fP New value
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetTracking()\fP, \fBsliderMoved()\fP
.RE
.PP
.SS "void QwtAbstractSlider::wheelEvent (QWheelEvent *event)\fC [protected]\fP, \fC [virtual]\fP"
Wheel Event handler
.PP
In/decreases the value by s number of steps\&. The direction depends on the \fBinvertedControls()\fP property\&.
.PP
When the control or shift modifier is pressed the wheel delta ( divided by 120 ) is mapped to an increment according to \fBpageSteps()\fP\&. Otherwise it is mapped to \fBsingleSteps()\fP\&.
.PP
\fBParameters:\fP
.RS 4
\fIevent\fP Wheel event
.RE
.PP
.PP
Reimplemented in \fBQwtDial\fP\&.
.SS "bool QwtAbstractSlider::wrapping () const"
\fBReturns:\fP
.RS 4
True, when wrapping is set
.RE
.PP
\fBSee Also:\fP
.RS 4
\fBsetWrapping()\fP
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Qwt User's Guide from the source code\&.