#include <Graph.h>
Inheritance diagram for Graph:
Public Member Functions | |
Graph (QString n="", QString label="", int t=0, Style st=Style(), Symbol sy=Symbol(), int nr=0, bool s=TRUE) | |
void | openGraph (QTextStream *t, int version) |
void | saveGraph (QTextStream *t) |
QString | Name () |
QString | Label () |
void | setLabel (QString l) |
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) |
Protected Attributes | |
QString | name |
QString | label |
PType | type |
Style | style |
Symbol | symbol |
int | number |
bool | shown |
AnnotateValues | av |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in Graph3D. |
|
|
|
|
|
|
|
|
|
Reimplemented in Graph3D. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in Graph3D. |
|
|
|
|
|
|
|
|