equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
607 QRectF boundingRect(Qt::CoordinateSystem system) const; |
607 QRectF boundingRect(Qt::CoordinateSystem system) const; |
608 void draw(QPainter *); |
608 void draw(QPainter *); |
609 QPixmap pixmap(Qt::CoordinateSystem system, |
609 QPixmap pixmap(Qt::CoordinateSystem system, |
610 QPoint *offset, |
610 QPoint *offset, |
611 QGraphicsEffect::PixmapPadMode mode) const; |
611 QGraphicsEffect::PixmapPadMode mode) const; |
|
612 QRect paddedEffectRect(Qt::CoordinateSystem system, QGraphicsEffect::PixmapPadMode mode, const QRectF &sourceRect, bool *unpadded = 0) const; |
612 |
613 |
613 QGraphicsItem *item; |
614 QGraphicsItem *item; |
614 QGraphicsItemPaintInfo *info; |
615 QGraphicsItemPaintInfo *info; |
615 QTransform lastEffectTransform; |
616 QTransform lastEffectTransform; |
616 }; |
617 }; |