#include <Graph2D.h>
Inheritance diagram for Graph2D:

Public Member Functions | |
| Graph2D (QString n="", QString l="", LRange r[2]=0, LSource src=SFUNCTION, PType t=P2D, Style *st=0, Symbol *sy=0, Point *p=0, int nr=0, bool b=true) | |
| ~Graph2D () | |
| Graph2D * | Clone () |
| LRange | Range (int i) |
| void | setRange (LRange r[2]) |
| Point * | Data () |
| void | setData (Point *data) |
| QStringList | Info () |
| void | save (QTextStream *t, QProgressDialog *progress) |
| void | open (QTextStream *t, int version, QProgressDialog *progress) |
| void | saveXML (QDomDocument doc, QDomElement graphtag) |
| void | openXML (QDomNode node) |
Private Attributes | |
| Point * | ptr |
| LRange | range [2] |
|
||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
Implements Graph. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Implements Graph. |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4