Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

Spreadsheet.h

Go to the documentation of this file.
00001 #ifndef SPREADSHEET_H
00002 #define SPREADSHEET_H
00003 
00004 #include <qwidget.h>
00005 #include "MainWin.h"
00006 
00007 class Spreadsheet: public QWidget
00008 {
00009         Q_OBJECT
00010 public:
00011         Spreadsheet(QWidget *parent, MainWin *mw, const char *name);
00012 private:
00013         MainWin *mw;
00014 };
00015 
00016 #endif //SPREADSHEET

Generated on Sun Aug 29 14:56:05 2004 for LabPlot by doxygen 1.3.6