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

SmoothListDialog.h

Go to the documentation of this file.
00001 //LabPlot : SmoothListDialog.h
00002 
00003 #ifndef SMOOTHLISTDIALOG_H
00004 #define SMOOTHLISTDIALOG_H
00005 
00006 #include "ListDialog.h"
00007 
00008 class SmoothListDialog : public ListDialog
00009 {
00010         Q_OBJECT
00011 public:
00012         SmoothListDialog(MainWin *mw, const char *name);
00013 public slots:
00014         void setNumber(int n) {nni->setValue(n); }      
00015         int Apply() { return apply_clicked(); }
00016 private:
00017         KIntNumInput *nni;
00018 private slots:
00019         void saveSettings();
00020         int apply_clicked();
00021 };
00022 
00023 #endif // SMOOTHLISTDIALOG_H

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