diff options
Diffstat (limited to 'pacman-c++/pixmapitem.h')
| -rw-r--r-- | pacman-c++/pixmapitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/pixmapitem.h b/pacman-c++/pixmapitem.h index 8e7d4f0..35a6440 100644 --- a/pacman-c++/pixmapitem.h +++ b/pacman-c++/pixmapitem.h | |||
| @@ -13,6 +13,7 @@ public: | |||
| 13 | PixmapItem(const QString &fileName, QGraphicsScene *scene); | 13 | PixmapItem(const QString &fileName, QGraphicsScene *scene); |
| 14 | PixmapItem(const QPixmap &pix, QGraphicsItem *parent = 0); | 14 | PixmapItem(const QPixmap &pix, QGraphicsItem *parent = 0); |
| 15 | PixmapItem(const QPixmap &pix, QGraphicsScene *scene); | 15 | PixmapItem(const QPixmap &pix, QGraphicsScene *scene); |
| 16 | virtual ~PixmapItem() {}; | ||
| 16 | void setPixmap(const QPixmap &pix); | 17 | void setPixmap(const QPixmap &pix); |
| 17 | void setSprite(int x, int y, int width, int height); | 18 | void setSprite(int x, int y, int width, int height); |
| 18 | QSizeF size() const; | 19 | QSizeF size() const; |
