#include </home/clem/local/src/opie/noncore/applets/wirelessapplet/mgraph.h>
Collaboration diagram for MGraph:

Public Member Functions | |
| MGraph (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| ~MGraph () | |
| void | addValue (int value, bool followMax=true) |
| void | setMax (int value) |
| void | setMin (int value) |
| virtual void | setFrameStyle (int style) |
Protected Member Functions | |
| virtual void | drawContents (QPainter *) |
Protected Attributes | |
| int | min |
| int | max |
| ValueList * | values |
| QPixmap * | background |
|
||||||||||||||||
|
Definition at line 27 of file mgraph.cpp. References background, and values. |
|
|
Definition at line 66 of file mgraph.cpp. References background, and values. |
|
||||||||||||
|
Definition at line 40 of file mgraph.cpp. References QValueList< T >::append(), background, QValueList< T >::begin(), QValueList< T >::count(), max, QValueList< T >::remove(), setMax(), and values. Referenced by WirelessApplet::updatePopupWindow(). |
|
|
Definition at line 50 of file mgraph.cpp. References background, QValueList< T >::begin(), QValueList< T >::end(), max, values, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 34 of file mgraph.cpp. References background. Referenced by WirelessControl::WirelessControl(). |
|
|
Definition at line 36 of file mgraph.h. References max. Referenced by addValue(), and WirelessControl::WirelessControl(). |
|
|
Definition at line 37 of file mgraph.h. References min. Referenced by WirelessControl::WirelessControl(). |
|
|
Definition at line 47 of file mgraph.h. Referenced by addValue(), drawContents(), MGraph(), setFrameStyle(), and ~MGraph(). |
|
|
Definition at line 44 of file mgraph.h. Referenced by addValue(), drawContents(), and setMax(). |
|
|
Definition at line 43 of file mgraph.h. Referenced by setMin(). |
|
|
Definition at line 45 of file mgraph.h. Referenced by addValue(), drawContents(), MGraph(), and ~MGraph(). |
1.4.2