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

FunctionDialog.h

Go to the documentation of this file.
00001 //LabPlot : FunctionDialog.h
00002 
00003 #ifndef FUNCTIONDIALOG_H
00004 #define FUNCTIONDIALOG_H
00005 
00006 #include <klineedit.h>
00007 #include <qtoolbutton.h>
00008 #include <qcheckbox.h>
00009 #include <qcolor.h>
00010 #include "Dialog.h"
00011 #include "Worksheet.h"
00012 #include "GraphListDialog.h"
00013 #include "Graph2D.h"
00014 
00015 class FunctionDialog: public Dialog
00016 {
00017         Q_OBJECT
00018 public:
00019         FunctionDialog(MainWin *mw, const char *name, ListDialog *l, int item, PType newtype);
00020 public slots:
00021         int addFunction();      
00022         void setLabel() { labelle->setText(funle->text()); }
00023 private slots :
00024         int agree();
00025         void ok_clicked() { if (!agree()) accept(); }
00026 private:
00027         KLineEdit *funle, *labelle, *xmin, *xmax, *ymin, *ymax, *nx, *ny;
00028         QCheckBox *reread;
00029         ListDialog *l;
00030         int item;
00031         PType type;
00032         Graph *graph;                   // Graph
00033 };
00034 #endif //FUNCTIONDIALOG_H

Generated on Fri Mar 25 19:47:03 2005 for LabPlot by doxygen 1.3.6