#include <graph.h>
Inheritance diagram for Graph:
Public Member Functions | |
Graph (int ix, int iy, int iw, int ih, int nbrPoints) | |
Graph () | |
~Graph () | |
void | setValue (int) |
void | setValue (QString) |
void | setMin (int) |
void | setMax (int) |
void | setColor (int, int, int) |
void | mUpdate (QPainter *) |
Definition at line 21 of file graph.h.
|
|
|
|
|
|
|
Implements Meter. |
|
|
|
Reimplemented from Meter. |
|
Reimplemented from Meter. |
|
Reimplemented from Meter. Definition at line 47 of file graph.cpp. References setValue(). |
|
Reimplemented from Meter. Definition at line 31 of file graph.cpp. Referenced by setValue(). |