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(class MainWin *mw, const char *name=0);
00013 public slots:
00014         void newData();
00015         void newFunction();
00016         
00017         int apply_clicked() { return 0; }       // virtual
00018 private:
00019         Plot *plot;             // active plot
00020 };
00021 
00022 #endif // GRAPHLISTDIALOG_H

Generated on Fri Aug 19 21:34:44 2005 for LabPlot by doxygen 1.3.6