The QtBasicGraph class provides a Plot for continously streamed x/y data points. More...
#include <qtbasicgraph.h>
Public Slots | |
virtual void | addPoint (const QPointF &data) |
virtual void | clear () |
Public Member Functions | |
QtBasicGraph (QWidget *parent) | |
~QtBasicGraph () | |
void | setYMinMax (qreal ymin, qreal ymax) |
void | setXRange (qreal xrange) |
qreal | xRange () const |
qreal | yRange () const |
qreal | yMin () const |
qreal | yMax () const |
void | setRenderHints (QPainter::RenderHints hints) |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *e) |
The QtBasicGraph class provides a Plot for continously streamed x/y data points.
The description of the QtBasicGraph.
The QtBasicGraph is an example to show the capabilities of the Qt Framework related to customized controls.
QtBasicGraph::QtBasicGraph | ( | QWidget * | parent | ) | [explicit] |
Constructor of the QtBasicGraph. The parent object holds the Parent of the Widget.
QtBasicGraph::~QtBasicGraph | ( | ) |
Destructor