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

OverlayPlotDialog.h

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

Generated on Sun Aug 29 14:56:04 2004 for LabPlot by doxygen 1.3.6