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

MainWindow.h

00001 #ifndef MAINWINDOW_H
00002 #define MAINWINDOW_H
00003 #include "../painter/Painter.h"
00004 #include <qwidget.h>
00005 #include "ScreenView.h"
00006 
00007 #include "../graphical/Pages.h"
00008 #include "../painter/Printer.h"
00009 #include "ScrollView.h"
00010 
00030 class MainWindow:public QWidget
00031 {
00032   Q_OBJECT
00033 PagesGr *grapher;
00034 ScrollPagesView *scrollScreenView;
00035 Painter *painter;
00036 protected:
00037 void resizeEvent(QResizeEvent*);
00038 public:
00039   MainWindow ();
00040 
00041   public slots:
00042   void open ();
00043   void newFile ();
00044   void readFile (QFile *);
00045   void print();
00046   void saveAsBmp();
00047   void paintEvent(QPaintEvent *);
00048 
00049 };
00050 
00051 #endif

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