Home · All Classes · Modules

QGraphicsRectItem Class Reference
[QtGui module]

Inherits QAbstractGraphicsShapeItem.

Methods


Detailed Description


Method Documentation

QGraphicsRectItem.__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.

QGraphicsRectItem.__init__ (self, QRectF, 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.

QGraphicsRectItem.__init__ (self, float, float, float, float, 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.

QRectF QGraphicsRectItem.boundingRect (self)

bool QGraphicsRectItem.contains (self, QPointF)

bool QGraphicsRectItem.isObscuredBy (self, QGraphicsItem)

QPainterPath QGraphicsRectItem.opaqueArea (self)

QGraphicsRectItem.paint (self, QPainter, QStyleOptionGraphicsItem, QWidget widget = None)

QRectF QGraphicsRectItem.rect (self)

QGraphicsRectItem.setRect (self, QRectF)

QGraphicsRectItem.setRect (self, float, float, float, float)

QPainterPath QGraphicsRectItem.shape (self)

int QGraphicsRectItem.type (self)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0