#include <qgraphpainter.h>
Public Slots | |
void | clear () |
void | disableYReference () |
bool | getAutoscale () const |
void | setAutoscale (bool a) |
void | setRange (double min, double max) |
void | setTitle (const char *title) |
void | setYReference (double y) |
void | start (int period) |
void | valueAdded (double) |
void | valueAdded (double, double, double) |
Public Member Functions | |
QGraphPainter (QWidget *parent=0, const char *name=0, Qt::WindowFlags f=0) | |
virtual | ~QGraphPainter () |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *paintevent) |
virtual void | resizeEvent (QResizeEvent *) |
virtual void | timerEvent (QTimerEvent *te) |
Protected Attributes | |
bool | autoscale |
QPixmap * | m_pixmap |
bool | m_useYReference |
double | max |
double | min |
double | reference |
int | timer |
QString | title |
DoubleDeque | values |
Definition at line 37 of file qgraphpainter.h.
QGraphPainter::QGraphPainter | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 29 of file qgraphpainter.cpp.
|
virtual |
Definition at line 41 of file qgraphpainter.cpp.
|
slot |
Definition at line 45 of file qgraphpainter.cpp.
|
slot |
Definition at line 63 of file qgraphpainter.cpp.
|
slot |
Definition at line 81 of file qgraphpainter.cpp.
|
protectedvirtual |
Definition at line 96 of file qgraphpainter.cpp.
|
protectedvirtual |
Definition at line 37 of file qgraphpainter.cpp.
|
slot |
Definition at line 77 of file qgraphpainter.cpp.
|
slot |
Definition at line 72 of file qgraphpainter.cpp.
|
slot |
Definition at line 68 of file qgraphpainter.cpp.
|
slot |
Definition at line 58 of file qgraphpainter.cpp.
|
slot |
Definition at line 90 of file qgraphpainter.cpp.
|
protectedvirtual |
Definition at line 85 of file qgraphpainter.cpp.
|
slot |
Definition at line 49 of file qgraphpainter.cpp.
|
slot |
Definition at line 53 of file qgraphpainter.cpp.
|
protected |
Definition at line 58 of file qgraphpainter.h.
|
protected |
Definition at line 62 of file qgraphpainter.h.
|
protected |
Definition at line 59 of file qgraphpainter.h.
|
protected |
Definition at line 56 of file qgraphpainter.h.
|
protected |
Definition at line 56 of file qgraphpainter.h.
|
protected |
Definition at line 56 of file qgraphpainter.h.
|
protected |
Definition at line 60 of file qgraphpainter.h.
|
protected |
Definition at line 63 of file qgraphpainter.h.
|
protected |
Definition at line 57 of file qgraphpainter.h.