#include </home/clem/local/src/opie/noncore/net/wellenreiter/gui/graphwindow.h>
Public Member Functions | |
| MFrequencySpectrum (int channels, QWidget *parent=0, const char *name="MFrequencySpectrum", WFlags f=0) | |
| int | value (int channel) const |
| void | setValue (int channel, int value) |
| void | decrease (int channel, int amount) |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *) |
| virtual void | mousePressEvent (QMouseEvent *) |
| void | drawLine (QPainter *p, int x, int y, int width, const QColor &c) |
| void | drawTopLine (QPainter *p, int x, int y, int width, const QColor &c) |
| void | drawBottomLine (QPainter *p, int x, int y, int width, const QColor &c) |
| void | drawBar (QPainter *p, int x, int y, int width, int height, int maxheight) |
Private Attributes | |
| int | _channels |
| int * | _values |
| bool * | _dirty |
|
||||||||||||||||||||
|
Definition at line 49 of file graphwindow.cpp. |
|
||||||||||||
|
Definition at line 35 of file graphwindow.h. References _dirty, and _values. Referenced by MGraphWindow::timerEvent(). |
|
||||||||||||||||||||||||||||
|
Definition at line 89 of file graphwindow.cpp. References drawBottomLine(), drawLine(), drawTopLine(), i, s, and v. Referenced by paintEvent(). |
|
||||||||||||||||||||||||
|
Definition at line 71 of file graphwindow.cpp. Referenced by drawBar(). |
|
||||||||||||||||||||||||
|
Definition at line 78 of file graphwindow.cpp. Referenced by drawBar(). |
|
||||||||||||||||||||||||
|
Definition at line 64 of file graphwindow.cpp. Referenced by drawBar(). |
|
|
Definition at line 143 of file graphwindow.cpp. References _channels, _values, channel, height, pos, size, width, and Opie::MM::y. |
|
|
Definition at line 115 of file graphwindow.cpp. References _channels, _dirty, _values, background, bitBlt(), drawBar(), height, i, p, size, width, Opie::MM::x, and Opie::MM::y. |
|
||||||||||||
|
Definition at line 27 of file graphwindow.h. References _dirty, and _values. Referenced by MGraphWindow::testGraph(), and MGraphWindow::traffic(). |
|
|
Definition at line 26 of file graphwindow.h. References _values. |
|
|
Definition at line 54 of file graphwindow.h. Referenced by MFrequencySpectrum(), mousePressEvent(), and paintEvent(). |
|
|
Definition at line 56 of file graphwindow.h. Referenced by decrease(), MFrequencySpectrum(), paintEvent(), and setValue(). |
|
|
Definition at line 55 of file graphwindow.h. Referenced by decrease(), MFrequencySpectrum(), mousePressEvent(), paintEvent(), setValue(), and value(). |
1.4.2