Public Member Functions

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 72 of file ChartsExample.C.

  : WContainerWidget(root)
{
  new WText(WString::tr("introduction"), this);

  new CategoryExample(this);
  new TimeSeriesExample(this);
  new ScatterPlotExample(this);
  new PieExample(this);
}

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

Generated on Fri Feb 4 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.2