00001
00002
00003 #ifndef INPUTITEMS_H
00004 #define INPUTITEMS_H
00005
00006 #include "input.h"
00007
00008 static const char *inputitems2d[] = {I18N_NOOP("x | y"),I18N_NOOP("x | y | dy"),I18N_NOOP("x | y | dx | dy"),
00009 I18N_NOOP("x | y | dy1 | dy2"),I18N_NOOP("y1 | y2 | y3 | ..."),
00010 I18N_NOOP("x | y %x"),I18N_NOOP("x | y %y"),0};
00011
00012 static const char *inputitemssurface[] = {I18N_NOOP("matrix"),I18N_NOOP("image"),I18N_NOOP("x | y | z"),0};
00013
00014 static const char *inputitems3d[] = {I18N_NOOP("x | y | z"),I18N_NOOP("matrix"),0};
00015
00016 static const char *inputitemspolar[] = {I18N_NOOP("phi | r"),0};
00017 static const char *inputitemspie[] = {I18N_NOOP("index | value"),0};
00018 static const char *inputitemsternary[] = {I18N_NOOP("a | b | c"),0};
00019
00020 static const char *inputitemsqwt[] = {I18N_NOOP("matrix"),I18N_NOOP("x | y | z"),0};
00021
00022 #endif // INPUTITEMS_H