Wt examples  3.3.6
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 bvba, Kessel-Lo, 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 
29 class TimeSeriesExample: public Wt::WContainerWidget
30 {
31 public:
34  TimeSeriesExample(Wt::WContainerWidget *parent);
35 };
36 
39 class CategoryExample: public Wt::WContainerWidget
40 {
41 public:
44  CategoryExample(Wt::WContainerWidget *parent);
45 };
46 
49 class ScatterPlotExample: public Wt::WContainerWidget
50 {
51 public:
54  ScatterPlotExample(Wt::WContainerWidget *parent);
55 };
56 
59 class PieExample: public Wt::WContainerWidget
60 {
61 public:
64  PieExample(Wt::WContainerWidget *parent);
65 };
66 
69 class ChartsExample : public Wt::WContainerWidget
70 {
71 public:
74  ChartsExample(Wt::WContainerWidget *root);
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 Thu Jan 12 2017 for the C++ Web Toolkit (Wt) by doxygen 1.8.13