Main Page | Namespace List | Class Hierarchy | Class List | 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 Fri Aug 19 21:34:45 2005 for LabPlot by doxygen 1.3.6