#include </home/clem/local/src/opie/noncore/games/kpacman/status.h>
Collaboration diagram for Status:

Public Slots | |
| void | setScheme (int scheme, int mode) |
| void | setLevel (int level) |
| void | setLifes (int lifes) |
Public Member Functions | |
| Status (QWidget *parent=0, const char *name=0, int scheme=-1, int mode=-1) | |
| ~Status () | |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *) |
| int | minHeight () |
| int | minWidth () |
| QString | decodeHexOctString (QString str) |
| void | fillArray (QArray< int > &, QString, int) |
| void | fillStrList (QStrList &, QString, int) |
| void | fillPixmapName (QStrList &) |
| void | confScheme () |
| void | confLevels (bool defGroup=TRUE) |
| void | confMisc (bool defGroup=TRUE) |
| void | initPixmaps () |
Private Member Functions | |
| QList< QPixmap > * | loadPixmap (QWidget *parent, QString pixmapName, QList< QPixmap > *pixmaps=0) |
Private Attributes | |
| QArray< int > | levelPos |
| int | actualLifes |
| int | actualLevel |
| QString | pixmapDirectory |
| QStrList | lifesPixmapName |
| QStrList | levelPixmapName |
| QString | lastLifesPixmapName |
| QString | lastLevelPixmapName |
| QList< QPixmap > * | lifesPix |
| QList< QPixmap > * | levelPix |
| int | maxLevel |
| int | level |
| int | scheme |
| int | mode |
|
||||||||||||||||||||
|
Definition at line 23 of file status.cpp. References actualLevel, actualLifes, confScheme(), level, levelPix, lifesPix, mode, NULL, oendl, owarn, and scheme. |
|
|
|
|
|
Definition at line 223 of file status.cpp. References APP_CONFIG_BEGIN, APP_CONFIG_END, and maxLevel. Referenced by confScheme(). |
|
|
Definition at line 231 of file status.cpp. References APP_CONFIG_BEGIN, APP_CONFIG_END, QString::append(), fillArray(), fillStrList(), QString::insert(), QString::left(), levelPixmapName, levelPos, lifesPixmapName, maxLevel, pixmapDirectory, and QString::right(). Referenced by confScheme(). |
|
|
Definition at line 255 of file status.cpp. References APP_CONFIG_BEGIN, APP_CONFIG_END, confLevels(), confMisc(), FALSE, fillPixmapName(), initPixmaps(), levelPixmapName, lifesPixmapName, minHeight(), mode, RESTORE_CONFIG_GROUP, SAVE_CONFIG_GROUP, scheme, and QString::sprintf(). Referenced by setScheme(), and Status(). |
|
|
Definition at line 113 of file status.cpp. References FALSE, QString::fill(), QString::find(), len, QString::length(), QString::mid(), pos, and v. Referenced by fillStrList(). |
|
||||||||||||||||
|
Definition at line 151 of file status.cpp. References QString::find(), i, QString::left(), QString::length(), QString::remove(), and QString::toInt(). Referenced by confMisc(). |
|
|
Definition at line 198 of file status.cpp. References QString::append(), QPtrList< type >::at(), QPtrList< type >::count(), FIND_APP_DATA, i, QFileInfo::isFile(), QFileInfo::isReadable(), QString::left(), list, pixmapDirectory, and QFileInfo::setFile(). Referenced by confScheme(). |
|
||||||||||||||||
|
Definition at line 175 of file status.cpp. References decodeHexOctString(), QString::find(), i, QString::isEmpty(), QString::left(), QString::length(), and QString::remove(). Referenced by confMisc(). |
|
|
Definition at line 101 of file status.cpp. References QPtrList< type >::at(), lastLevelPixmapName, lastLifesPixmapName, level, levelPix, levelPixmapName, lifesPix, lifesPixmapName, and loadPixmap(). Referenced by confScheme(), and setLevel(). |
|
||||||||||||||||
|
Definition at line 40 of file status.cpp. References bitBlt(), height, NULL, QString::replace(), tr, TRUE, width, and Opie::MM::x. Referenced by initPixmaps(). |
|
|
Definition at line 331 of file status.cpp. References levelPix, and lifesPix. Referenced by confScheme(). |
|
|
Definition at line 343 of file status.cpp. |
|
|
Definition at line 82 of file status.cpp. References bitBlt(), height, levelPix, levelPos, lifesPix, width, and Opie::MM::x. |
|
|
Definition at line 361 of file status.cpp. References actualLevel, initPixmaps(), level, and levelPix. |
|
|
Definition at line 355 of file status.cpp. References actualLifes. |
|
||||||||||||
|
Definition at line 321 of file status.cpp. References confScheme(), mode, and scheme. Referenced by KpacmanWidget::setScheme(). |
|
|
Definition at line 55 of file status.h. Referenced by setLevel(), and Status(). |
|
|
Definition at line 54 of file status.h. Referenced by setLifes(), and Status(). |
|
|
Definition at line 63 of file status.h. Referenced by initPixmaps(). |
|
|
Definition at line 62 of file status.h. Referenced by initPixmaps(). |
|
|
Definition at line 72 of file status.h. Referenced by initPixmaps(), setLevel(), and Status(). |
|
|
Definition at line 69 of file status.h. Referenced by initPixmaps(), minHeight(), minWidth(), paintEvent(), setLevel(), and Status(). |
|
|
Definition at line 60 of file status.h. Referenced by confMisc(), confScheme(), and initPixmaps(). |
|
|
Definition at line 53 of file status.h. Referenced by confMisc(), and paintEvent(). |
|
|
Definition at line 68 of file status.h. Referenced by initPixmaps(), minHeight(), minWidth(), paintEvent(), and Status(). |
|
|
Definition at line 59 of file status.h. Referenced by confMisc(), confScheme(), and initPixmaps(). |
|
|
Definition at line 71 of file status.h. Referenced by confLevels(), and confMisc(). |
|
|
Definition at line 75 of file status.h. Referenced by confScheme(), setScheme(), and Status(). |
|
|
Definition at line 57 of file status.h. Referenced by confMisc(), and fillPixmapName(). |
|
|
Definition at line 74 of file status.h. Referenced by confScheme(), setScheme(), and Status(). |
1.4.2