|
Wt examples
3.3.5
|
A widget that demonstrates various aspects of the charting lib. More...
#include <ChartsExample.h>
Public Member Functions | |
| ChartsExample (Wt::WContainerWidget *root) | |
| Constructor. | |
A widget that demonstrates various aspects of the charting lib.
Definition at line 69 of file ChartsExample.h.
| ChartsExample::ChartsExample | ( | Wt::WContainerWidget * | root | ) |
Constructor.
Definition at line 100 of file ChartsExample.C.
: WContainerWidget(root)
{
new WText(WString::tr("introduction"), this);
new CategoryExample(this);
new TimeSeriesExample(this);
new ScatterPlotExample(this);
new PieExample(this);
}
1.7.6.1