diff options
| author | manuel <manuel@mausz.at> | 2011-04-10 21:34:29 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-10 21:34:29 +0200 |
| commit | 817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 (patch) | |
| tree | 81f0eea0617d05604e6636cb020509f9ec504e6e /pacman-c++/pixmapitem.h | |
| parent | d0eafb0124a39eeda6c00595a943ce9811d589c4 (diff) | |
| download | foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.gz foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.bz2 foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.zip | |
- first round of coding cleanup
- small sound fix
Diffstat (limited to 'pacman-c++/pixmapitem.h')
| -rw-r--r-- | pacman-c++/pixmapitem.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pacman-c++/pixmapitem.h b/pacman-c++/pixmapitem.h index cff976f..f57c22a 100644 --- a/pacman-c++/pixmapitem.h +++ b/pacman-c++/pixmapitem.h | |||
| @@ -13,7 +13,9 @@ 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 | virtual ~PixmapItem() |
| 17 | {}; | ||
| 18 | |||
| 17 | void setPixmap(const QPixmap &pix); | 19 | void setPixmap(const QPixmap &pix); |
| 18 | void setSprite(int x, int y, int width, int height); | 20 | void setSprite(int x, int y, int width, int height); |
| 19 | QSizeF size() const; | 21 | QSizeF size() const; |
