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

Declares the GraphicsNode class for rendering nodes in the network graph visualization. More...

#include <QGraphicsItem>
#include <QObject>
#include <QPolygon>
Include dependency graph for graphicsnode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GraphicsNode
 

Variables

static const int TypeNode = QGraphicsItem::UserType+1
 
static const int ZValueNode = 100
 
static const int ZValueNodeHighlighted = 110
 

Detailed Description

Declares the GraphicsNode class for rendering nodes in the network graph visualization.

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

Variable Documentation

◆ TypeNode

const int TypeNode = QGraphicsItem::UserType+1
static

◆ ZValueNode

const int ZValueNode = 100
static

◆ ZValueNodeHighlighted

const int ZValueNodeHighlighted = 110
static