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

SpreadsheetValuesDialog.h

Go to the documentation of this file.
00001 //LabPlot : SpreadsheetValuesDialog.h
00002 
00003 #ifndef SPREADSHEETVALUESDIALOG_H
00004 #define SPREADSHEETVALUESDIALOG_H
00005 
00006 #include <qfont.h>
00007 #include <qcheckbox.h>
00008 #include "Dialog.h"
00009 
00010 class SpreadsheetValuesDialog: public Dialog
00011 {
00012         Q_OBJECT
00013 public:
00014         SpreadsheetValuesDialog(MainWin *mw, QTable *t, const char *name);
00015 public slots:
00016         void ok_clicked() { apply_clicked(); accept(); }
00017         void apply_clicked();
00018 private:
00019         QTable *table;
00020         KLineEdit  *ale, *ble;
00021         KComboBox *funcombo;
00022 };
00023 
00024 #endif //SPREADSHEETVALUESDIALOG_H

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