![]() |
Code Documentation 3.7
Social Network Visualizer
|
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"

Go to the source code of this file.
Classes | |
| class | GraphicsWidget |
Typedefs | |
| typedef QHash< quint64, GraphicsEdge * > | H_KeyToEdge |
| typedef QHash< int, GraphicsNode * > | H_NumToNode |
Declares the GraphicsWidget class for handling the main visualization widget in the network graph interface.
| typedef QHash<quint64, GraphicsEdge*> H_KeyToEdge |
| typedef QHash<int, GraphicsNode*> H_NumToNode |