|
| ConnectionGraphicsItem (ProcessorOutportGraphicsItem *outport, ProcessorInportGraphicsItem *inport, const PortConnection &connection) |
|
ProcessorGraphicsItem * | getOutProcessor () const |
|
ProcessorGraphicsItem * | getInProcessor () const |
|
Outport * | getOutport () const |
|
Inport * | getInport () const |
|
PortConnection | getPortConnection () const |
|
ProcessorInportGraphicsItem * | getInportGraphicsItem () const |
|
ProcessorOutportGraphicsItem * | getOutportGraphicsItem () const |
|
virtual int | type () const override |
|
virtual QPointF | getStartPoint () const override |
|
virtual QPointF | getEndPoint () const override |
|
virtual void | showToolTip (QGraphicsSceneHelpEvent *e) override |
|
virtual QVariant | itemChange (GraphicsItemChange change, const QVariant &value) 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) |
|
void | setHoverInfo (const QString &info) |
|
void | resetHoverInfo () |
|
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 |
|
void | showPortInfo (QGraphicsSceneHelpEvent *e, Port *port) const |
|
Graphical representation of the connection between two ports in the network editor.