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

ListPlotDialog.h

Go to the documentation of this file.
00001 //LabPlot : ListPlotDialog.h
00002 
00003 #ifndef LISTPLOTDIALOG_H
00004 #define LISTPLOTDIALOG_H
00005 
00006 #include <qfont.h>
00007 #include <qcheckbox.h>
00008 #include "Worksheet.h"
00009 #include "PlotDialog.h"
00010 
00011 class ListPlotDialog: public PlotDialog
00012 {
00013         Q_OBJECT
00014 public:
00015         ListPlotDialog(MainWin *mw, const char *name);
00016 private:
00017         KPushButton *deleteplot, *cloneplot;
00018 };
00019 
00020 #endif //LISTPLOTDIALOG_H

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