Code Documentation 3.1
Social Network Visualizer
Loading...
Searching...
No Matches
graphicsedge.h File Reference

Declares the GraphicsEdge class for visualizing edges in the network graph. More...

#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.

Data Structures

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
 

Detailed Description

Declares the GraphicsEdge class for visualizing edges in the network graph.

Author
Dimitris B. Kalamaras
See also
https://socnetv.org

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