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

RegressionListDialog.cc File Reference

#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <qstring.h>
#include <qlabel.h>
#include <qfiledialog.h>
#include <qcolordialog.h>
#include <klocale.h>
#include <kmessagebox.h>
#include "RegressionListDialog.h"

Enumerations

enum  Weight {
  WEQUAL, WY, WYY, W1Y,
  W1YY
}
enum  Model {
  MLINEAR, MQUADRATIC, MCUBIC, M4ORDER,
  M5ORDER, M6ORDER, M7ORDER, M8ORDER,
  M9ORDER, M10ORDER
}

Variables

const char * weightitems []
const char * modelitems []

Enumeration Type Documentation

enum Model
 

Enumeration values:
MLINEAR 
MQUADRATIC 
MCUBIC 
M4ORDER 
M5ORDER 
M6ORDER 
M7ORDER 
M8ORDER 
M9ORDER 
M10ORDER 

enum Weight
 

Enumeration values:
WEQUAL 
WY 
WYY 
W1Y 
W1YY 


Variable Documentation

const char* modelitems[] [static]
 

Initial value:

 {I18N_NOOP("linear"),I18N_NOOP("quadratic"),I18N_NOOP("cubic"),
        I18N_NOOP("4-th order"),I18N_NOOP("5-th order"),I18N_NOOP("6-th order"),I18N_NOOP("7-th order"),
        I18N_NOOP("8-th order"),I18N_NOOP("9-th order"),I18N_NOOP("10-th order"),0}

const char* weightitems[] [static]
 

Initial value:

 {I18N_NOOP("equal"),I18N_NOOP("y"),I18N_NOOP("y^2"),
        I18N_NOOP("1/y"),I18N_NOOP("1/y^2"),0}


Generated on Sun Nov 28 22:31:17 2004 for LabPlot by doxygen 1.3.6