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

Declares the GraphicsWidget class for handling the main visualization widget in the network graph interface. More...

#include <QGraphicsView>
#include <QHash>
Include dependency graph for graphicswidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GraphicsWidget
 

Typedefs

typedef QHash< QString, GraphicsEdge * > H_StrToEdge
 
typedef QHash< int, GraphicsNode * > H_NumToNode
 
typedef QPair< int, int > SelectedEdge
 

Detailed Description

Declares the GraphicsWidget class for handling the main visualization widget in the network graph interface.

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

Typedef Documentation

◆ H_NumToNode

typedef QHash<int, GraphicsNode*> H_NumToNode

◆ H_StrToEdge

typedef QHash<QString, GraphicsEdge*> H_StrToEdge

◆ SelectedEdge

typedef QPair<int, int> SelectedEdge