|
enum | { Type = UserType + CurveGraphicsType
} |
|
|
| CurveGraphicsItem (QColor color=QColor(38, 38, 38), QColor borderColor=Qt::black, QColor selectedBorderColor=Qt::darkRed) |
|
virtual QPointF | getStartPoint () const =0 |
|
virtual QPointF | getEndPoint () const =0 |
|
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 int | type () const override |
|
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 |
|
|
QColor | color_ |
|
QColor | borderColor_ |
|
QColor | selectedBorderColor_ |
|
QPainterPath | path_ |
|
QRectF | rect_ |
|
|
void | showToolTipHelper (QGraphicsSceneHelpEvent *event, QString string) const |
|
NetworkEditor * | getNetworkEditor () const |
|
◆ paint()
void inviwo::CurveGraphicsItem::paint |
( |
QPainter * |
p, |
|
|
const QStyleOptionGraphicsItem * |
options, |
|
|
QWidget * |
widget |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files:
- connectiongraphicsitem.h
- connectiongraphicsitem.cpp