00001 // LabPlot : formatlist.h 00002 00003 #ifndef FORMATLIST_H 00004 #define FORMATLIST_H 00005 00006 #define NR_FORMATS 5 00007 static const char* formatList[] ={"{double}","{time}","{date}","{datetime text}","{datetime iso}",0}; 00008 00009 #endif // FORMATLIST_H