Wt examples  3.3.12
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 }

The documentation for this class was generated from the following files:
ScatterPlotExample
A Widget that demonstrates a scatter plot.
Definition: ChartsExample.h:49
CategoryExample
A Widget that demonstrates a category chart.
Definition: ChartsExample.h:39
TimeSeriesExample
A widget that demonstrates a times series chart.
Definition: ChartsExample.h:29
PieExample
A Widget that demonstrates a Pie chart.
Definition: ChartsExample.h:59

Generated on Fri Apr 24 2020 for the C++ Web Toolkit (Wt) by doxygen 1.8.17