|
enum | { Type = UserType + ConnectionDragGraphicsType
} |
|
enum | { Type = UserType + CurveGraphicsType
} |
|
|
| ConnectionDragGraphicsItem (ProcessorOutportGraphicsItem *outport, QPointF endPoint, QColor color=QColor(38, 38, 38)) |
|
virtual QPointF | getStartPoint () const override |
|
virtual QPointF | getEndPoint () const override |
|
void | setEndPoint (QPointF endPoint) |
|
void | reactToPortHover (ProcessorInportGraphicsItem *inport) |
|
ProcessorOutportGraphicsItem * | getOutportGraphicsItem () const |
|
virtual int | type () const override |
|
| CurveGraphicsItem (QColor color=QColor(38, 38, 38), QColor borderColor=Qt::black, QColor selectedBorderColor=Qt::darkRed) |
|
virtual QPainterPath | shape () const override |
|
virtual QColor | getColor () const |
|
virtual void | updateShape () |
|
virtual void | setColor (QColor color) |
|
void | resetBorderColors () |
|
void | setBorderColor (QColor borderColor) |
|
void | setSelectedBorderColor (QColor selectedBorderColor) |
|
virtual void | paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget) override |
|
virtual QRectF | boundingRect () const override |
|
virtual QPainterPath | obtainCurvePath () const |
|
virtual QPainterPath | obtainCurvePath (QPointF startPoint, QPointF endPoint) const |
|
| EditorGraphicsItem (QGraphicsItem *parent) |
|
QPoint | mapPosToSceen (QPointF pos) const |
|
virtual void | showToolTip (QGraphicsSceneHelpEvent *event) |
|
void | showPortInfo (QGraphicsSceneHelpEvent *e, Port *port) const |
|
|
QPointF | endPoint_ |
|
ProcessorOutportGraphicsItem * | outport_ |
|
QColor | color_ |
|
QColor | borderColor_ |
|
QColor | selectedBorderColor_ |
|
QPainterPath | path_ |
|
QRectF | rect_ |
|
|
void | showToolTipHelper (QGraphicsSceneHelpEvent *event, QString string) const |
|
NetworkEditor * | getNetworkEditor () const |
|
The documentation for this class was generated from the following files:
- connectiongraphicsitem.h
- connectiongraphicsitem.cpp