Code Documentation 3.4
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 "global.h"
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.

Classes

class  GraphicsWidget
 

Typedefs

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

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