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         void setSymbolType(Symbol *symbol,int type);
00015         Qt::PenStyle translateOriginLineStyle(int linestyle);
00016         QColor translateOriginColor(int color);
00017         QString parseOriginText(const QString &str);
00018         QString parseOriginTags(const QString &str);
00019 private:
00020         MainWin *mw;
00021         QString filename;
00022 };
00023 
00024 #endif //IMPORTOPJ_H

Generated on Sat Oct 13 21:55:01 2007 for LabPlot by  doxygen 1.4.4