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

CorrelationListDialog.h

Go to the documentation of this file.
00001 //LabPlot : CorrelationListDialog.h
00002 
00003 #ifndef CORRELATIONLISTDIALOG_H
00004 #define CORRELATIONLISTDIALOG_H
00005 
00006 #include "ListDialog.h"
00007 
00008 class CorrelationListDialog : public ListDialog
00009 {
00010         Q_OBJECT
00011 public:
00012         CorrelationListDialog(MainWin *mw, const char *name);
00013 public slots:
00014         int Type() { return typecb->currentItem(); }            
00015         void setType(int t) { typecb->setCurrentItem(t); }      
00016         int Apply() { return apply_clicked(); }
00017 private:
00018         KComboBox *typecb;
00019 private slots:
00020         void saveSettings();
00021         int apply_clicked();
00022 };
00023 
00024 #endif // CORRELATIONLISTDIALOG_H

Generated on Sun Apr 2 02:05:09 2006 for LabPlot by  doxygen 1.4.4