Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | 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 Sun Apr 2 02:05:09 2006 for LabPlot by  doxygen 1.4.4