Qucs-GUI  0.0.19
Data Structures | Enumerations | Functions
/home/travis/build/Qucs/qucs/qucs/qucs/diagrams/graph.h File Reference
#include "marker.h"
#include "element.h"
#include <cmath>
#include <QColor>
#include <Q3PtrList>
#include <QDateTime>
#include <assert.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.

Data Structures

struct  DataX
class  Graph
 prepare data for plotting purposes in Diagram. More...
class  Graph::ScrPt

Enumerations

enum  graphstyle_t {
  GRAPHSTYLE_INVALID = -1, GRAPHSTYLE_SOLID = 0, GRAPHSTYLE_DASH, GRAPHSTYLE_DOT,
  GRAPHSTYLE_LONGDASH, GRAPHSTYLE_STAR, GRAPHSTYLE_CIRCLE, GRAPHSTYLE_ARROW,
  GRAPHSTYLE_COUNT
}

Functions

graphstyle_t toGraphStyle (int x)

Enumeration Type Documentation

Enumerator:
GRAPHSTYLE_INVALID 
GRAPHSTYLE_SOLID 
GRAPHSTYLE_DASH 
GRAPHSTYLE_DOT 
GRAPHSTYLE_LONGDASH 
GRAPHSTYLE_STAR 
GRAPHSTYLE_CIRCLE 
GRAPHSTYLE_ARROW 
GRAPHSTYLE_COUNT 

Definition at line 32 of file graph.h.


Function Documentation

graphstyle_t toGraphStyle ( int  x) [inline]

Definition at line 44 of file graph.h.

Here is the caller graph for this function:

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines