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

tickformatitems.h

Go to the documentation of this file.
00001 //LabPlot : tickformatitems.h
00002 
00003 #ifndef TICKFORMATITEMS_H
00004 #define TICKFORMATITEMS_H
00005 
00006 #include "tickformat.h"
00007 
00008 static const char *tickformatitems[] = {I18N_NOOP("automatic"),I18N_NOOP("normal"),
00009         I18N_NOOP("scientific"),I18N_NOOP("power of 10"),I18N_NOOP("power of 2"),
00010         I18N_NOOP("power of e"),I18N_NOOP("sqrt"),I18N_NOOP("time"),I18N_NOOP("date"),
00011         I18N_NOOP("datetime"),I18N_NOOP("degree"),0};
00012 
00013 #endif // TICKFORMAT_H

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