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

weight.h

Go to the documentation of this file.
00001 //LabPlot weight.h
00002 // sync with labplot.qs
00003 
00004 // used from regression and nonlinear fit
00005 
00006 #ifndef WEIGHT_H
00007 #define WEIGHT_H
00008 
00009 static const char *weightitems[] = {I18N_NOOP("equal"),I18N_NOOP("y"),I18N_NOOP("y^2"),
00010         I18N_NOOP("1/y"),I18N_NOOP("1/y^2"),I18N_NOOP("x"),I18N_NOOP("x^2"),
00011         I18N_NOOP("1/x"),I18N_NOOP("1/x^2"),I18N_NOOP("errorbar"),I18N_NOOP("user defined"),0};
00012 
00013 enum Weight {WEQUAL,WY,WYY,W1Y,W1YY,WX,WXX,W1X,W1XX,WERROR,WUSER};
00014 
00015 #endif // WEIGHT_H

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