QtBasicGraph Class Reference

The QtBasicGraph class provides a Plot for continously streamed x/y data points. More...

#include <qtbasicgraph.h>

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

QtBasicGraph::QtBasicGraph ( QWidget *  parent  )  [explicit]

Constructor of the QtBasicGraph. The parent object holds the Parent of the Widget.

QtBasicGraph::~QtBasicGraph (  ) 

Destructor


The documentation for this class was generated from the following files:

Generated on Wed Nov 25 17:57:34 2009 for Embedded Widgets by  doxygen 1.6.1