Wt examples  3.3.0
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:
Inheritance graph
[legend]

Public Member Functions

 ChartsExample (Wt::WContainerWidget *root)
 Constructor. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Wt::WWidget
virtual void enableAjax ()=0
 
virtual void propagateSetEnabled (bool enabled)=0
 
virtual void render (WFlags< RenderFlag > flags)
 

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.

73  : WContainerWidget(root)
74 {
75  new WText(WString::tr("introduction"), this);
76 
77  new CategoryExample(this);
78  new TimeSeriesExample(this);
79  new ScatterPlotExample(this);
80  new PieExample(this);
81 }

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

Generated on Fri May 31 2013 for the C++ Web Toolkit (Wt) by doxygen 1.8.3.1