Wt examples  4.10.4
ChartsExample.h
Go to the documentation of this file.
1 // This may look like C code, but it's really -*- C++ -*-
2 /*
3  * Copyright (C) 2008 Emweb bv, Herent, Belgium.
4  *
5  * See the LICENSE file for terms of use.
6  */
7 #ifndef CHARTS_EXAMPLE_H_
8 #define CHARTS_EXAMPLE_H_
9 
10 #include <Wt/WContainerWidget.h>
11 
12 #include <iostream>
13 
14 namespace Wt {
15  class WAbstractItemModel;
16 
17  namespace Ext {
18  class TableView;
19  }
20 }
21 
26 
30 {
31 public:
35 };
36 
40 {
41 public:
45 };
46 
50 {
51 public:
55 };
56 
60 {
61 public:
64  PieExample();
65 };
66 
70 {
71 public:
74  ChartsExample();
75 };
76 
79 #endif // CHARTS_EXAMPLE_H_
A Widget that demonstrates a category chart.
Definition: ChartsExample.h:40
CategoryExample()
Creates the category chart example.
A widget that demonstrates various aspects of the charting lib.
Definition: ChartsExample.h:70
ChartsExample()
Constructor.
A Widget that demonstrates a Pie chart.
Definition: ChartsExample.h:60
PieExample()
Creates the pie chart example.
A Widget that demonstrates a scatter plot.
Definition: ChartsExample.h:50
ScatterPlotExample()
Creates the scatter plot example.
A widget that demonstrates a times series chart.
Definition: ChartsExample.h:30
TimeSeriesExample()
Creates the time series scatter plot example.