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

RegressionListDialog.h

Go to the documentation of this file.
00001 //LabPlot : RegressionListDialog.h
00002 
00003 #ifndef REGRESSIONLISTDIALOG_H
00004 #define REGRESSIONLISTDIALOG_H
00005 
00006 #include "ListDialog.h"
00007 
00008 class RegressionListDialog : public ListDialog
00009 {
00010         Q_OBJECT
00011 public:
00012         RegressionListDialog(Worksheet *p, Spreadsheet *s, const char *name);
00013 private slots:
00014         void ok_clicked() { apply_clicked(); accept(); }
00015         void apply_clicked();
00016 private:
00017         KComboBox *modelcb, *weightcb;
00018         QCheckBox *infocb, *regioncb;
00019         KLineEdit *regionminle, *regionmaxle, *numberle, *minle, *maxle;
00020 };
00021 
00022 #endif // REGRESSIONLISTDIALOG_H

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