class toBarChart

A widget that displays a barchart. More...

Definition#include <tobarchart.h>
InheritstoLineChart [public ]
Inherited bytoResultBar
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

A widget that displays a barchart. Each line is added onto the next one.

void  paintChart (QPainter *p,QRect &rect)

paintChart

[protected virtual]

Reimplemented from toLineChart.

 toBarChart (QWidget *parent=NULL,const char *name=NULL,WFlags f=0)

toBarChart

Create a new barchart.

Parameters:
parentParent widget.
nameName of widget.
fWidget flags.

 toBarChart (toBarChart *chart,QWidget *parent=NULL,const char *name=NULL,WFlags f=0)

toBarChart

Create a new barchart by copying all the data from another barchart.

Parameters:
chartChart to copy data from.
parentParent widget.
nameName of widget.
fWidget flags.

toLineChartopenCopy (QWidget *parent)

openCopy

[virtual]

Open chart in new window.

Reimplemented from toLineChart.