#include </home/clem/local/src/opie/noncore/games/bounce/game.h>
Signals | |
| void | ballCollision (Ball *ball, int x, int y, int tile) |
Public Member Functions | |
| JezzField (QPixmap tiles, QObject *parent=0, const char *name=0) | |
| void | setGameTile (int x, int y, bool black) |
Private Member Functions | |
| void | setPixmaps (QPixmap tiles) |
| void | emitBallCollisiton (Ball *ball, int x, int y, int tile) |
Private Attributes | |
| QPixmap | m_tiles |
Friends | |
| class | Ball |
|
||||||||||||||||
|
Definition at line 239 of file game.cpp. References setPixmaps(). |
|
||||||||||||||||||||
|
Referenced by emitBallCollisiton(). |
|
||||||||||||||||||||
|
Definition at line 107 of file game.h. References ballCollision(). Referenced by Ball::advance(). |
|
||||||||||||||||
|
Definition at line 245 of file game.cpp. References TILE_BORDER, and TILE_FREE. Referenced by Wall::fill(), and JezzGame::makeBlack(). |
|
|
Definition at line 250 of file game.cpp. References bitBlt(), FIELD_HEIGHT, FIELD_WIDTH, and TILE_SIZE. Referenced by JezzField(). |
|
|
|
|
|
|
1.4.2