Wt examples  4.0.2
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 ()
 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 ( )

Constructor.

Definition at line 103 of file ChartsExample.C.

104  : WContainerWidget()
105 {
106  this->addWidget(cpp14::make_unique<WText>(WString::tr("introduction")));
107 
108  this->addWidget(cpp14::make_unique<CategoryExample>());
109  this->addWidget(cpp14::make_unique<TimeSeriesExample>());
110  this->addWidget(cpp14::make_unique<ScatterPlotExample>());
111  this->addWidget(cpp14::make_unique<PieExample>());
112 }

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

Generated on Wed May 30 2018 for the C++ Web Toolkit (Wt) by doxygen 1.8.12