Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | 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 };
00017 
00018 #endif //LISTPLOTDIALOG_H

Generated on Sat Oct 13 21:55:01 2007 for LabPlot by  doxygen 1.4.4