Code Documentation 3.1
Social Network Visualizer
|
Implements the GraphicsEdge class, which visualizes edges in the network graph. More...
#include "graphicsedge.h"
#include <QGraphicsScene>
#include <QGraphicsSceneMouseEvent>
#include <QStyleOptionGraphicsItem>
#include <QPainter>
#include <QtDebug>
#include <cmath>
#include "global.h"
#include "graphicswidget.h"
#include "graphicsnode.h"
#include "graphicsedgeweight.h"
#include "graphicsedgelabel.h"
Implements the GraphicsEdge class, which visualizes edges in the network graph.