ChartsExample Class Reference
[Charts example]

A widget that demonstrates various aspects of the charting lib. More...

#include <ChartsExample.h>

Inheritance diagram for ChartsExample:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 ChartsExample (Wt::WContainerWidget *root)
 Constructor.


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 ( Wt::WContainerWidget root  ) 

Constructor.

Definition at line 55 of file ChartsExample.C.

00056   : WContainerWidget(root)
00057 {
00058   new WText(WString::tr("introduction"), this);
00059 
00060   new CategoryExample(this);
00061   new TimeSeriesExample(this);
00062   new ScatterPlotExample(this);
00063   new PieExample(this);
00064 }


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

Generated on Mon Jan 26 14:14:21 2009 for Wt by doxygen 1.5.6