#include <ChartsExample.h>

Public Member Functions | |
| ChartsExample (const Wt::WEnvironment &env) | |
| Constructor. | |
Private Member Functions | |
| void | timeSeriesExample () |
| Creates the time series scatterplot example. | |
| void | categoryExample () |
| Creates the category chart example. | |
| void | pieExample () |
| Creates the pie chart example. | |
| void | scatterPlotExample () |
| Wt::WAbstractItemModel * | readCsvFile (const char *fname) |
| Read the model from a CSV file. | |
Definition at line 29 of file ChartsExample.h.
| ChartsExample::ChartsExample | ( | const Wt::WEnvironment & | env | ) |
| void ChartsExample::timeSeriesExample | ( | ) | [private] |
| void ChartsExample::categoryExample | ( | ) | [private] |
| void ChartsExample::pieExample | ( | ) | [private] |
| void ChartsExample::scatterPlotExample | ( | ) | [private] |
Definition at line 168 of file ChartsExample.C.
| WAbstractItemModel * ChartsExample::readCsvFile | ( | const char * | fname | ) | [private] |
1.5.3