Code Documentation 3.7
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 <QTimer>
#include <QLoggingCategory>
#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< quint64, GraphicsEdge * > H_KeyToEdge
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_KeyToEdge

typedef QHash<quint64, GraphicsEdge*> H_KeyToEdge

◆ H_NumToNode

typedef QHash<int, GraphicsNode*> H_NumToNode