#include <QGraphicsItem>
#include <QObject>
#include <utility>


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
|
static |
◆ EDGE_STATE_HOVER
|
static |
◆ EDGE_STATE_REGULAR
|
static |
◆ TypeEdge
|
static |
◆ ZValueEdge
|
static |
◆ ZValueEdgeHighlighted
|
static |