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

Public Member Functions | |
| Graph (QString n="", QString label="", LSource src=SFUNCTION, PType t=P2D, Style *st=0, Symbol *sy=0, int nr=0, bool s=true) | |
| virtual | ~Graph () |
| void | openGraph (QTextStream *t, int version) |
| void | saveGraph (QTextStream *t) |
| QString | Name () |
| QString | Label () |
| void | setLabel (QString l) |
| LSource | Source () |
| void | setSource (LSource s) |
| int | ReadAs () |
| void | setReadAs (int r) |
| PType | Type () |
| Style * | getStyle () |
| void | setStyle (Style *s) |
| Symbol * | getSymbol () |
| void | setSymbol (Symbol *s) |
| int | Number () |
| void | setNumber (int n) |
| bool | isShown () |
| void | setShown (bool b) |
| AnnotateValues | getAnnotateValues () |
| void | setAnnotateValues (AnnotateValues a) |
| QString | FitFunction () |
| void | setFitFunction (QString f) |
Protected Attributes | |
| QString | name |
| QString | label |
| LSource | source |
| int | readas |
| PType | type |
| Style * | style |
| Symbol * | symbol |
| int | number |
| bool | shown |
| AnnotateValues | av |
| QString | fitfunction |
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in Graph3D. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6