Wt examples  4.9.0
Loading...
Searching...
No Matches
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:
[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(std::make_unique<WText>(WString::tr("introduction")));
107
108 this->addWidget(std::make_unique<CategoryExample>());
109 this->addWidget(std::make_unique<TimeSeriesExample>());
110 this->addWidget(std::make_unique<ScatterPlotExample>());
111 this->addWidget(std::make_unique<PieExample>());
112}

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