Wt examples  3.3.6
Public Member Functions | List of all members
ChartsApplication Class Reference
Inheritance diagram for ChartsApplication:
Inheritance graph
[legend]

Public Member Functions

 ChartsApplication (const WEnvironment &env)
 

Detailed Description

Definition at line 12 of file ChartsApplication.C.

Constructor & Destructor Documentation

◆ ChartsApplication()

ChartsApplication::ChartsApplication ( const WEnvironment &  env)
inline

Definition at line 15 of file ChartsApplication.C.

16  : WApplication(env)
17  {
18  setTitle("Charts example");
19 
20  setCssTheme("polished");
21  messageResourceBundle().use(appRoot() + "charts");
22 
23  root()->setPadding(10);
24  root()->resize(WLength::Auto, WLength::Auto);
25 
26  new ChartsExample(root());
27 
28  /*
29  * Set our style sheet last, so that it loaded after the ext stylesheets.
30  */
31  useStyleSheet("charts.css");
32  }
A widget that demonstrates various aspects of the charting lib.
Definition: ChartsExample.h:69

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

Generated on Thu Jan 12 2017 for the C++ Web Toolkit (Wt) by doxygen 1.8.13