Public Member Functions

ChartsApplication Class Reference

Inheritance diagram for ChartsApplication:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ChartsApplication (const WEnvironment &env)

Detailed Description

Definition at line 12 of file ChartsApplication.C.


Constructor & Destructor Documentation

ChartsApplication::ChartsApplication ( const WEnvironment env ) [inline]

Definition at line 15 of file ChartsApplication.C.

                                            : WApplication(env) {
  setTitle("Charts example");

  messageResourceBundle().use("charts");

  root()->setPadding(10);
  root()->resize(WLength::Auto, WLength::Auto);

  new ChartsExample(root());


  /*
   * Set our style sheet last, so that it loaded after the ext stylesheets.
   */
  useStyleSheet("charts.css");
  }

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

Generated on Sat Dec 4 2010 06:32:31 for Wt by doxygen 1.7.2