00001 // LabPlot : waveletitems.h 00002 00003 #ifndef WAVELETITEMS_H 00004 #define WAVELETITEMS_H 00005 00006 #include "wavelet.h" 00007 00008 static const char *wavelet_typeitems[] = {I18N_NOOP("daubechies"),I18N_NOOP("daubechies centered"), 00009 I18N_NOOP("haar"),I18N_NOOP("haar centered"),I18N_NOOP("bsline"),I18N_NOOP("bspline centered"),0}; 00010 00011 #endif // WAVELETITEMS_H