Wt examples  3.2.1
Public Member Functions
PaintApplication Class Reference
Inheritance diagram for PaintApplication:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 PaintApplication (const WEnvironment &env)

Detailed Description

Definition at line 13 of file PaintApplication.C.


Constructor & Destructor Documentation

PaintApplication::PaintApplication ( const WEnvironment env) [inline]

Definition at line 16 of file PaintApplication.C.

                                           : WApplication(env) {
    setTitle("Paint example");
    
    useStyleSheet("painting.css");
    
    new PaintExample(root());
  }

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

Generated on Fri Mar 30 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1