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

PlotDialog.h

Go to the documentation of this file.
00001 //LabPlot : PlotDialog.h
00002 
00003 #ifndef PLOTDIALOG_H
00004 #define PLOTDIALOG_H
00005 
00006 #include <qtoolbutton.h>
00007 #include <qcolor.h>
00008 #include <qcheckbox.h>
00009 #include "Worksheet.h"
00010 #include "Dialog.h"
00011 
00012 class PlotDialog: public Dialog
00013 {
00014         Q_OBJECT
00015 public:
00016         PlotDialog(Worksheet *p, const char *name);
00017 private:
00018         Worksheet *p;
00019 protected:
00020         QListView *lv;
00021         void updateList();
00022 };
00023 
00024 #endif //PLOTDIALOG_H

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