Detailed Description
Definition at line 96 of file display.hpp.
List of all members.
Public Types |
enum | { Type = UserType + 2
} |
Public Member Functions |
| Edge (Node *sourceNode, Node *destNode) |
Node * | sourceNode () const |
Node * | destNode () const |
void | adjust () |
int | type () const |
Protected Member Functions |
QRectF | boundingRect () const |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
Private Attributes |
Node * | source |
Node * | dest |
QPointF | sourcePoint |
QPointF | destPoint |
qreal | arrowSize |
The documentation for this class was generated from the following file: