Home · All Classes · Modules

QGraphicsEllipseItem Class Reference
[QtGui module]

Inherits QAbstractGraphicsShapeItem.

Methods


Detailed Description


Method Documentation

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

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

QGraphicsEllipseItem.__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 QGraphicsEllipseItem.boundingRect (self)

bool QGraphicsEllipseItem.contains (self, QPointF)

bool QGraphicsEllipseItem.isObscuredBy (self, QGraphicsItem)

QPainterPath QGraphicsEllipseItem.opaqueArea (self)

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

QRectF QGraphicsEllipseItem.rect (self)

QGraphicsEllipseItem.setRect (self, QRectF)

QGraphicsEllipseItem.setRect (self, float, float, float, float)

QGraphicsEllipseItem.setSpanAngle (self, int)

QGraphicsEllipseItem.setStartAngle (self, int)

QPainterPath QGraphicsEllipseItem.shape (self)

int QGraphicsEllipseItem.spanAngle (self)

int QGraphicsEllipseItem.startAngle (self)

int QGraphicsEllipseItem.type (self)


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