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

import.h

Go to the documentation of this file.
00001 //LabPlot : import.h
00002 
00003 #ifndef IMPORT_H
00004 #define IMPORT_H
00005 
00006 static const char* separators[] = {"auto",",","TAB",0};
00007 static const char* comments[] = {"#","!","//","+","/","c",":",";",0};
00008 
00009 enum SEPARATOR {SAUTO,SCOMMA,STAB};
00010 enum COMMENT {CSHARP,CBANG,CCPP,CADD,CSLASH,CCOMMENT,CCOLON,CSEMICOLON};
00011 
00012 #endif // IMPORT_H

Generated on Fri Mar 25 19:47:03 2005 for LabPlot by doxygen 1.3.6