Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

WorkAreaFactory Namespace Reference


Functions

WorkAreacreate (int x, int y, int w, int h)
 Make a work area. More...


Function Documentation

WorkArea * WorkAreaFactory::create int    x,
int    y,
int    w,
int    h
 

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 }


Generated on Fri Jul 18 01:19:12 2003 for lyx by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002