Definition at line 895 of file qgraphicsitem.h.
#include <qgraphicsitem.h>

| enum ShapeMode |
Definition at line 898 of file qgraphicsitem.h.
| anonymous enum |
Definition at line 937 of file qgraphicsitem.h.
{ Type = 7 };
| QGraphicsPixmapItem | ( | QGraphicsItem * | parent = 0, |
| QGraphicsScene * | scene = 0 |
||
| ) |
| QGraphicsPixmapItem | ( | const QPixmap & | pixmap, |
| QGraphicsItem * | parent = 0, |
||
| QGraphicsScene * | scene = 0 |
||
| ) |
| ~QGraphicsPixmapItem | ( | ) |
| QPixmap pixmap | ( | ) | const |
| void setPixmap | ( | const QPixmap & | pixmap | ) |
| Qt::TransformationMode transformationMode | ( | ) | const |
| void setTransformationMode | ( | Qt::TransformationMode | mode | ) |
| QPointF offset | ( | ) | const |
| void setOffset | ( | const QPointF & | offset | ) |
| void setOffset | ( | qreal | x, |
| qreal | y | ||
| ) | [inline] |
Definition at line 953 of file qgraphicsitem.h.
| QRectF boundingRect | ( | ) | const [virtual] |
Implements QGraphicsItem.
| QPainterPath shape | ( | ) | const [virtual] |
Reimplemented from QGraphicsItem.
| bool contains | ( | const QPointF & | point | ) | const [virtual] |
Reimplemented from QGraphicsItem.
| void paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget | ||
| ) | [virtual] |
Implements QGraphicsItem.
| bool isObscuredBy | ( | const QGraphicsItem * | item | ) | const [virtual] |
Reimplemented from QGraphicsItem.
| QPainterPath opaqueArea | ( | ) | const [virtual] |
Reimplemented from QGraphicsItem.
| int type | ( | ) | const [virtual] |
Reimplemented from QGraphicsItem.
| ShapeMode shapeMode | ( | ) | const |
| void setShapeMode | ( | ShapeMode | mode | ) |
| bool supportsExtension | ( | Extension | extension | ) | const [protected, virtual] |
Reimplemented from QGraphicsItem.
Reimplemented from QGraphicsItem.
Reimplemented from QGraphicsItem.