NAME
Qt::Gui::QGraphicsPathItem
PUBLIC METHODS
- QGraphicsPathItem(QGraphicsItem * parent, QGraphicsScene * scene = 0)
- QGraphicsPathItem(QGraphicsItem * parent, QGraphicsScene * scene)
- QGraphicsPathItem(QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
- QGraphicsPathItem(QGraphicsItem * parent, QGraphicsScene * scene = 0)
- QGraphicsPathItem(const QPainterPath & path, QGraphicsItem * parent, QGraphicsScene * scene = 0)
- QGraphicsPathItem(const QPainterPath & path, QGraphicsItem * parent, QGraphicsScene * scene)
- QGraphicsPathItem(const QPainterPath & path, QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
- QGraphicsPathItem(const QPainterPath & path, QGraphicsItem * parent, QGraphicsScene * scene = 0)
- ~QGraphicsPathItem()
- QRectF boundingRect()
- bool contains(const QPointF & point)
- bool isObscuredBy(const QGraphicsItem * item)
- QPainterPath opaqueArea()
- void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget = 0)
- void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)
- QPainterPath path()
- void setPath(const QPainterPath & path)
- QPainterPath shape()
- int type()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.