Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

GPrinter.h

Go to the documentation of this file.
00001 
00006 #ifndef _GPRINTER_H_
00007 #define _GPRINTER_H_
00008 
00010 class LgiClass GPrinter
00011 {
00012     class GPrinterPrivate *d;
00013 
00014 public:
00015     GPrinter();
00016     virtual ~GPrinter();
00017 
00019     GPrintDC *StartDC(char *PrintJobName, GView *Parent = 0);
00020 
00022     bool Browse(GView *Parent);
00023     
00025     bool Serialize(char *&Str, bool Write);
00026 };
00027 
00028 #endif

Generated on Wed Oct 26 14:46:49 2005 for Lgi by  doxygen 1.4.1