QGraphicsEllipseItem Class Reference
[QtGui module]
Inherits QAbstractGraphicsShapeItem.
Methods
- __init__ (self, QGraphicsItem parent = None, QGraphicsScene scene = None)
- __init__ (self, QRectF, QGraphicsItem parent = None, QGraphicsScene scene = None)
- __init__ (self, float, float, float, float, QGraphicsItem parent = None, QGraphicsScene scene = None)
- QRectF boundingRect (self)
- bool contains (self, QPointF)
- bool isObscuredBy (self, QGraphicsItem)
- QPainterPath opaqueArea (self)
- paint (self, QPainter, QStyleOptionGraphicsItem, QWidget widget = None)
- QRectF rect (self)
- setRect (self, QRectF)
- setRect (self, float, float, float, float)
- setSpanAngle (self, int)
- setStartAngle (self, int)
- QPainterPath shape (self)
- int spanAngle (self)
- int startAngle (self)
- int type (self)
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)
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)