My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
graph.h File Reference
#include "marker.h"
#include "element.h"
#include <qcolor.h>
#include <qptrlist.h>
#include <qdatetime.h>
Include dependency graph for graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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.