Wt examples  3.3.6
Public Member Functions | List of all members
ChartsExample Class Reference

A widget that demonstrates various aspects of the charting lib. More...

#include <ChartsExample.h>

Inheritance diagram for ChartsExample:
Inheritance graph
[legend]

Public Member Functions

 ChartsExample (Wt::WContainerWidget *root)
 Constructor. More...
 

Detailed Description

A widget that demonstrates various aspects of the charting lib.

Definition at line 69 of file ChartsExample.h.

Constructor & Destructor Documentation

◆ ChartsExample()

ChartsExample::ChartsExample ( Wt::WContainerWidget *  root)

Constructor.

Definition at line 100 of file ChartsExample.C.

101  : WContainerWidget(root)
102 {
103  new WText(WString::tr("introduction"), this);
104 
105  new CategoryExample(this);
106  new TimeSeriesExample(this);
107  new ScatterPlotExample(this);
108  new PieExample(this);
109 }
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

The documentation for this class was generated from the following files:

Generated on Thu Jan 12 2017 for the C++ Web Toolkit (Wt) by doxygen 1.8.13