Public Member Functions

PaintApplication Class Reference

Inherits Wt::WApplication.

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 Mon Nov 29 2010 08:03:14 for Wt by doxygen 1.7.1