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

PruneListDialog.h

Go to the documentation of this file.
00001 //LabPlot : PruneListDialog.h
00002 
00003 #ifndef PRUNELISTDIALOG_H
00004 #define PRUNELISTDIALOG_H
00005 
00006 #include "ListDialog.h"
00007 
00008 class PruneListDialog : public ListDialog
00009 {
00010         Q_OBJECT
00011 public:
00012         PruneListDialog(MainWin *mw, const char *name);
00013 public slots:
00014         void setNumber(int n) { nle->setText(QString::number(n)); }     
00015 private:
00016         KLineEdit *nle;
00017 private slots:
00018         int apply_clicked();
00019 };
00020 
00021 #endif // PRUNELISTDIALOG_H

Generated on Fri Aug 19 21:34:45 2005 for LabPlot by doxygen 1.3.6