#include <qgraphpainter.h>
Definition at line 37 of file qgraphpainter.h.
| QGraphPainter::QGraphPainter |
( |
QWidget * |
parent = 0, |
|
|
const char * |
name = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
| QGraphPainter::~QGraphPainter |
( |
| ) |
|
|
virtual |
| void QGraphPainter::clear |
( |
| ) |
|
|
slot |
| void QGraphPainter::disableYReference |
( |
| ) |
|
|
slot |
| bool QGraphPainter::getAutoscale |
( |
| ) |
const |
|
slot |
| void QGraphPainter::paintEvent |
( |
QPaintEvent * |
paintevent | ) |
|
|
protectedvirtual |
| void QGraphPainter::resizeEvent |
( |
QResizeEvent * |
sizeev | ) |
|
|
protectedvirtual |
| void QGraphPainter::setAutoscale |
( |
bool |
a | ) |
|
|
slot |
| void QGraphPainter::setRange |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
slot |
| void QGraphPainter::setTitle |
( |
const char * |
title | ) |
|
|
slot |
| void QGraphPainter::setYReference |
( |
double |
y | ) |
|
|
slot |
| void QGraphPainter::start |
( |
int |
period | ) |
|
|
slot |
| void QGraphPainter::timerEvent |
( |
QTimerEvent * |
te | ) |
|
|
protectedvirtual |
| void QGraphPainter::valueAdded |
( |
double |
v | ) |
|
|
slot |
| void QGraphPainter::valueAdded |
( |
double |
v, |
|
|
double |
_min, |
|
|
double |
_max |
|
) |
| |
|
slot |
| bool QGraphPainter::autoscale |
|
protected |
| QPixmap* QGraphPainter::m_pixmap |
|
protected |
| bool QGraphPainter::m_useYReference |
|
protected |
| double QGraphPainter::max |
|
protected |
| double QGraphPainter::min |
|
protected |
| double QGraphPainter::reference |
|
protected |
| QString QGraphPainter::title |
|
protected |
The documentation for this class was generated from the following files: