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.

00016                                            : WApplication(env) {
00017     setTitle("Paint example");
00018     
00019     useStyleSheet("painting.css");
00020     
00021     new PaintExample(root());
00022   }


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

Generated on Mon Mar 9 08:28:56 2009 for Wt by doxygen 1.5.6