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

InfoDialog.h

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

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