NAME
Qt::Gui::QGraphicsPixmapItem
PUBLIC METHODS
- QGraphicsPixmapItem(QGraphicsItem * parent, QGraphicsScene * scene)
- QGraphicsPixmapItem(QGraphicsItem * parent, QGraphicsScene * scene = 0)
- QGraphicsPixmapItem(QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
- QGraphicsPixmapItem(const QPixmap & pixmap, QGraphicsItem * parent, QGraphicsScene * scene)
- QGraphicsPixmapItem(const QPixmap & pixmap, QGraphicsItem * parent, QGraphicsScene * scene = 0)
- QGraphicsPixmapItem(const QPixmap & pixmap, QGraphicsItem * parent = 0, QGraphicsScene * scene = 0)
- ~QGraphicsPixmapItem()
- QRectF boundingRect()
- bool contains(const QPointF & point)
- bool isObscuredBy(const QGraphicsItem * item)
- QPointF offset()
- QPainterPath opaqueArea()
- void paint(QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget)
- QPixmap pixmap()
- void setOffset(const QPointF & offset)
- void setOffset(qreal x, qreal y)
- void setPixmap(const QPixmap & pixmap)
- void setShapeMode(QGraphicsPixmapItem::ShapeMode mode)
- void setTransformationMode(Qt::TransformationMode mode)
- QPainterPath shape()
- QGraphicsPixmapItem::ShapeMode shapeMode()
- Qt::TransformationMode transformationMode()
- int type()
ENUM VALUES
- MaskShape
- BoundingRectShape
- HeuristicMaskShape
- Type
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.