Wt examples
3.3.6
Public Member Functions
|
List of all members
PaintApplication Class Reference
Inheritance diagram for PaintApplication:
[
legend
]
Public Member Functions
PaintApplication
(const WEnvironment &env)
Detailed Description
Definition at line
13
of file
PaintApplication.C
.
Constructor & Destructor Documentation
§
PaintApplication()
PaintApplication::PaintApplication
(
const WEnvironment &
env
)
inline
Definition at line
16
of file
PaintApplication.C
.
16
: WApplication(env) {
17
setTitle(
"Paint example"
);
18
19
useStyleSheet(
"painting.css"
);
20
21
new
PaintExample
(root());
22
}
PaintExample
Definition:
PaintExample.h:17
The documentation for this class was generated from the following file:
/build/witty-8LS0oe/witty-3.3.6+dfsg/examples/painting/
PaintApplication.C
Generated on Thu Jan 12 2017 for
the C++ Web Toolkit (Wt)
by
1.8.12