Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Macros
graph.h File Reference
#include "marker.h"
#include "element.h"
#include <QColor>
#include <Q3PtrList>
#include <QDateTime>

Go to the source code of this file.

Data Structures

struct  DataX
 
class  Graph
 

Macros

#define STROKEEND   -2
 
#define BRANCHEND   -10
 
#define GRAPHEND   -100
 
#define GRAPHSTYLE_SOLID   0
 
#define GRAPHSTYLE_DASH   1
 
#define GRAPHSTYLE_DOT   2
 
#define GRAPHSTYLE_LONGDASH   3
 
#define GRAPHSTYLE_STAR   4
 
#define GRAPHSTYLE_CIRCLE   5
 
#define GRAPHSTYLE_ARROW   6
 

Macro Definition Documentation

#define BRANCHEND   -10

Definition at line 32 of file graph.h.

#define GRAPHEND   -100

Definition at line 33 of file graph.h.

#define GRAPHSTYLE_ARROW   6

Definition at line 41 of file graph.h.

#define GRAPHSTYLE_CIRCLE   5

Definition at line 40 of file graph.h.

#define GRAPHSTYLE_DASH   1

Definition at line 36 of file graph.h.

#define GRAPHSTYLE_DOT   2

Definition at line 37 of file graph.h.

#define GRAPHSTYLE_LONGDASH   3

Definition at line 38 of file graph.h.

#define GRAPHSTYLE_SOLID   0

Definition at line 35 of file graph.h.

#define GRAPHSTYLE_STAR   4

Definition at line 39 of file graph.h.

#define STROKEEND   -2

Definition at line 31 of file graph.h.