The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QAbstractGraphicsShapeItem

PUBLIC METHODS

QAbstractGraphicsShapeItem(QGraphicsItem * parent, QGraphicsScene * scene)
QAbstractGraphicsShapeItem(QGraphicsItem * parent, QGraphicsScene * scene = 0)
QAbstractGraphicsShapeItem(QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
~QAbstractGraphicsShapeItem()
QBrush brush()
bool isObscuredBy(const QGraphicsItem * item)
QPainterPath opaqueArea()
QPen pen()
void setBrush(const QBrush & brush)
void setPen(const QPen & pen)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html