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.

00016     : WApplication(env)
00017   {
00018     setTitle("Charts example");
00019 
00020     setCssTheme("polished");
00021     messageResourceBundle().use("charts");
00022 
00023     root()->setPadding(10);
00024     root()->resize(WLength::Auto, WLength::Auto);
00025 
00026     new ChartsExample(root());
00027 
00028 
00029     /*
00030      * Set our style sheet last, so that it loaded after the ext stylesheets.
00031      */
00032     useStyleSheet("charts.css");
00033   }


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

Generated on Thu May 20 18:14:56 2010 for Wt by doxygen 1.5.6