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

GraphListDialog.h

Go to the documentation of this file.
00001 //LabPlot : GraphListDialog.h
00002 
00003 #ifndef GRAPHLISTDIALOG_H
00004 #define GRAPHLISTDIALOG_H
00005 
00006 #include "ListDialog.h"
00007 
00008 class GraphListDialog : public ListDialog
00009 {
00010         Q_OBJECT
00011 public:
00012         GraphListDialog(MainWin *mw, const char *name=0);
00013 public slots:
00014         void newData();
00015         void newFunction();
00016 private:
00017         Plot *plot;             // active plot
00018 };
00019 
00020 #endif // GRAPHLISTDIALOG_H

Generated on Sun Nov 28 22:31:17 2004 for LabPlot by doxygen 1.3.6