rocs/RocsCore
RootedTreeNodeItem.cpp
Go to the documentation of this file.
55 void RootedTreeNodeItem::paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget)
84 painter->drawLine(division*i+division*0.2, size*1.55, division*i+division*0.9, size*(1+pointersSize+0.05));
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0)
Definition: RootedTreeNodeItem.cpp:55
void drawLine(const QLineF &line)
void drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode)
RootedTreeNodeItem(DataPtr n)
Definition: RootedTreeNodeItem.cpp:27
Definition: RootedTreeNode.h:25
DataPtr child(const quint32 i) const
return the i (0 to n-1) child
Definition: RootedTreeNode.cpp:125
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.