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

input.h

Go to the documentation of this file.
00001 // LabPlot : input.h
00002 // sync with labplot.qs
00003 
00004 #ifndef INPUT_H
00005 #define INPUT_H
00006 
00007 // see also inputitems.h
00008 
00009 enum Input2D {I2DXY,I2DXYDY,I2DXYDXDY,I2DXYDYDY,I2DLINE,I2DXYPX,I2DXYPY};
00010 
00011 enum InputSURFACE {ISMATRIX,ISIMAGE,ISXYZ};
00012 
00013 enum Input3D {I3DXYZ,I3DMATRIX};
00014 
00015 enum InputQWT {IQWTMATRIX,IQWTXYZ};
00016 
00017 #endif // INPUT_H

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