rocs/RocsCore
RootedTreeEdgeItem.cpp
Go to the documentation of this file.
63 if (pointer()->dataStructure()->property("ShowAllPointers").isValid() && pointer()->dataStructure()->property("ShowAllPointers").toBool()){
66 foreach(QGraphicsItem * i, scene()->items(QPointF(pointer()->from()->x(), pointer()->from()->y()))){
98 if (pointer()->dataStructure()->property("ShowAllPointers").isValid() && pointer()->dataStructure()->property("ShowAllPointers").toBool()){
103 foreach(QGraphicsItem * i, scene()->items(QPointF(pointer()->to()->x(), pointer()->to()->y()))){
109 if (pointer()->property("TreeEdge").isValid() && pointer()->property("TreeEdge").toInt() != -1) {
113 if (parentNode->child(count).get() && parentNode->child(count).get() == pointer()->from().get()) {
qreal dx() const
qreal dy() const
qreal length() const
QPointF p1() const
QPointF p2() const
Definition: RootedTreeNodeItem.h:27
RootedTreeEdgeItem(PointerPtr edge, QGraphicsItem *parent=0)
Default constructor.
Definition: RootedTreeEdgeItem.cpp:43
virtual ~RootedTreeEdgeItem()
Definition: RootedTreeEdgeItem.cpp:53
Definition: RootedTreeNode.h:25
bool isNull() const
singleShot
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.