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

export.h

Go to the documentation of this file.
00001 //LabPlot : export.h
00002 // sync with labplot.qs
00003 
00004 #ifndef EXPORT_H
00005 #define EXPORT_H
00006 
00007 const char* exports[] = {"ASCII","CDF","NETCDF","AUDIO","IMAGE","BINARY","DATABASE","HDF5",0};
00008 enum EXPORT {EASCII,ECDF,ENETCDF,EAUDIO,EIMAGE,EBINARY,EKEXIDB,EHDF5};
00009 
00010 #endif // EXPORT_H

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