Wt examples  3.2.2
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");

    setCssTheme("polished");
    messageResourceBundle().use(appRoot() + "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 Fri Jul 27 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1