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

ConvolutionListDialog.h

Go to the documentation of this file.
00001 //LabPlot : ConvolutionListDialog.h
00002 
00003 #ifndef CONVOLUTIONLISTDIALOG_H
00004 #define CONVOLUTIONLISTDIALOG_H
00005 
00006 #include "ListDialog.h"
00007 
00008 class ConvolutionListDialog : public ListDialog
00009 {
00010         Q_OBJECT
00011 public:
00012         ConvolutionListDialog(MainWin *mw, const char *name);
00013 public slots:
00014         void setType(bool t=false) {type->setCurrentItem(t); }          
00015         void setSet1(int s) { set1ni->setValue(s); }                    
00016         void setSet2(int s) { set2ni->setValue(s); }                    
00017         void setXValues(int v) { xvalue->setCurrentItem(v); }           
00018         int Apply() { return apply_clicked(); }
00019 private:
00020         KIntNumInput *set1ni, *set2ni;
00021         KComboBox *type, *xvalue;
00022 private slots:
00023         void saveSettings();
00024         int apply_clicked();
00025 };
00026 
00027 #endif // CONVOLUTIONLISTDIALOG_H

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