graphicsedge.h File Reference
#include <QGraphicsItem>
#include <QObject>
#include <utility>
+ Include dependency graph for graphicsedge.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GraphicsEdge
 

Variables

static const int TypeEdge = QGraphicsItem::UserType+2
 
static const int ZValueEdge = 50
 
static const int ZValueEdgeHighlighted = 99
 
static const int EDGE_STATE_REGULAR = 0
 
static const int EDGE_STATE_HIGHLIGHT = 1
 
static const int EDGE_STATE_HOVER = 2
 

Variable Documentation

◆ EDGE_STATE_HIGHLIGHT

const int EDGE_STATE_HIGHLIGHT = 1
static

◆ EDGE_STATE_HOVER

const int EDGE_STATE_HOVER = 2
static

◆ EDGE_STATE_REGULAR

const int EDGE_STATE_REGULAR = 0
static

◆ TypeEdge

const int TypeEdge = QGraphicsItem::UserType+2
static

◆ ZValueEdge

const int ZValueEdge = 50
static

◆ ZValueEdgeHighlighted

const int ZValueEdgeHighlighted = 99
static