Wt examples  3.7.1
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>
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:
65 };
66 
70 {
71 public:
75 };
76 
79 #endif // CHARTS_EXAMPLE_H_
A widget that demonstrates various aspects of the charting lib.
Definition: ChartsExample.h:69
A Widget that demonstrates a scatter plot.
Definition: ChartsExample.h:49
A Widget that demonstrates a Pie chart.
Definition: ChartsExample.h:59
A Widget that demonstrates a category chart.
Definition: ChartsExample.h:39
A widget that demonstrates a times series chart.
Definition: ChartsExample.h:29

Generated on Tue Dec 15 2020 for the C++ Web Toolkit (Wt) by doxygen 1.8.13