Detailed Description
Definition at line 120 of file display.hpp.
List of all members.
Public Types |
enum | { Type = UserType + 1
} |
Public Member Functions |
| Node (int id, Viewer *graphWidget) |
void | addEdge (Edge *edge) |
QList< Edge * > | edges () const |
int | type () const |
void | calculateForces () |
bool | advance () |
QRectF | boundingRect () const |
QPainterPath | shape () const |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
Public Attributes |
int | _id |
Protected Member Functions |
QVariant | itemChange (GraphicsItemChange change, const QVariant &value) |
void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
Private Attributes |
QList< Edge * > | edgeList |
QPointF | newPos |
Viewer * | graph |
The documentation for this class was generated from the following file: