Functions | |
| WorkArea * | create (int x, int y, int w, int h) |
| Make a work area. More... | |
|
||||||||||||||||||||
|
Make a work area. Used because we want to generate a toolkit-specific instance. Definition at line 20 of file qt2/WorkAreaFactory.C.
00021 {
00022 return new QWorkArea(x, y, w, h);
00023 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002