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

LabPlotDialog.h

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

Generated on Sun Apr 2 02:05:09 2006 for LabPlot by  doxygen 1.4.4