QGraphicsItemGroup Class Reference
[QtGui module]
Inherits QGraphicsItem.
Methods
Detailed Description
Method Documentation
QGraphicsItemGroup.__init__ (self, QGraphicsItem parent = None, QGraphicsScene scene = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
The scene argument, if not None, causes self to be owned by Qt instead of PyQt.
QGraphicsItemGroup.addToGroup (self, QGraphicsItem)
The QGraphicsItem argument has it's ownership transferred to Qt.
QRectF QGraphicsItemGroup.boundingRect (self)
bool QGraphicsItemGroup.isObscuredBy (self, QGraphicsItem)
QPainterPath QGraphicsItemGroup.opaqueArea (self)
QGraphicsItemGroup.removeFromGroup (self, QGraphicsItem)
int QGraphicsItemGroup.type (self)