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

PeriodicListDialog.h

Go to the documentation of this file.
00001 //LabPlot : PeriodicListDialog.h
00002 
00003 #ifndef PERIODICLISTDIALOG_H
00004 #define PERIODICLISTDIALOG_H
00005 
00006 #include "ListDialog.h"
00007 
00008 class PeriodicListDialog : public ListDialog
00009 {
00010         Q_OBJECT
00011 public:
00012         PeriodicListDialog(MainWin *mw, const char *name);
00013 private slots:
00014         void ok_clicked() { apply_clicked(); accept(); }
00015         void apply_clicked();
00016 private:
00017         KLineEdit *nle;
00018         QCheckBox *averagecb;
00019 };
00020 
00021 #endif // PERIODICLISTDIALOG_H

Generated on Fri Mar 25 19:47:03 2005 for LabPlot by doxygen 1.3.6