Home · All Classes · Modules

QGraphicsPathItem Class Reference
[QtGui module]

The QGraphicsPathItem class provides a path item that you can add to a QGraphicsScene. More...

Inherits QAbstractGraphicsShapeItem.

Methods


Detailed Description

The QGraphicsPathItem class provides a path item that you can add to a QGraphicsScene.

To set the item's path, pass a QPainterPath to QGraphicsPathItem's constructor, or call the setPath() function. The path() function returns the current path.

QGraphicsPathItem uses the path to provide a reasonable implementation of boundingRect(), shape(), and contains(). The paint() function draws the path using the item's associated pen and brush, which you can set by calling the setPen() and setBrush() functions.


Method Documentation

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

Constructs a QGraphicsPath. parent is passed to QAbstractGraphicsShapeItem's constructor.

See also QGraphicsScene.addItem().

QGraphicsPathItem.__init__ (self, QPainterPath path, 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.

Constructs a QGraphicsPath item using path as the default path. parent is passed to QAbstractGraphicsShapeItem's constructor.

See also QGraphicsScene.addItem().

QRectF QGraphicsPathItem.boundingRect (self)

Reimplemented from QGraphicsItem.boundingRect().

bool QGraphicsPathItem.contains (self, QPointF point)

Reimplemented from QGraphicsItem.contains().

bool QGraphicsPathItem.isObscuredBy (self, QGraphicsItem item)

Reimplemented from QGraphicsItem.isObscuredBy().

QPainterPath QGraphicsPathItem.opaqueArea (self)

Reimplemented from QGraphicsItem.opaqueArea().

QGraphicsPathItem.paint (self, QPainter painter, QStyleOptionGraphicsItem option, QWidget widget = None)

Reimplemented from QGraphicsItem.paint().

QPainterPath QGraphicsPathItem.path (self)

QGraphicsPathItem.setPath (self, QPainterPath path)

Sets the item's path to be the given path.

See also path().

QPainterPath QGraphicsPathItem.shape (self)

Reimplemented from QGraphicsItem.shape().

int QGraphicsPathItem.type (self)

Reimplemented from QGraphicsItem.type().


PyQt 4.11.4 for X11Copyright © Riverbank Computing Ltd and The Qt Company 2015Qt 4.8.7