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

HardPrintDevice.h

00001 #ifndef HARDPRINT_DEVICE_H
00002 #define HARDPRINT_DEVICE_H
00003 #include <qscrollview.h>
00004 #include "PrintDevice.h"
00005 #include "../painter/Printer.h"
00009 class HardPrintDevice:public PrintDevice{
00010 Printer * printer;
00011 public:
00012 HardPrintDevice();
00013 Painter * getPainter(int page);
00014 void send(char *);
00015 };
00016 #endif

Generated on Tue Jun 1 21:13:29 2004 for Alternate Take by doxygen 1.3.6