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

ImportOPJ.h

Go to the documentation of this file.
00001 //LabPlot : ImportOPJ.h
00002 
00003 #ifndef IMPORTOPJ_H
00004 #define IMPORTOPJ_H
00005 
00006 #include <qstring.h>
00007 #include "MainWin.h"
00008 
00009 class ImportOPJ
00010 {
00011 public:
00012         ImportOPJ(MainWin *mw, QString filename);
00013         int import();
00014 private:
00015         MainWin *mw;
00016         QString filename;
00017 };
00018 
00019 #endif //IMPORTOPJ_H

Generated on Fri Aug 19 21:34:44 2005 for LabPlot by doxygen 1.3.6