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

inputitems.h

Go to the documentation of this file.
00001 // LabPlot : inputitems.h
00002 
00003 #ifndef INPUTITEMS_H
00004 #define INPUTITEMS_H
00005 
00006 static const char *inputitems2d[] = {"x | y","x | y | dy","x | y | dx | dy","x | y | dy1 | dy2","y1 | y2 | y3 | ...",0};
00007 static const char *inputitemssurface[] = {"matrix","image",0};
00008 static const char *inputitems3d[] = {"x | y | z","matrix",0};
00009 static const char *inputitemspolar[] = {"phi | r",0};
00010 static const char *inputitemspie[] = {"index | value",0};
00011 static const char *inputitemsternary[] = {"a | b | c",0};
00012 static const char *inputitemsqwt[] = {"matrix","x | y | z",0};
00013 
00014 #endif // INPUTITEMS_H

Generated on Fri Mar 25 19:47:03 2005 for LabPlot by doxygen 1.3.6