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
1.3.6