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

scaleitems.h

Go to the documentation of this file.
00001 //LabPlot : scaleitems.h
00002 
00003 #ifndef SCALEITEMS_H
00004 #define SCALEITEMS_H
00005 
00006 #include "scale.h"
00007 
00008 static const char *scaleitems[] = {I18N_NOOP("linear"),I18N_NOOP("log 10"),I18N_NOOP("log 2"),
00009         I18N_NOOP("log e"),I18N_NOOP("sqrt"),I18N_NOOP("x^2"),0};
00010 //      I18N_NOOP("log e"),I18N_NOOP("sqrt"),I18N_NOOP("x^2"),I18N_NOOP("1/x"),I18N_NOOP("1/x^2"),0};
00011 
00012 #endif // SCALEITEMS_H  

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