#include </home/clem/local/src/opie/noncore/games/zlines/cell.h>
Public Member Functions | |
| Cell () | |
| int | getColor () |
| int | getAnim () |
| bool | isFree () |
| void | setColor (int c) |
| void | setAnim (int a) |
| void | clear () |
| Cell & | operator= (const Cell &c) |
| Cell & | moveBall (Cell &cell) |
Private Attributes | |
| int | color |
| int | anim |
|
|
Definition at line 19 of file cell.cpp. References clear(). |
|
|
Definition at line 24 of file cell.cpp. References anim, ANIM_NO, color, and NOBALL. Referenced by Cell(), Field::clearField(), Field::deleteAnimatedBalls(), moveBall(), and Field::removeBall(). |
|
|
Definition at line 31 of file cell.h. References anim. Referenced by Field::getAnim(). |
|
|
Definition at line 30 of file cell.h. References color. Referenced by Field::getBall(). |
|
|
Definition at line 32 of file cell.h. Referenced by Field::freeSpace(), and Field::moveBall(). |
|
|
Definition at line 30 of file cell.cpp. References clear(). Referenced by Field::moveBall(). |
|
|
|
|
|
Definition at line 35 of file cell.h. References anim. Referenced by Field::clearAnim(), and Field::setAnim(). |
|
|
Definition at line 34 of file cell.h. References color. Referenced by Field::putBall(). |
|
|
Definition at line 26 of file cell.h. Referenced by clear(), getAnim(), operator=(), and setAnim(). |
|
|
Definition at line 25 of file cell.h. Referenced by clear(), getColor(), isFree(), operator=(), and setColor(). |
1.4.2