|
|
| SignalPlotter (QWidget* parent = 0, const char* name = 0, int min = 0,
int max = 100)
| SignalPlotter |
| ~SignalPlotter ()
| ~SignalPlotter |
| bool addBeam (QColor col)
| addBeam |
| void addSample (int s0, int s1 = 0, int s2 = 0, int s3 = 0, int s4 = 0)
| addSample |
| void setLowPass (bool lp)
| setLowPass |
| void resizeEvent (QResizeEvent*)
| resizeEvent |
[protected virtual]
Reimplemented from QWidget.
| void paintEvent (QPaintEvent*)
| paintEvent |
[protected virtual]
Reimplemented from QWidget.
| int minValue | minValue |
[private]
| int maxValue | maxValue |
[private]
| bool lowPass | lowPass |
[private]
| int* beamData[MAXBEAMS] | beamData[MAXBEAMS] |
[private]
| QColor beamColor[MAXBEAMS] | beamColor[MAXBEAMS] |
[private]
| int beams | beams |
[private]
| Generated by: andreas on linux on Sat Jun 15 19:28:49 2002, using kdoc 2.0a53. |