#include </home/clem/local/src/opie/noncore/games/parashoot/man.h>
Collaboration diagram for Man:

Public Member Functions | |
| Man (QCanvas *) | |
| Man (QCanvas *, int x, int y) | |
| ~Man () | |
| void | advance (int phase) |
| void | setInitialCoords () |
| void | checkCollision () |
| void | start () |
| void | done () |
| int | rtti () const |
Static Public Member Functions | |
| static int | getManCount () |
| static void | setManCount (int count) |
Private Attributes | |
| QCanvasPixmapArray * | manarray |
| int | dx |
| int | dy |
| bool | dead |
| int | count |
| Sound | splat |
|
|
Definition at line 29 of file man.cpp. References dead, Opie::Core::OResource::findPixmap(), manarray, mancount, QString::replace(), and start(). |
|
||||||||||||||||
|
Definition at line 44 of file man.cpp. References QTime::currentTime(), dead, FALSE, Opie::Core::OResource::findPixmap(), manarray, mancount, QString::replace(), QTime::secsTo(), and TRUE. |
|
|
Definition at line 186 of file man.cpp. References mancount. |
|
|
Definition at line 73 of file man.cpp. References checkCollision(), count, dead, f, height, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 117 of file man.cpp. References Base::damageBase(), FALSE, height, l, start(), width, Opie::MM::x, and Opie::MM::y. Referenced by advance(). |
|
|
Definition at line 162 of file man.cpp. References count, dead, Sound::play(), and splat. Referenced by Bullet::checkCollision(). |
|
|
Definition at line 170 of file man.cpp. References mancount. Referenced by ParaShoot::play(). |
|
|
Definition at line 181 of file man.cpp. References man_rtti. |
|
|
Definition at line 104 of file man.cpp. References QTime::currentTime(), dx, dy, FALSE, QTime::secsTo(), and TRUE. Referenced by start(). |
|
|
Definition at line 175 of file man.cpp. References mancount. Referenced by ParaShoot::newGame(). |
|
|
Definition at line 143 of file man.cpp. References QTime::currentTime(), dx, dy, FALSE, QTime::secsTo(), setInitialCoords(), and TRUE. Referenced by checkCollision(), and Man(). |
|
|
|
|
|
|
|
|
Definition at line 47 of file man.h. Referenced by setInitialCoords(), and start(). |
|
|
Definition at line 48 of file man.h. Referenced by setInitialCoords(), and start(). |
|
|
Definition at line 46 of file man.h. Referenced by Man(). |
|
|
Definition at line 51 of file man.h. Referenced by done(). |
1.4.2