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.

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


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

Generated on Tue Sep 1 17:51:23 2009 for Wt by doxygen 1.5.6