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

Public Slots | |
| void | forcedHallOfFame (bool) |
Public Member Functions | |
| Kpacman (QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| virtual | ~Kpacman () |
Static Public Member Functions | |
| static QString | appName () |
Private Slots | |
| void | newKpacman () |
| void | pauseKpacman () |
| void | toggleHallOfFame () |
| void | toggleNew () |
| void | togglePaused () |
| void | quitKpacman () |
| void | schemeChecked (int) |
| void | toggleFocusOutPause () |
| void | toggleFocusInContinue () |
| void | toggleHideMouseCursor () |
| void | confKeys () |
Private Member Functions | |
| void | menu () |
| int | lookupSchemes () |
Private Attributes | |
| KpacmanWidget * | view |
| QGridLayout * | m_layout |
| QWidget * | m_view |
| KMenuBar * | _menuBar |
| QPopupMenu * | gamePopup |
| QPopupMenu * | optionsPopup |
| QPopupMenu * | modesPopup |
| QList< QPopupMenu > * | schemesPopup |
| int | newID |
| int | pauseID |
| int | hofID |
| QArray< int > | modeID |
| QArray< int > | schemeID |
| QArray< int > | schemeMode |
| int | focusOutPauseID |
| int | focusInContinueID |
| int | hideMouseCursorID |
| bool | focusOutPause |
| bool | focusInContinue |
| bool | hideMouseCursor |
|
||||||||||||||||
|
Definition at line 16 of file kpacman.cpp. References APP_CONFIG_BEGIN, APP_CONFIG_END, focusInContinue, focusOutPause, forcedHallOfFame(), hideMouseCursor, m_layout, m_view, menu(), KpacmanWidget::referee, schemesPopup, KpacmanWidget::score, KpacmanWidget::status, toggleFocusInContinue(), toggleFocusOutPause(), toggleHideMouseCursor(), toggleNew(), togglePaused(), tr, TRUE, and view. |
|
|
Definition at line 66 of file kpacman.cpp. References _menuBar. |
|
|
Definition at line 32 of file kpacman.h. References QString::fromLatin1(). |
|
|
Definition at line 324 of file kpacman.cpp. References Score::initKeys(), Referee::initKeys(), Keys, KpacmanWidget::referee, KpacmanWidget::score, and view. Referenced by menu(). |
|
|
Definition at line 263 of file kpacman.cpp. References gamePopup, hofID, Referee::intro(), KpacmanWidget::referee, KpacmanWidget::status, Referee::toggleHallOfFame(), and view. Referenced by Kpacman(). |
|
|
Definition at line 139 of file kpacman.cpp. References APP_CONFIG_BEGIN, APP_CONFIG_END, FALSE, i, modeID, modesPopup, p, RESTORE_CONFIG_GROUP, SAVE_CONFIG_GROUP, schemeChecked(), schemeID, schemeMode, schemesPopup, QString::sprintf(), and TRUE. Referenced by menu(). |
|
|
Definition at line 77 of file kpacman.cpp. References _menuBar, confKeys(), FALSE, focusInContinueID, focusOutPauseID, gamePopup, hideMouseCursorID, hofID, Key_F2, Key_F3, Key_F4, Key_H, Key_Q, lookupSchemes(), modesPopup, newID, newKpacman(), optionsPopup, PACKAGE, pauseID, pauseKpacman(), quitKpacman(), QString::replace(), toggleFocusInContinue(), toggleFocusOutPause(), toggleHallOfFame(), toggleHideMouseCursor(), tr, TRUE, and VERSION. Referenced by Kpacman(). |
|
|
Definition at line 221 of file kpacman.cpp. References gamePopup, hofID, pauseID, pauseKpacman(), Referee::play(), KpacmanWidget::referee, toggleHallOfFame(), TRUE, and view. Referenced by menu(). |
|
|
Definition at line 235 of file kpacman.cpp. References gamePopup, Referee::pause(), pauseID, KpacmanWidget::referee, KpacmanWidget::score, Score::setPause(), and view. Referenced by menu(), and newKpacman(). |
|
|
Definition at line 216 of file kpacman.cpp. References APP_QUIT. Referenced by menu(). |
|
|
Definition at line 334 of file kpacman.cpp. References modeID, modesPopup, s, schemeID, schemeMode, schemesPopup, KpacmanWidget::setScheme(), TRUE, and view. Referenced by lookupSchemes(). |
|
|
Definition at line 317 of file kpacman.cpp. References focusInContinue, focusInContinueID, optionsPopup, KpacmanWidget::referee, Referee::setFocusInContinue(), and view. |
|
|
Definition at line 310 of file kpacman.cpp. References focusOutPause, focusOutPauseID, optionsPopup, KpacmanWidget::referee, Referee::setFocusOutPause(), and view. |
|
|
Definition at line 241 of file kpacman.cpp. References gamePopup, hofID, KpacmanWidget::referee, KpacmanWidget::status, Referee::toggleHallOfFame(), and view. Referenced by menu(), and newKpacman(). |
|
|
Definition at line 300 of file kpacman.cpp. References hideMouseCursor, hideMouseCursorID, optionsPopup, and view. |
|
|
Definition at line 295 of file kpacman.cpp. References gamePopup, and newID. Referenced by Kpacman(). |
|
|
Definition at line 283 of file kpacman.cpp. References FALSE, gamePopup, pauseID, KpacmanWidget::score, Score::setPause(), and view. Referenced by Kpacman(). |
|
|
Definition at line 64 of file kpacman.h. Referenced by menu(), and ~Kpacman(). |
|
|
Definition at line 81 of file kpacman.h. Referenced by Kpacman(), and toggleFocusInContinue(). |
|
|
Definition at line 77 of file kpacman.h. Referenced by menu(), and toggleFocusInContinue(). |
|
|
Definition at line 80 of file kpacman.h. Referenced by Kpacman(), and toggleFocusOutPause(). |
|
|
Definition at line 76 of file kpacman.h. Referenced by menu(), and toggleFocusOutPause(). |
|
|
Definition at line 65 of file kpacman.h. Referenced by forcedHallOfFame(), menu(), newKpacman(), pauseKpacman(), toggleHallOfFame(), toggleNew(), and togglePaused(). |
|
|
Definition at line 82 of file kpacman.h. Referenced by Kpacman(), and toggleHideMouseCursor(). |
|
|
Definition at line 78 of file kpacman.h. Referenced by menu(), and toggleHideMouseCursor(). |
|
|
Definition at line 72 of file kpacman.h. Referenced by forcedHallOfFame(), menu(), newKpacman(), and toggleHallOfFame(). |
|
|
Definition at line 62 of file kpacman.h. Referenced by Kpacman(). |
|
|
Definition at line 63 of file kpacman.h. Referenced by Kpacman(). |
|
|
Definition at line 73 of file kpacman.h. Referenced by lookupSchemes(), and schemeChecked(). |
|
|
Definition at line 67 of file kpacman.h. Referenced by lookupSchemes(), menu(), and schemeChecked(). |
|
|
Definition at line 70 of file kpacman.h. Referenced by menu(), and toggleNew(). |
|
|
Definition at line 66 of file kpacman.h. Referenced by menu(), toggleFocusInContinue(), toggleFocusOutPause(), and toggleHideMouseCursor(). |
|
|
Definition at line 71 of file kpacman.h. Referenced by menu(), newKpacman(), pauseKpacman(), and togglePaused(). |
|
|
Definition at line 74 of file kpacman.h. Referenced by lookupSchemes(), and schemeChecked(). |
|
|
Definition at line 75 of file kpacman.h. Referenced by lookupSchemes(), and schemeChecked(). |
|
|
Definition at line 68 of file kpacman.h. Referenced by Kpacman(), lookupSchemes(), and schemeChecked(). |
|
|
Definition at line 56 of file kpacman.h. Referenced by confKeys(), forcedHallOfFame(), Kpacman(), newKpacman(), pauseKpacman(), schemeChecked(), toggleFocusInContinue(), toggleFocusOutPause(), toggleHallOfFame(), toggleHideMouseCursor(), and togglePaused(). |
1.4.2