Wt examples
3.3.0
|
Classes | |
class | ChartConfig |
A class that allows configuration of a cartesian chart. More... | |
class | TimeSeriesExample |
A widget that demonstrates a times series chart. More... | |
class | CategoryExample |
A Widget that demonstrates a category chart. More... | |
class | ScatterPlotExample |
A Widget that demonstrates a scatter plot. More... | |
class | PieExample |
A Widget that demonstrates a Pie chart. More... | |
class | ChartsExample |
A widget that demonstrates various aspects of the charting lib. More... | |
Functions | |
void | readFromCsv (std::istream &f, Wt::WAbstractItemModel *model, int numRows=-1, bool firstLineIsHeaders=true) |
Utility function that reads a model from a CSV file. More... | |
void readFromCsv | ( | std::istream & | f, |
Wt::WAbstractItemModel * | model, | ||
int | numRows = -1 , |
||
bool | firstLineIsHeaders = true |
||
) |