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

filter.h

Go to the documentation of this file.
00001 //LabPlot : filter.h
00002 
00003 #ifndef FILTER_H
00004 #define FILTER_H
00005 
00006 static const char* filters[] = {I18N_NOOP("user defined"),I18N_NOOP("TDI Format=Text"),I18N_NOOP("LeCroy Oscilloscope"),
00007         I18N_NOOP("LeCroy XYPairs"),I18N_NOOP("Goldstar Oscilloscope"),I18N_NOOP("binary data"),0};
00008 
00009 enum FILTER {FUSER,FTDI,FLECROY,FLECROYXY,FGOLDSTAR,FBINARY};
00010 
00011 #endif

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