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

formatlist.h

Go to the documentation of this file.
00001 // LabPlot : formatlist.h
00002 
00003 #ifndef FORMATLIST_H
00004 #define FORMATLIST_H
00005 
00006 #define NR_FORMATS 5
00007 static const char* formatList[] ={I18N_NOOP("{double}"),I18N_NOOP("{time}"),I18N_NOOP("{date}"),
00008         I18N_NOOP("{datetime text}"),I18N_NOOP("{datetime iso}"),0};
00009 
00010 #endif // FORMATLIST_H

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