Declares the GraphicsEdge class for visualizing edges in the network graph.
More...
#include <QGraphicsItem>
#include <QObject>
#include <utility>
Go to the source code of this file.
Declares the GraphicsEdge class for visualizing edges in the network graph.
- Author
- Dimitris B. Kalamaras
- Copyright
- Copyright (C) 2005-2024 by Dimitris B. Kalamaras. This file is part of SocNetV (Social Network Visualizer). @license This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 or later. For more details, see http://www.gnu.org/licenses/.
- See also
- https://socnetv.org
◆ 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 |