35 #define GRAPHSTYLE_SOLID 0
36 #define GRAPHSTYLE_DASH 1
37 #define GRAPHSTYLE_DOT 2
38 #define GRAPHSTYLE_LONGDASH 3
39 #define GRAPHSTYLE_STAR 4
40 #define GRAPHSTYLE_CIRCLE 5
41 #define GRAPHSTYLE_ARROW 6
48 DataX(
const QString& Var_,
double *Points_=0,
int count_=0)
65 bool load(
const QString&);
Q3PtrList< Marker > Markers
Defines drawing elements for schematics.
void paintLines(ViewPainter *, int, int)
bool load(const QString &)
int getSelected(int, int)
Superclass of all schematic drawing elements.
void paint(ViewPainter *, int, int)
Graph(const QString &_Line="")
Q3PtrList< DataX > cPointsX
DataX(const QString &Var_, double *Points_=0, int count_=0)