#include </home/clem/local/src/opie/noncore/games/zlines/ballpainter.h>
Public Member Functions | |
| BallPainter () | |
| ~BallPainter () | |
| QPixmap * | GetBall (int color, int animstep, int panim) |
| QPixmap * | GetNormalBall (int color) |
| QPixmap * | GetBackgroundPix () |
Private Types | |
| enum | Pixmaps { Field, Balls, Fire } |
Private Member Functions | |
| QPixmap * | pixmap (enum Pixmaps) |
| void | createPixmap () |
Private Attributes | |
| QPixmap * | imgCash [NCOLORS][PIXTIME+FIREBALLS+BOOMBALLS+1] |
| QPixmap * | backgroundPix |
| QPixmap * | firePix [FIREPIX] |
|
|
Definition at line 32 of file ballpainter.h. |
|
|
Definition at line 37 of file ballpainter.cpp. References createPixmap(). |
|
|
Definition at line 43 of file ballpainter.cpp. |
|
|
Definition at line 65 of file ballpainter.cpp. References backgroundPix, Balls, BOOMBALLS, CELLSIZE, fatal(), Fire, FIREBALLS, firePix, FIREPIX, imgCash, NCOLORS, p, pixmap(), PIXSIZE, PIXTIME, t, and warning(). Referenced by BallPainter(). |
|
|
Definition at line 53 of file ballpainter.h. References ANIM_NO, GetBall(), and NOBALL. Referenced by LinesPrompt::paintEvent(), and LinesBoard::paintEvent(). |
|
||||||||||||||||
|
Definition at line 97 of file ballpainter.cpp. References ANIM_BORN, ANIM_BURN, ANIM_JUMP, backgroundPix, BOOMBALLS, FIREBALLS, firePix, FIREPIX, imgCash, NCOLORS, NOBALL, NORMALBALL, and PIXTIME. Referenced by GetBackgroundPix(), GetNormalBall(), and LinesBoard::paintEvent(). |
|
|
Definition at line 52 of file ballpainter.h. References ANIM_NO, and GetBall(). Referenced by LinesPrompt::paintEvent(). |
|
|
Definition at line 47 of file ballpainter.cpp. References Balls, Fire, QString::fromLatin1(), Opie::Core::OResource::loadPixmap(), and name. Referenced by createPixmap(). |
|
|
Definition at line 39 of file ballpainter.h. Referenced by createPixmap(), and GetBall(). |
|
|
Definition at line 40 of file ballpainter.h. Referenced by createPixmap(), and GetBall(). |
|
|
Definition at line 38 of file ballpainter.h. Referenced by createPixmap(), and GetBall(). |
1.4.2