#include <ChartsExample.h>
Public Member Functions | |
ChartsExample (Wt::WContainerWidget *root) | |
Constructor. |
Definition at line 69 of file ChartsExample.h.
ChartsExample::ChartsExample | ( | Wt::WContainerWidget * | root | ) |
Constructor.
Definition at line 60 of file ChartsExample.C.
00061 : WContainerWidget(root) 00062 { 00063 new WText(WString::tr("introduction"), this); 00064 00065 new CategoryExample(this); 00066 new TimeSeriesExample(this); 00067 new ScatterPlotExample(this); 00068 new PieExample(this); 00069 }