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

Plot2DSimple.h

Go to the documentation of this file.
00001 //LabPlot : Plot2DSimple.h
00002 
00003 #ifndef PLOT2DSIMPLE_H
00004 #define PLOT2DSIMPLE_H
00005 
00006 #include <iostream>
00007 #include "Plot2D.h"
00008 
00009 using namespace std;
00010 
00012 class Plot2DSimple:public Plot2D {
00013 public:
00014         Plot2DSimple(Worksheet *p);
00015         QStringList Info();
00016         void drawCurves(QPainter *p, int w, int h);
00017 };
00018 
00019 #endif // PLOT2DSIMPLE_H

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