rocs/RocsCore
LinkedListPointerItem.cpp
Go to the documentation of this file.
56 QPointF destArrowP2 = pos2 + QPointF(sin(-pi + pi/3.0) * arrowSize, cos(-pi + pi/3.0) * arrowSize);
80 QPointF Pos1(pointer()->from()->x() + pointer()->to()->width() * 40 + 20, pointer()->from()->y());
void append(const T &value)
virtual ~LinkedListPointerItem()
Definition: LinkedListPointerItem.cpp:43
void moveTo(const QPointF &point)
qreal x() const
qreal y() const
void addPolygon(const QPolygonF &polygon)
void lineTo(const QPointF &endPoint)
LinkedListPointerItem(PointerPtr edge, QGraphicsItem *parent=0)
Default constructor.
Definition: LinkedListPointerItem.cpp:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.