Public Member Functions

ChartsApplication Class Reference

Inherits Wt::WApplication.

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 Mon Nov 29 2010 08:03:14 for Wt by doxygen 1.7.1