kblackbox
kbbgraphicsitemset.cpp
Go to the documentation of this file.
bool containsVisible(int position)
If an element is not visible, it is not contained.
Definition: kbbgraphicsitemset.cpp:92
void removeAt(int i)
KBBGraphicsItemSet(QGraphicsScene *scene)
Definition: kbbgraphicsitemset.cpp:46
KBBItemWithPosition * item(int position)
Return the item at the given position.
Definition: kbbgraphicsitemset.cpp:116
int count(const T &value) const
void append(const T &value)
virtual int position()=0
void insert(KBBItemWithPosition *item)
Insert an item in the list.
Definition: kbbgraphicsitemset.cpp:106
void setVisible(const int position, const bool visible)
Change the visibility of an element.
Definition: kbbgraphicsitemset.cpp:139
virtual void cleanDelete()
Destructor for dependent QGraphicsItem Some QGraphicsItem s needs to delete other dependent QGraphics...
Definition: kbbitemwithposition.cpp:45
T & last()
void update(qreal x, qreal y, qreal w, qreal h)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:20 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:18:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.