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

« back to all changes in this revision

Viewing changes to qwt-5.1.1/doc/man/man3/QwtPlotSpectrogram.3

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-05-26 10:26:31 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526102631-bp95mfccnrb957nx
Tags: 5.1.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "QwtPlotSpectrogram" 3 "24 May 2008" "Version 5.1.1" "Qwt User's Guide" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
QwtPlotSpectrogram \- 
 
6
.SH SYNOPSIS
 
7
.br
 
8
.PP
 
9
Inherits \fBQwtPlotRasterItem\fP.
 
10
.PP
 
11
.SH "Detailed Description"
 
12
.PP 
 
13
A plot item, which displays a spectrogram. 
 
14
 
 
15
A spectrogram displays threedimenional data, where the 3rd dimension ( the intensity ) is displayed using colors. The colors are calculated from the values using a color map.
 
16
.PP
 
17
In ContourMode contour lines are painted for the contour levels.
 
18
.PP
 
19
.PP
 
20
\fBSee also:\fP
 
21
.RS 4
 
22
\fBQwtRasterData\fP, \fBQwtColorMap\fP 
 
23
.RE
 
24
.PP
 
25
 
 
26
.PP
 
27
Definition at line 35 of file qwt_plot_spectrogram.h.
 
28
.SS "Public Types"
 
29
 
 
30
.in +1c
 
31
.ti -1c
 
32
.RI "enum \fBDisplayMode\fP { \fBAlwaysOff\fP, \fBAlwaysOn\fP, \fBActiveOnly\fP, \fBImageMode\fP =  1, \fBContourMode\fP =  2 }"
 
33
.br
 
34
.in -1c
 
35
.SS "Public Member Functions"
 
36
 
 
37
.in +1c
 
38
.ti -1c
 
39
.RI "\fBQwtPlotSpectrogram\fP (const QString &title=QString::null)"
 
40
.br
 
41
.ti -1c
 
42
.RI "virtual \fB~QwtPlotSpectrogram\fP ()"
 
43
.br
 
44
.ti -1c
 
45
.RI "void \fBsetDisplayMode\fP (\fBDisplayMode\fP, bool on=true)"
 
46
.br
 
47
.ti -1c
 
48
.RI "bool \fBtestDisplayMode\fP (\fBDisplayMode\fP) const "
 
49
.br
 
50
.ti -1c
 
51
.RI "void \fBsetData\fP (const \fBQwtRasterData\fP &data)"
 
52
.br
 
53
.ti -1c
 
54
.RI "const \fBQwtRasterData\fP & \fBdata\fP () const"
 
55
.br
 
56
.ti -1c
 
57
.RI "void \fBsetColorMap\fP (const \fBQwtColorMap\fP &)"
 
58
.br
 
59
.ti -1c
 
60
.RI "const \fBQwtColorMap\fP & \fBcolorMap\fP () const"
 
61
.br
 
62
.ti -1c
 
63
.RI "virtual \fBQwtDoubleRect\fP \fBboundingRect\fP () const"
 
64
.br
 
65
.ti -1c
 
66
.RI "virtual QSize \fBrasterHint\fP (const \fBQwtDoubleRect\fP &) const"
 
67
.br
 
68
.ti -1c
 
69
.RI "void \fBsetDefaultContourPen\fP (const QPen &)"
 
70
.br
 
71
.ti -1c
 
72
.RI "QPen \fBdefaultContourPen\fP () const"
 
73
.br
 
74
.ti -1c
 
75
.RI "virtual QPen \fBcontourPen\fP (double level) const "
 
76
.br
 
77
.ti -1c
 
78
.RI "void \fBsetConrecAttribute\fP (\fBQwtRasterData::ConrecAttribute\fP, bool on)"
 
79
.br
 
80
.ti -1c
 
81
.RI "bool \fBtestConrecAttribute\fP (\fBQwtRasterData::ConrecAttribute\fP) const"
 
82
.br
 
83
.ti -1c
 
84
.RI "void \fBsetContourLevels\fP (const QwtValueList &)"
 
85
.br
 
86
.ti -1c
 
87
.RI "QwtValueList \fBcontourLevels\fP () const"
 
88
.br
 
89
.ti -1c
 
90
.RI "virtual int \fBrtti\fP () const"
 
91
.br
 
92
.ti -1c
 
93
.RI "virtual void \fBdraw\fP (QPainter *p, const \fBQwtScaleMap\fP &xMap, const \fBQwtScaleMap\fP &yMap, const QRect &rect) const"
 
94
.br
 
95
.in -1c
 
96
.SS "Protected Member Functions"
 
97
 
 
98
.in +1c
 
99
.ti -1c
 
100
.RI "virtual QImage \fBrenderImage\fP (const \fBQwtScaleMap\fP &xMap, const \fBQwtScaleMap\fP &yMap, const \fBQwtDoubleRect\fP &rect) const"
 
101
.br
 
102
.ti -1c
 
103
.RI "virtual QSize \fBcontourRasterSize\fP (const \fBQwtDoubleRect\fP &, const QRect &) const"
 
104
.br
 
105
.ti -1c
 
106
.RI "virtual \fBQwtRasterData::ContourLines\fP \fBrenderContourLines\fP (const \fBQwtDoubleRect\fP &rect, const QSize &raster) const"
 
107
.br
 
108
.ti -1c
 
109
.RI "virtual void \fBdrawContourLines\fP (QPainter *p, const \fBQwtScaleMap\fP &xMap, const \fBQwtScaleMap\fP &yMap, const \fBQwtRasterData::ContourLines\fP &lines) const"
 
110
.br
 
111
.in -1c
 
112
.SH "Member Enumeration Documentation"
 
113
.PP 
 
114
.SS "enum \fBQwtPlotSpectrogram::DisplayMode\fP"
 
115
.PP
 
116
The display mode controls how the raster data will be represented.
 
117
.IP "\(bu" 2
 
118
ImageMode
 
119
.br
 
120
 The values are mapped to colors using a color map.
 
121
.IP "\(bu" 2
 
122
ContourMode
 
123
.br
 
124
 The data is displayed using contour lines
 
125
.PP
 
126
.PP
 
127
When both modes are enabled the contour lines are painted on top of the spectrogram. The default setting enables ImageMode.
 
128
.PP
 
129
\fBSee also:\fP
 
130
.RS 4
 
131
\fBsetDisplayMode()\fP, \fBtestDisplayMode()\fP 
 
132
.RE
 
133
.PP
 
134
 
 
135
.PP
 
136
Definition at line 51 of file qwt_plot_spectrogram.h.
 
137
.SH "Constructor & Destructor Documentation"
 
138
.PP 
 
139
.SS "QwtPlotSpectrogram::QwtPlotSpectrogram (const QString & title = \fCQString::null\fP)\fC [explicit]\fP"
 
140
.PP
 
141
Sets the following item attributes:
 
142
.IP "\(bu" 2
 
143
QwtPlotItem::AutoScale: true
 
144
.IP "\(bu" 2
 
145
QwtPlotItem::Legend: false
 
146
.PP
 
147
.PP
 
148
The z value is initialized by 8.0.
 
149
.PP
 
150
\fBParameters:\fP
 
151
.RS 4
 
152
\fItitle\fP Title
 
153
.RE
 
154
.PP
 
155
\fBSee also:\fP
 
156
.RS 4
 
157
\fBQwtPlotItem::setItemAttribute()\fP, \fBQwtPlotItem::setZ()\fP 
 
158
.RE
 
159
.PP
 
160
 
 
161
.PP
 
162
Definition at line 134 of file qwt_plot_spectrogram.cpp.
 
163
.PP
 
164
References QwtPlotItem::setItemAttribute(), and QwtPlotItem::setZ().
 
165
.SS "QwtPlotSpectrogram::~QwtPlotSpectrogram ()\fC [virtual]\fP"
 
166
.PP
 
167
Destructor. 
 
168
.PP
 
169
Definition at line 146 of file qwt_plot_spectrogram.cpp.
 
170
.SH "Member Function Documentation"
 
171
.PP 
 
172
.SS "void QwtPlotSpectrogram::setDisplayMode (\fBDisplayMode\fP mode, bool on = \fCtrue\fP)"
 
173
.PP
 
174
The display mode controls how the raster data will be represented.
 
175
.PP
 
176
\fBParameters:\fP
 
177
.RS 4
 
178
\fImode\fP Display mode 
 
179
.br
 
180
\fIon\fP On/Off
 
181
.RE
 
182
.PP
 
183
The default setting enables ImageMode.
 
184
.PP
 
185
\fBSee also:\fP
 
186
.RS 4
 
187
\fBDisplayMode\fP, displayMode() 
 
188
.RE
 
189
.PP
 
190
 
 
191
.PP
 
192
Definition at line 167 of file qwt_plot_spectrogram.cpp.
 
193
.PP
 
194
References QwtPlotItem::itemChanged().
 
195
.SS "bool QwtPlotSpectrogram::testDisplayMode (\fBDisplayMode\fP mode) const"
 
196
.PP
 
197
The display mode controls how the raster data will be represented.
 
198
.PP
 
199
\fBParameters:\fP
 
200
.RS 4
 
201
\fImode\fP Display mode 
 
202
.RE
 
203
.PP
 
204
\fBReturns:\fP
 
205
.RS 4
 
206
true if mode is enabled 
 
207
.RE
 
208
.PP
 
209
 
 
210
.PP
 
211
Definition at line 186 of file qwt_plot_spectrogram.cpp.
 
212
.SS "void QwtPlotSpectrogram::setData (const \fBQwtRasterData\fP & data)"
 
213
.PP
 
214
Set the data to be displayed
 
215
.PP
 
216
\fBParameters:\fP
 
217
.RS 4
 
218
\fIdata\fP Spectrogram Data 
 
219
.RE
 
220
.PP
 
221
\fBSee also:\fP
 
222
.RS 4
 
223
\fBdata()\fP 
 
224
.RE
 
225
.PP
 
226
 
 
227
.PP
 
228
Definition at line 342 of file qwt_plot_spectrogram.cpp.
 
229
.PP
 
230
References QwtRasterData::copy(), data(), QwtPlotRasterItem::invalidateCache(), and QwtPlotItem::itemChanged().
 
231
.SS "const \fBQwtRasterData\fP & QwtPlotSpectrogram::data () const"
 
232
.PP
 
233
\fBReturns:\fP
 
234
.RS 4
 
235
Spectrogram data 
 
236
.RE
 
237
.PP
 
238
\fBSee also:\fP
 
239
.RS 4
 
240
\fBsetData()\fP 
 
241
.RE
 
242
.PP
 
243
 
 
244
.PP
 
245
Definition at line 355 of file qwt_plot_spectrogram.cpp.
 
246
.PP
 
247
Referenced by setData().
 
248
.SS "void QwtPlotSpectrogram::setColorMap (const \fBQwtColorMap\fP & colorMap)"
 
249
.PP
 
250
Change the color map
 
251
.PP
 
252
Often it is useful to display the mapping between intensities and colors as an additional plot axis, showing a color bar.
 
253
.PP
 
254
\fBParameters:\fP
 
255
.RS 4
 
256
\fIcolorMap\fP Color Map
 
257
.RE
 
258
.PP
 
259
\fBSee also:\fP
 
260
.RS 4
 
261
\fBcolorMap()\fP, \fBQwtScaleWidget::setColorBarEnabled()\fP, \fBQwtScaleWidget::setColorMap()\fP 
 
262
.RE
 
263
.PP
 
264
 
 
265
.PP
 
266
Definition at line 202 of file qwt_plot_spectrogram.cpp.
 
267
.PP
 
268
References colorMap(), QwtColorMap::copy(), QwtPlotRasterItem::invalidateCache(), and QwtPlotItem::itemChanged().
 
269
.SS "const \fBQwtColorMap\fP & QwtPlotSpectrogram::colorMap () const"
 
270
.PP
 
271
\fBReturns:\fP
 
272
.RS 4
 
273
Color Map used for mapping the intensity values to colors 
 
274
.RE
 
275
.PP
 
276
\fBSee also:\fP
 
277
.RS 4
 
278
\fBsetColorMap()\fP 
 
279
.RE
 
280
.PP
 
281
 
 
282
.PP
 
283
Definition at line 215 of file qwt_plot_spectrogram.cpp.
 
284
.PP
 
285
Referenced by setColorMap().
 
286
.SS "\fBQwtDoubleRect\fP QwtPlotSpectrogram::boundingRect () const\fC [virtual]\fP"
 
287
.PP
 
288
\fBReturns:\fP
 
289
.RS 4
 
290
Bounding rect of the data 
 
291
.RE
 
292
.PP
 
293
\fBSee also:\fP
 
294
.RS 4
 
295
\fBQwtRasterData::boundingRect\fP 
 
296
.RE
 
297
.PP
 
298
 
 
299
.PP
 
300
Reimplemented from \fBQwtPlotItem\fP.
 
301
.PP
 
302
Definition at line 364 of file qwt_plot_spectrogram.cpp.
 
303
.PP
 
304
Referenced by draw().
 
305
.SS "QSize QwtPlotSpectrogram::rasterHint (const \fBQwtDoubleRect\fP & rect) const\fC [virtual]\fP"
 
306
.PP
 
307
Returns the recommended raster for a given rect. 
 
308
.PP
 
309
F.e the raster hint is used to limit the resolution of the image that is rendered.
 
310
.PP
 
311
\fBParameters:\fP
 
312
.RS 4
 
313
\fIrect\fP Rect for the raster hint 
 
314
.RE
 
315
.PP
 
316
\fBReturns:\fP
 
317
.RS 4
 
318
\fBdata()\fP.rasterHint(rect) 
 
319
.RE
 
320
.PP
 
321
 
 
322
.PP
 
323
Reimplemented from \fBQwtPlotRasterItem\fP.
 
324
.PP
 
325
Definition at line 378 of file qwt_plot_spectrogram.cpp.
 
326
.PP
 
327
Referenced by contourRasterSize().
 
328
.SS "void QwtPlotSpectrogram::setDefaultContourPen (const QPen & pen)"
 
329
.PP
 
330
Set the default pen for the contour lines. 
 
331
.PP
 
332
If the spectrogram has a valid default contour pen a contour line is painted using the default contour pen. Otherwise (pen.style() == Qt::NoPen) the pen is calculated for each contour level using \fBcontourPen()\fP.
 
333
.PP
 
334
\fBSee also:\fP
 
335
.RS 4
 
336
\fBdefaultContourPen\fP, \fBcontourPen\fP 
 
337
.RE
 
338
.PP
 
339
 
 
340
.PP
 
341
Definition at line 230 of file qwt_plot_spectrogram.cpp.
 
342
.PP
 
343
References QwtPlotItem::itemChanged().
 
344
.SS "QPen QwtPlotSpectrogram::defaultContourPen () const"
 
345
.PP
 
346
\fBReturns:\fP
 
347
.RS 4
 
348
Default contour pen 
 
349
.RE
 
350
.PP
 
351
\fBSee also:\fP
 
352
.RS 4
 
353
\fBsetDefaultContourPen\fP 
 
354
.RE
 
355
.PP
 
356
 
 
357
.PP
 
358
Definition at line 243 of file qwt_plot_spectrogram.cpp.
 
359
.PP
 
360
Referenced by drawContourLines().
 
361
.SS "QPen QwtPlotSpectrogram::contourPen (double level) const\fC [virtual]\fP"
 
362
.PP
 
363
Calculate the pen for a contour line. 
 
364
.PP
 
365
The color of the pen is the color for level calculated by the color map
 
366
.PP
 
367
\fBParameters:\fP
 
368
.RS 4
 
369
\fIlevel\fP Contour level 
 
370
.RE
 
371
.PP
 
372
\fBReturns:\fP
 
373
.RS 4
 
374
Pen for the contour line 
 
375
.RE
 
376
.PP
 
377
\fBNote:\fP
 
378
.RS 4
 
379
contourPen is only used if \fBdefaultContourPen()\fP.style() == Qt::NoPen
 
380
.RE
 
381
.PP
 
382
\fBSee also:\fP
 
383
.RS 4
 
384
\fBsetDefaultContourPen\fP, \fBsetColorMap\fP, \fBsetContourLevels\fP 
 
385
.RE
 
386
.PP
 
387
 
 
388
.PP
 
389
Definition at line 259 of file qwt_plot_spectrogram.cpp.
 
390
.PP
 
391
Referenced by drawContourLines().
 
392
.SS "void QwtPlotSpectrogram::setConrecAttribute (\fBQwtRasterData::ConrecAttribute\fP attribute, bool on)"
 
393
.PP
 
394
Modify an attribute of the CONREC algorithm, used to calculate the contour lines.
 
395
.PP
 
396
\fBParameters:\fP
 
397
.RS 4
 
398
\fIattribute\fP CONREC attribute 
 
399
.br
 
400
\fIon\fP On/Off
 
401
.RE
 
402
.PP
 
403
\fBSee also:\fP
 
404
.RS 4
 
405
\fBtestConrecAttribute\fP, \fBrenderContourLines\fP, \fBQwtRasterData::contourLines\fP 
 
406
.RE
 
407
.PP
 
408
 
 
409
.PP
 
410
Definition at line 276 of file qwt_plot_spectrogram.cpp.
 
411
.PP
 
412
References QwtPlotItem::itemChanged().
 
413
.SS "bool QwtPlotSpectrogram::testConrecAttribute (\fBQwtRasterData::ConrecAttribute\fP attribute) const"
 
414
.PP
 
415
Test an attribute of the CONREC algorithm, used to calculate the contour lines.
 
416
.PP
 
417
\fBParameters:\fP
 
418
.RS 4
 
419
\fIattribute\fP CONREC attribute 
 
420
.RE
 
421
.PP
 
422
\fBReturns:\fP
 
423
.RS 4
 
424
true, is enabled
 
425
.RE
 
426
.PP
 
427
\fBSee also:\fP
 
428
.RS 4
 
429
\fBsetConrecAttribute\fP, \fBrenderContourLines\fP, \fBQwtRasterData::contourLines\fP 
 
430
.RE
 
431
.PP
 
432
 
 
433
.PP
 
434
Definition at line 299 of file qwt_plot_spectrogram.cpp.
 
435
.SS "void QwtPlotSpectrogram::setContourLevels (const QwtValueList & levels)"
 
436
.PP
 
437
Set the levels of the contour lines
 
438
.PP
 
439
\fBParameters:\fP
 
440
.RS 4
 
441
\fIlevels\fP Values of the contour levels 
 
442
.RE
 
443
.PP
 
444
\fBSee also:\fP
 
445
.RS 4
 
446
\fBcontourLevels\fP, \fBrenderContourLines\fP, \fBQwtRasterData::contourLines\fP
 
447
.RE
 
448
.PP
 
449
\fBNote:\fP
 
450
.RS 4
 
451
contourLevels returns the same levels but sorted. 
 
452
.RE
 
453
.PP
 
454
 
 
455
.PP
 
456
Definition at line 313 of file qwt_plot_spectrogram.cpp.
 
457
.PP
 
458
References QwtPlotItem::itemChanged().
 
459
.SS "QwtValueList QwtPlotSpectrogram::contourLevels () const"
 
460
.PP
 
461
Return the levels of the contour lines. 
 
462
.PP
 
463
The levels are sorted in increasing order.
 
464
.PP
 
465
\fBSee also:\fP
 
466
.RS 4
 
467
\fBcontourLevels\fP, \fBrenderContourLines\fP, \fBQwtRasterData::contourLines\fP 
 
468
.RE
 
469
.PP
 
470
 
 
471
.PP
 
472
Definition at line 331 of file qwt_plot_spectrogram.cpp.
 
473
.SS "int QwtPlotSpectrogram::rtti () const\fC [virtual]\fP"
 
474
.PP
 
475
\fBReturns:\fP
 
476
.RS 4
 
477
QwtPlotItem::Rtti_PlotSpectrogram 
 
478
.RE
 
479
.PP
 
480
 
 
481
.PP
 
482
Reimplemented from \fBQwtPlotItem\fP.
 
483
.PP
 
484
Definition at line 152 of file qwt_plot_spectrogram.cpp.
 
485
.SS "void QwtPlotSpectrogram::draw (QPainter * painter, const \fBQwtScaleMap\fP & xMap, const \fBQwtScaleMap\fP & yMap, const QRect & canvasRect) const\fC [virtual]\fP"
 
486
.PP
 
487
Draw the spectrogram. 
 
488
.PP
 
489
\fBParameters:\fP
 
490
.RS 4
 
491
\fIpainter\fP Painter 
 
492
.br
 
493
\fIxMap\fP Maps x-values into pixel coordinates. 
 
494
.br
 
495
\fIyMap\fP Maps y-values into pixel coordinates. 
 
496
.br
 
497
\fIcanvasRect\fP Contents rect of the canvas in painter coordinates
 
498
.RE
 
499
.PP
 
500
\fBSee also:\fP
 
501
.RS 4
 
502
\fBsetDisplayMode\fP, \fBrenderImage\fP, \fBQwtPlotRasterItem::draw\fP, \fBdrawContourLines\fP 
 
503
.RE
 
504
.PP
 
505
 
 
506
.PP
 
507
Reimplemented from \fBQwtPlotRasterItem\fP.
 
508
.PP
 
509
Definition at line 615 of file qwt_plot_spectrogram.cpp.
 
510
.PP
 
511
References boundingRect(), contourRasterSize(), QwtPlotRasterItem::draw(), drawContourLines(), QwtPlotItem::invTransform(), renderContourLines(), and QwtPlotItem::transform().
 
512
.SS "QImage QwtPlotSpectrogram::renderImage (const \fBQwtScaleMap\fP & xMap, const \fBQwtScaleMap\fP & yMap, const \fBQwtDoubleRect\fP & area) const\fC [protected, virtual]\fP"
 
513
.PP
 
514
Render an image from the data and color map. 
 
515
.PP
 
516
The area is translated into a rect of the paint device. For each pixel of this rect the intensity is mapped into a color.
 
517
.PP
 
518
\fBParameters:\fP
 
519
.RS 4
 
520
\fIxMap\fP X-Scale Map 
 
521
.br
 
522
\fIyMap\fP Y-Scale Map 
 
523
.br
 
524
\fIarea\fP Area that should be rendered in scale coordinates.
 
525
.RE
 
526
.PP
 
527
\fBReturns:\fP
 
528
.RS 4
 
529
A QImage::Format_Indexed8 or QImage::Format_ARGB32 depending on the color map.
 
530
.RE
 
531
.PP
 
532
\fBSee also:\fP
 
533
.RS 4
 
534
QwtRasterData::intensity(), \fBQwtColorMap::rgb()\fP, \fBQwtColorMap::colorIndex()\fP 
 
535
.RE
 
536
.PP
 
537
 
 
538
.PP
 
539
Implements \fBQwtPlotRasterItem\fP.
 
540
.PP
 
541
Definition at line 400 of file qwt_plot_spectrogram.cpp.
 
542
.PP
 
543
References QwtScaleMap::invTransform(), QwtScaleMap::p1(), QwtScaleMap::p2(), QwtScaleMap::s1(), QwtScaleMap::s2(), QwtScaleMap::setPaintInterval(), QwtScaleMap::setScaleInterval(), and QwtPlotItem::transform().
 
544
.SS "QSize QwtPlotSpectrogram::contourRasterSize (const \fBQwtDoubleRect\fP & area, const QRect & rect) const\fC [protected, virtual]\fP"
 
545
.PP
 
546
Return the raster to be used by the CONREC contour algorithm. 
 
547
.PP
 
548
A larger size will improve the precisision of the CONREC algorithm, but will slow down the time that is needed to calculate the lines.
 
549
.PP
 
550
The default implementation returns rect.size() / 2 bounded to \fBdata()\fP.\fBrasterHint()\fP.
 
551
.PP
 
552
\fBParameters:\fP
 
553
.RS 4
 
554
\fIarea\fP Rect, where to calculate the contour lines 
 
555
.br
 
556
\fIrect\fP Rect in pixel coordinates, where to paint the contour lines 
 
557
.RE
 
558
.PP
 
559
\fBReturns:\fP
 
560
.RS 4
 
561
Raster to be used by the CONREC contour algorithm.
 
562
.RE
 
563
.PP
 
564
\fBNote:\fP
 
565
.RS 4
 
566
The size will be bounded to rect.size().
 
567
.RE
 
568
.PP
 
569
\fBSee also:\fP
 
570
.RS 4
 
571
\fBdrawContourLines\fP, \fBQwtRasterData::contourLines\fP 
 
572
.RE
 
573
.PP
 
574
 
 
575
.PP
 
576
Definition at line 529 of file qwt_plot_spectrogram.cpp.
 
577
.PP
 
578
References rasterHint().
 
579
.PP
 
580
Referenced by draw().
 
581
.SS "\fBQwtRasterData::ContourLines\fP QwtPlotSpectrogram::renderContourLines (const \fBQwtDoubleRect\fP & rect, const QSize & raster) const\fC [protected, virtual]\fP"
 
582
.PP
 
583
Calculate contour lines
 
584
.PP
 
585
\fBParameters:\fP
 
586
.RS 4
 
587
\fIrect\fP Rectangle, where to calculate the contour lines 
 
588
.br
 
589
\fIraster\fP Raster, used by the CONREC algorithm
 
590
.RE
 
591
.PP
 
592
\fBSee also:\fP
 
593
.RS 4
 
594
\fBcontourLevels\fP, \fBsetConrecAttribute\fP, \fBQwtRasterData::contourLines\fP 
 
595
.RE
 
596
.PP
 
597
 
 
598
.PP
 
599
Definition at line 549 of file qwt_plot_spectrogram.cpp.
 
600
.PP
 
601
Referenced by draw().
 
602
.SS "void QwtPlotSpectrogram::drawContourLines (QPainter * painter, const \fBQwtScaleMap\fP & xMap, const \fBQwtScaleMap\fP & yMap, const \fBQwtRasterData::ContourLines\fP & contourLines) const\fC [protected, virtual]\fP"
 
603
.PP
 
604
Paint the contour lines
 
605
.PP
 
606
\fBParameters:\fP
 
607
.RS 4
 
608
\fIpainter\fP Painter 
 
609
.br
 
610
\fIxMap\fP Maps x-values into pixel coordinates. 
 
611
.br
 
612
\fIyMap\fP Maps y-values into pixel coordinates. 
 
613
.br
 
614
\fIcontourLines\fP Contour lines
 
615
.RE
 
616
.PP
 
617
\fBSee also:\fP
 
618
.RS 4
 
619
\fBrenderContourLines\fP, \fBdefaultContourPen\fP, \fBcontourPen\fP 
 
620
.RE
 
621
.PP
 
622
 
 
623
.PP
 
624
Definition at line 566 of file qwt_plot_spectrogram.cpp.
 
625
.PP
 
626
References contourPen(), defaultContourPen(), QwtPainter::drawLine(), and QwtScaleMap::transform().
 
627
.PP
 
628
Referenced by draw().
 
629
 
 
630
.SH "Author"
 
631
.PP 
 
632
Generated automatically by Doxygen for Qwt User's Guide from the source code.