Public Member Functions | |
QRectF | boundingRect () const |
Returns the bounding rectangle of this object. | |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
Paint this object to the screen. | |
void | setImage (QImage img) |
void | setSize (QSize size) |
QRectF | getRect () |
Definition at line 16 of file ImageGraphicsItem.qt.H.
QRectF ImageGraphicsItem::boundingRect | ( | ) | const |
Returns the bounding rectangle of this object.
Definition at line 21 of file ImageGraphicsItem.qt.C.
void ImageGraphicsItem::paint | ( | QPainter * | painter, | |
const QStyleOptionGraphicsItem * | option, | |||
QWidget * | widget | |||
) |
Paint this object to the screen.
Definition at line 42 of file ImageGraphicsItem.qt.C.