~ubuntu-branches/ubuntu/oneiric/qwt/oneiric-proposed

« back to all changes in this revision

Viewing changes to qwt/doc/man/man3/QwtThermo.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-07-01 16:08:21 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090701160821-gog44m4w7x2f4u6o
Tags: 5.2.0-1
* New upstream release.
* Add branch pull patch from svn r544.
* Bump Standards-Version to 3.8.2. No changes needed.
* Update installed manpages.
* Use qwt as base name for directory (drop version).
* Add missing warnings patch.
* Rewrite debian/rules: use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "QwtThermo" 3 "22 Mar 2009" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtThermo \- The Thermometer Widget.  
 
6
 
 
7
.PP
 
8
.SH SYNOPSIS
 
9
.br
 
10
.PP
 
11
\fC#include <qwt_thermo.h>\fP
 
12
.PP
 
13
Inherits \fBQwtAbstractScale\fP.
 
14
.PP
 
15
.SS "Public Types"
 
16
 
 
17
.in +1c
 
18
.ti -1c
 
19
.RI "enum \fBScalePos\fP { \fBNoScale\fP, \fBLeftScale\fP, \fBRightScale\fP, \fBTopScale\fP, \fBBottomScale\fP }"
 
20
.br
 
21
.SS "Public Slots"
 
22
 
 
23
.in +1c
 
24
.ti -1c
 
25
.RI "void \fBsetValue\fP (double val)"
 
26
.br
 
27
.in -1c
 
28
.SS "Public Member Functions"
 
29
 
 
30
.in +1c
 
31
.ti -1c
 
32
.RI "\fBQwtThermo\fP (QWidget *parent=NULL)"
 
33
.br
 
34
.ti -1c
 
35
.RI "virtual \fB~QwtThermo\fP ()"
 
36
.br
 
37
.ti -1c
 
38
.RI "void \fBsetOrientation\fP (Qt::Orientation o, ScalePos s)"
 
39
.br
 
40
.ti -1c
 
41
.RI "void \fBsetScalePosition\fP (ScalePos s)"
 
42
.br
 
43
.ti -1c
 
44
.RI "ScalePos \fBscalePosition\fP () const "
 
45
.br
 
46
.ti -1c
 
47
.RI "void \fBsetBorderWidth\fP (int w)"
 
48
.br
 
49
.ti -1c
 
50
.RI "int \fBborderWidth\fP () const "
 
51
.br
 
52
.ti -1c
 
53
.RI "void \fBsetFillBrush\fP (const QBrush &b)"
 
54
.br
 
55
.ti -1c
 
56
.RI "const QBrush & \fBfillBrush\fP () const "
 
57
.br
 
58
.ti -1c
 
59
.RI "void \fBsetFillColor\fP (const QColor &c)"
 
60
.br
 
61
.ti -1c
 
62
.RI "const QColor & \fBfillColor\fP () const "
 
63
.br
 
64
.ti -1c
 
65
.RI "void \fBsetAlarmBrush\fP (const QBrush &b)"
 
66
.br
 
67
.ti -1c
 
68
.RI "const QBrush & \fBalarmBrush\fP () const "
 
69
.br
 
70
.ti -1c
 
71
.RI "void \fBsetAlarmColor\fP (const QColor &c)"
 
72
.br
 
73
.ti -1c
 
74
.RI "const QColor & \fBalarmColor\fP () const "
 
75
.br
 
76
.ti -1c
 
77
.RI "void \fBsetAlarmLevel\fP (double v)"
 
78
.br
 
79
.ti -1c
 
80
.RI "double \fBalarmLevel\fP () const "
 
81
.br
 
82
.ti -1c
 
83
.RI "void \fBsetAlarmEnabled\fP (bool tf)"
 
84
.br
 
85
.ti -1c
 
86
.RI "bool \fBalarmEnabled\fP () const "
 
87
.br
 
88
.ti -1c
 
89
.RI "void \fBsetPipeWidth\fP (int w)"
 
90
.br
 
91
.ti -1c
 
92
.RI "int \fBpipeWidth\fP () const "
 
93
.br
 
94
.ti -1c
 
95
.RI "void \fBsetMaxValue\fP (double v)"
 
96
.br
 
97
.ti -1c
 
98
.RI "double \fBmaxValue\fP () const "
 
99
.br
 
100
.ti -1c
 
101
.RI "void \fBsetMinValue\fP (double v)"
 
102
.br
 
103
.ti -1c
 
104
.RI "double \fBminValue\fP () const "
 
105
.br
 
106
.ti -1c
 
107
.RI "double \fBvalue\fP () const "
 
108
.br
 
109
.ti -1c
 
110
.RI "void \fBsetRange\fP (double vmin, double vmax, bool lg=false)"
 
111
.br
 
112
.ti -1c
 
113
.RI "void \fBsetMargin\fP (int m)"
 
114
.br
 
115
.ti -1c
 
116
.RI "virtual QSize \fBsizeHint\fP () const "
 
117
.br
 
118
.ti -1c
 
119
.RI "virtual QSize \fBminimumSizeHint\fP () const "
 
120
.br
 
121
.ti -1c
 
122
.RI "void \fBsetScaleDraw\fP (\fBQwtScaleDraw\fP *)"
 
123
.br
 
124
.ti -1c
 
125
.RI "const \fBQwtScaleDraw\fP * \fBscaleDraw\fP () const "
 
126
.br
 
127
.in -1c
 
128
.SS "Protected Member Functions"
 
129
 
 
130
.in +1c
 
131
.ti -1c
 
132
.RI "void \fBdraw\fP (QPainter *p, const QRect &update_rect)"
 
133
.br
 
134
.ti -1c
 
135
.RI "void \fBdrawThermo\fP (QPainter *p)"
 
136
.br
 
137
.ti -1c
 
138
.RI "void \fBlayoutThermo\fP (bool update=true)"
 
139
.br
 
140
.ti -1c
 
141
.RI "virtual void \fBscaleChange\fP ()"
 
142
.br
 
143
.ti -1c
 
144
.RI "virtual void \fBfontChange\fP (const QFont &oldFont)"
 
145
.br
 
146
.ti -1c
 
147
.RI "virtual void \fBpaintEvent\fP (QPaintEvent *e)"
 
148
.br
 
149
.ti -1c
 
150
.RI "virtual void \fBresizeEvent\fP (QResizeEvent *e)"
 
151
.br
 
152
.ti -1c
 
153
.RI "\fBQwtScaleDraw\fP * \fBscaleDraw\fP ()"
 
154
.br
 
155
.in -1c
 
156
.SH "Detailed Description"
 
157
.PP 
 
158
The Thermometer Widget. 
 
159
 
 
160
\fBQwtThermo\fP is a widget which displays a value in an interval. It supports:
 
161
.IP "\(bu" 2
 
162
a horizontal or vertical layout;
 
163
.IP "\(bu" 2
 
164
a range;
 
165
.IP "\(bu" 2
 
166
a scale;
 
167
.IP "\(bu" 2
 
168
an alarm level.
 
169
.PP
 
170
.PP
 
171
.PP
 
172
By default, the scale and range run over the same interval of values. \fBQwtAbstractScale::setScale()\fP changes the interval of the scale and allows easy conversion between physical units.
 
173
.PP
 
174
The example shows how to make the scale indicate in degrees Fahrenheit and to set the value in degrees Kelvin: 
 
175
.PP
 
176
.nf
 
177
#include <qapplication.h>
 
178
#include <qwt_thermo.h>
 
179
 
 
180
double Kelvin2Fahrenheit(double kelvin)
 
181
{
 
182
    // see http://en.wikipedia.org/wiki/Kelvin
 
183
    return 1.8*kelvin - 459.67;
 
184
}
 
185
 
 
186
int main(int argc, char **argv)
 
187
{
 
188
    const double minKelvin = 0.0;
 
189
    const double maxKelvin = 500.0;
 
190
 
 
191
    QApplication a(argc, argv);
 
192
    QwtThermo t;
 
193
    t.setRange(minKelvin, maxKelvin);
 
194
    t.setScale(Kelvin2Fahrenheit(minKelvin), Kelvin2Fahrenheit(maxKelvin));
 
195
    // set the value in Kelvin but the scale displays in Fahrenheit
 
196
    // 273.15 Kelvin = 0 Celsius = 32 Fahrenheit
 
197
    t.setValue(273.15);
 
198
    a.setMainWidget(&t);
 
199
    t.show();
 
200
    return a.exec();
 
201
}
 
202
 
 
203
.fi
 
204
.PP
 
205
 
 
206
.SH "Constructor & Destructor Documentation"
 
207
.PP 
 
208
.SS "QwtThermo::QwtThermo (QWidget * parent = \fCNULL\fP)\fC [explicit]\fP"
 
209
.PP
 
210
Constructor 
 
211
.PP
 
212
\fBParameters:\fP
 
213
.RS 4
 
214
\fIparent\fP Parent widget 
 
215
.RE
 
216
.PP
 
217
 
 
218
.SS "QwtThermo::~QwtThermo ()\fC [virtual]\fP"
 
219
.PP
 
220
Destructor. 
 
221
.PP
 
222
.SH "Member Function Documentation"
 
223
.PP 
 
224
.SS "const QBrush & QwtThermo::alarmBrush () const"
 
225
.PP
 
226
Return the liquid brush above the alarm threshold. 
 
227
.PP
 
228
\fBSee also:\fP
 
229
.RS 4
 
230
\fBsetAlarmBrush()\fP 
 
231
.RE
 
232
.PP
 
233
 
 
234
.SS "const QColor & QwtThermo::alarmColor () const"
 
235
.PP
 
236
Return the liquid color above the alarm threshold. 
 
237
.PP
 
238
.SS "bool QwtThermo::alarmEnabled () const"
 
239
.PP
 
240
Return if the alarm threshold is enabled or disabled. 
 
241
.PP
 
242
.SS "double QwtThermo::alarmLevel () const"
 
243
.PP
 
244
Return the alarm threshold. 
 
245
.PP
 
246
\fBSee also:\fP
 
247
.RS 4
 
248
\fBsetAlarmLevel()\fP 
 
249
.RE
 
250
.PP
 
251
 
 
252
.SS "int QwtThermo::borderWidth () const"
 
253
.PP
 
254
Return the border width of the thermometer pipe. 
 
255
.PP
 
256
\fBSee also:\fP
 
257
.RS 4
 
258
\fBsetBorderWidth()\fP 
 
259
.RE
 
260
.PP
 
261
 
 
262
.SS "void QwtThermo::draw (QPainter * painter, const QRect & rect)\fC [protected]\fP"
 
263
.PP
 
264
Draw the whole \fBQwtThermo\fP.
 
265
.PP
 
266
\fBParameters:\fP
 
267
.RS 4
 
268
\fIpainter\fP Painter 
 
269
.br
 
270
\fIrect\fP Update rectangle 
 
271
.RE
 
272
.PP
 
273
 
 
274
.SS "void QwtThermo::drawThermo (QPainter * painter)\fC [protected]\fP"
 
275
.PP
 
276
Redraw the liquid in thermometer pipe. 
 
277
.PP
 
278
\fBParameters:\fP
 
279
.RS 4
 
280
\fIpainter\fP Painter 
 
281
.RE
 
282
.PP
 
283
 
 
284
.SS "const QBrush & QwtThermo::fillBrush () const"
 
285
.PP
 
286
Return the liquid brush. 
 
287
.PP
 
288
\fBSee also:\fP
 
289
.RS 4
 
290
\fBsetFillBrush()\fP 
 
291
.RE
 
292
.PP
 
293
 
 
294
.SS "const QColor & QwtThermo::fillColor () const"
 
295
.PP
 
296
Return the liquid color. 
 
297
.PP
 
298
\fBSee also:\fP
 
299
.RS 4
 
300
\fBsetFillColor()\fP 
 
301
.RE
 
302
.PP
 
303
 
 
304
.SS "void QwtThermo::fontChange (const QFont & oldFont)\fC [protected, virtual]\fP"
 
305
.PP
 
306
Notify a font change. 
 
307
.PP
 
308
.SS "void QwtThermo::layoutThermo (bool update_geometry = \fCtrue\fP)\fC [protected]\fP"
 
309
.PP
 
310
Recalculate the \fBQwtThermo\fP geometry and layout based on the QwtThermo::rect() and the fonts.
 
311
.PP
 
312
\fBParameters:\fP
 
313
.RS 4
 
314
\fIupdate_geometry\fP notify the layout system and call update to redraw the scale 
 
315
.RE
 
316
.PP
 
317
 
 
318
.SS "double QwtThermo::maxValue () const"
 
319
.PP
 
320
Return the maximum value. 
 
321
.PP
 
322
.SS "QSize QwtThermo::minimumSizeHint () const\fC [virtual]\fP"
 
323
.PP
 
324
Return a minimum size hint. 
 
325
.PP
 
326
\fBWarning:\fP
 
327
.RS 4
 
328
The return value depends on the font and the scale. 
 
329
.RE
 
330
.PP
 
331
\fBSee also:\fP
 
332
.RS 4
 
333
\fBsizeHint()\fP 
 
334
.RE
 
335
.PP
 
336
 
 
337
.SS "double QwtThermo::minValue () const"
 
338
.PP
 
339
Return the minimum value. 
 
340
.PP
 
341
.SS "void QwtThermo::paintEvent (QPaintEvent * event)\fC [protected, virtual]\fP"
 
342
.PP
 
343
Qt paint event. event Paint event 
 
344
.SS "int QwtThermo::pipeWidth () const"
 
345
.PP
 
346
Return the width of the pipe. 
 
347
.PP
 
348
\fBSee also:\fP
 
349
.RS 4
 
350
\fBsetPipeWidth()\fP 
 
351
.RE
 
352
.PP
 
353
 
 
354
.SS "void QwtThermo::resizeEvent (QResizeEvent * e)\fC [protected, virtual]\fP"
 
355
.PP
 
356
Qt resize event handler. 
 
357
.PP
 
358
.SS "void QwtThermo::scaleChange ()\fC [protected, virtual]\fP"
 
359
.PP
 
360
Notify a scale change. 
 
361
.PP
 
362
Reimplemented from \fBQwtAbstractScale\fP.
 
363
.SS "\fBQwtScaleDraw\fP * QwtThermo::scaleDraw ()\fC [protected]\fP"
 
364
.PP
 
365
\fBReturns:\fP
 
366
.RS 4
 
367
the scale draw of the thermo 
 
368
.RE
 
369
.PP
 
370
\fBSee also:\fP
 
371
.RS 4
 
372
\fBsetScaleDraw()\fP 
 
373
.RE
 
374
.PP
 
375
 
 
376
.SS "const \fBQwtScaleDraw\fP * QwtThermo::scaleDraw () const"
 
377
.PP
 
378
\fBReturns:\fP
 
379
.RS 4
 
380
the scale draw of the thermo 
 
381
.RE
 
382
.PP
 
383
\fBSee also:\fP
 
384
.RS 4
 
385
\fBsetScaleDraw()\fP 
 
386
.RE
 
387
.PP
 
388
 
 
389
.SS "QwtThermo::ScalePos QwtThermo::scalePosition () const"
 
390
.PP
 
391
Return the scale position. 
 
392
.PP
 
393
\fBSee also:\fP
 
394
.RS 4
 
395
\fBsetScalePosition()\fP 
 
396
.RE
 
397
.PP
 
398
 
 
399
.SS "void QwtThermo::setAlarmBrush (const QBrush & brush)"
 
400
.PP
 
401
Specify the liquid brush above the alarm threshold. 
 
402
.PP
 
403
\fBParameters:\fP
 
404
.RS 4
 
405
\fIbrush\fP New brush. The default is solid white. 
 
406
.RE
 
407
.PP
 
408
\fBSee also:\fP
 
409
.RS 4
 
410
\fBalarmBrush()\fP 
 
411
.RE
 
412
.PP
 
413
 
 
414
.SS "void QwtThermo::setAlarmColor (const QColor & c)"
 
415
.PP
 
416
Specify the liquid color above the alarm threshold. 
 
417
.PP
 
418
\fBParameters:\fP
 
419
.RS 4
 
420
\fIc\fP New color. The default is white. 
 
421
.RE
 
422
.PP
 
423
 
 
424
.SS "void QwtThermo::setAlarmEnabled (bool tf)"
 
425
.PP
 
426
Enable or disable the alarm threshold. 
 
427
.PP
 
428
\fBParameters:\fP
 
429
.RS 4
 
430
\fItf\fP true (disabled) or false (enabled) 
 
431
.RE
 
432
.PP
 
433
 
 
434
.SS "void QwtThermo::setAlarmLevel (double level)"
 
435
.PP
 
436
Specify the alarm threshold.
 
437
.PP
 
438
\fBParameters:\fP
 
439
.RS 4
 
440
\fIlevel\fP Alarm threshold 
 
441
.RE
 
442
.PP
 
443
\fBSee also:\fP
 
444
.RS 4
 
445
\fBalarmLevel()\fP 
 
446
.RE
 
447
.PP
 
448
 
 
449
.SS "void QwtThermo::setBorderWidth (int width)"
 
450
.PP
 
451
Set the border width of the pipe. 
 
452
.PP
 
453
\fBParameters:\fP
 
454
.RS 4
 
455
\fIwidth\fP Border width 
 
456
.RE
 
457
.PP
 
458
\fBSee also:\fP
 
459
.RS 4
 
460
\fBborderWidth()\fP 
 
461
.RE
 
462
.PP
 
463
 
 
464
.SS "void QwtThermo::setFillBrush (const QBrush & brush)"
 
465
.PP
 
466
Change the brush of the liquid. 
 
467
.PP
 
468
\fBParameters:\fP
 
469
.RS 4
 
470
\fIbrush\fP New brush. The default brush is solid black. 
 
471
.RE
 
472
.PP
 
473
\fBSee also:\fP
 
474
.RS 4
 
475
\fBfillBrush()\fP 
 
476
.RE
 
477
.PP
 
478
 
 
479
.SS "void QwtThermo::setFillColor (const QColor & c)"
 
480
.PP
 
481
Change the color of the liquid. 
 
482
.PP
 
483
\fBParameters:\fP
 
484
.RS 4
 
485
\fIc\fP New color. The default color is black. 
 
486
.RE
 
487
.PP
 
488
\fBSee also:\fP
 
489
.RS 4
 
490
\fBfillColor()\fP 
 
491
.RE
 
492
.PP
 
493
 
 
494
.SS "void QwtThermo::setMargin (int m)"
 
495
.PP
 
496
Specify the distance between the pipe's endpoints and the widget's border. 
 
497
.PP
 
498
The margin is used to leave some space for the scale labels. If a large font is used, it is advisable to adjust the margins. 
 
499
.PP
 
500
\fBParameters:\fP
 
501
.RS 4
 
502
\fIm\fP New Margin. The default values are 10 for horizontal orientation and 20 for vertical orientation. 
 
503
.RE
 
504
.PP
 
505
\fBWarning:\fP
 
506
.RS 4
 
507
The margin has no effect if the scale is disabled. 
 
508
.PP
 
509
This function is a NOOP because margins are determined automatically. 
 
510
.RE
 
511
.PP
 
512
 
 
513
.SS "void QwtThermo::setMaxValue (double max)"
 
514
.PP
 
515
Set the maximum value.
 
516
.PP
 
517
\fBParameters:\fP
 
518
.RS 4
 
519
\fImax\fP Maximum value 
 
520
.RE
 
521
.PP
 
522
\fBSee also:\fP
 
523
.RS 4
 
524
\fBmaxValue()\fP, \fBsetMinValue()\fP 
 
525
.RE
 
526
.PP
 
527
 
 
528
.SS "void QwtThermo::setMinValue (double min)"
 
529
.PP
 
530
Set the minimum value.
 
531
.PP
 
532
\fBParameters:\fP
 
533
.RS 4
 
534
\fImin\fP Minimum value 
 
535
.RE
 
536
.PP
 
537
\fBSee also:\fP
 
538
.RS 4
 
539
\fBminValue()\fP, \fBsetMaxValue()\fP 
 
540
.RE
 
541
.PP
 
542
 
 
543
.SS "void QwtThermo::setOrientation (Qt::Orientation o, ScalePos s)"
 
544
.PP
 
545
Set the thermometer orientation and the scale position. 
 
546
.PP
 
547
The scale position NoScale disables the scale. 
 
548
.PP
 
549
\fBParameters:\fP
 
550
.RS 4
 
551
\fIo\fP orientation. Possible values are Qt::Horizontal and Qt::Vertical. The default value is Qt::Vertical. 
 
552
.br
 
553
\fIs\fP Position of the scale. The default value is NoScale.
 
554
.RE
 
555
.PP
 
556
A valid combination of scale position and orientation is enforced:
 
557
.IP "\(bu" 2
 
558
a horizontal thermometer can have the scale positions TopScale, BottomScale or NoScale;
 
559
.IP "\(bu" 2
 
560
a vertical thermometer can have the scale positions LeftScale, RightScale or NoScale;
 
561
.IP "\(bu" 2
 
562
an invalid scale position will default to NoScale.
 
563
.PP
 
564
.PP
 
565
\fBSee also:\fP
 
566
.RS 4
 
567
\fBsetScalePosition()\fP 
 
568
.RE
 
569
.PP
 
570
 
 
571
.SS "void QwtThermo::setPipeWidth (int width)"
 
572
.PP
 
573
Change the width of the pipe.
 
574
.PP
 
575
\fBParameters:\fP
 
576
.RS 4
 
577
\fIwidth\fP Width of the pipe 
 
578
.RE
 
579
.PP
 
580
\fBSee also:\fP
 
581
.RS 4
 
582
\fBpipeWidth()\fP 
 
583
.RE
 
584
.PP
 
585
 
 
586
.SS "void QwtThermo::setRange (double vmin, double vmax, bool logarithmic = \fCfalse\fP)"
 
587
.PP
 
588
Set the range. 
 
589
.PP
 
590
\fBParameters:\fP
 
591
.RS 4
 
592
\fIvmin\fP value corresponding lower or left end of the thermometer 
 
593
.br
 
594
\fIvmax\fP value corresponding to the upper or right end of the thermometer 
 
595
.br
 
596
\fIlogarithmic\fP logarithmic mapping, true or false 
 
597
.RE
 
598
.PP
 
599
 
 
600
.SS "void QwtThermo::setScaleDraw (\fBQwtScaleDraw\fP * scaleDraw)"
 
601
.PP
 
602
Set a scale draw. 
 
603
.PP
 
604
For changing the labels of the scales, it is necessary to derive from \fBQwtScaleDraw\fP and overload \fBQwtScaleDraw::label()\fP.
 
605
.PP
 
606
\fBParameters:\fP
 
607
.RS 4
 
608
\fIscaleDraw\fP ScaleDraw object, that has to be created with new and will be deleted in ~QwtThermo or the next call of \fBsetScaleDraw()\fP. 
 
609
.RE
 
610
.PP
 
611
 
 
612
.SS "void QwtThermo::setScalePosition (ScalePos scalePos)"
 
613
.PP
 
614
Change the scale position (and thermometer orientation). 
 
615
.PP
 
616
\fBParameters:\fP
 
617
.RS 4
 
618
\fIscalePos\fP Position of the scale.
 
619
.RE
 
620
.PP
 
621
A valid combination of scale position and orientation is enforced:
 
622
.IP "\(bu" 2
 
623
if the new scale position is LeftScale or RightScale, the scale orientation will become Qt::Vertical;
 
624
.IP "\(bu" 2
 
625
if the new scale position is BottomScale or TopScale, the scale orientation will become Qt::Horizontal;
 
626
.IP "\(bu" 2
 
627
if the new scale position is NoScale, the scale orientation will not change.
 
628
.PP
 
629
.PP
 
630
\fBSee also:\fP
 
631
.RS 4
 
632
\fBsetOrientation()\fP, \fBscalePosition()\fP 
 
633
.RE
 
634
.PP
 
635
 
 
636
.SS "void QwtThermo::setValue (double value)\fC [slot]\fP"
 
637
.PP
 
638
Set the current value.
 
639
.PP
 
640
\fBParameters:\fP
 
641
.RS 4
 
642
\fIvalue\fP New Value 
 
643
.RE
 
644
.PP
 
645
\fBSee also:\fP
 
646
.RS 4
 
647
\fBvalue()\fP 
 
648
.RE
 
649
.PP
 
650
 
 
651
.SS "QSize QwtThermo::sizeHint () const\fC [virtual]\fP"
 
652
.PP
 
653
\fBReturns:\fP
 
654
.RS 4
 
655
the minimum size hint 
 
656
.RE
 
657
.PP
 
658
\fBSee also:\fP
 
659
.RS 4
 
660
\fBminimumSizeHint()\fP 
 
661
.RE
 
662
.PP
 
663
 
 
664
.SS "double QwtThermo::value () const"
 
665
.PP
 
666
Return the value. 
 
667
.PP
 
668
 
 
669
 
 
670
.SH "Author"
 
671
.PP 
 
672
Generated automatically by Doxygen for Qwt User's Guide from the source code.