class toBarChart
|
A widget that displays a barchart. More... |
|
|
Public Methods
Protected Methods
A widget that displays a barchart. Each line is added onto the next one.
[protected virtual]
Reimplemented from toLineChart.
toBarChart (QWidget *parent=NULL,const char *name=NULL,WFlags f=0)
| toBarChart |
Create a new barchart.
Parameters:
parent | Parent widget.
|
name | Name of widget.
|
f | Widget 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:
chart | Chart to copy data from.
|
parent | Parent widget.
|
name | Name of widget.
|
f | Widget flags.
|
[virtual]
Open chart in new window.
Reimplemented from toLineChart.
Generated by: nneul on skyhawk on Wed Feb 23 19:49:58 2005, using kdoc 2.0a54. |