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

NAME

Qt::Gui::QGraphicsRectItem

PUBLIC METHODS

QGraphicsRectItem(QGraphicsItem * parent, QGraphicsScene * scene)
QGraphicsRectItem(QGraphicsItem * parent, QGraphicsScene * scene = 0)
QGraphicsRectItem(QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
QGraphicsRectItem(const QRectF & rect, QGraphicsItem * parent, QGraphicsScene * scene)
QGraphicsRectItem(const QRectF & rect, QGraphicsItem * parent, QGraphicsScene * scene = 0)
QGraphicsRectItem(const QRectF & rect, QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
QGraphicsRectItem(qreal x, qreal y, qreal w, qreal h, QGraphicsItem * parent, QGraphicsScene * scene)
QGraphicsRectItem(qreal x, qreal y, qreal w, qreal h, QGraphicsItem * parent, QGraphicsScene * scene = 0)
QGraphicsRectItem(qreal x, qreal y, qreal w, qreal h, QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
~QGraphicsRectItem()
QRectF boundingRect()
bool contains(const QPointF & point)
bool isObscuredBy(const QGraphicsItem * item)
QPainterPath opaqueArea()
void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)
void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget = 0)
QRectF rect()
void setRect(const QRectF & rect)
void setRect(qreal x, qreal y, qreal w, qreal h)
QPainterPath shape()
int type()

ENUM VALUES

Type

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