#include </home/clem/local/src/opie/noncore/games/sfcave-sdl/help.h>
Collaboration diagram for Help:

Public Member Functions | |
| Help (SFCave *p) | |
| ~Help () | |
| void | init () |
| void | handleKeys (SDL_KeyboardEvent &key) |
| void | draw (SDL_Surface *screen) |
| void | update () |
Private Member Functions | |
| void | loadText () |
Private Attributes | |
| SFCave * | parent |
| StarField * | stars |
| int | textSpeed |
| list< string > | textList |
| int | startPos |
| int | currLine |
|
|
Definition at line 9 of file help.cpp. References init(), loadText(), parent, and stars. |
|
|
Definition at line 19 of file help.cpp. References stars. |
|
|
Definition at line 56 of file help.cpp. References currLine, FontHandler::draw(), StarField::draw(), FONT_COLOURED_TEXT, FontHandler::FontHeight(), i, pos, stars, startPos, Opie::Internal::string(), text, and textList. Referenced by SFCave::handleGameState(). |
|
|
Definition at line 24 of file help.cpp. References SFCave::changeState(), parent, STATE_MENU, and textSpeed. Referenced by SFCave::handleEvents(). |
|
|
Definition at line 46 of file help.cpp. References FontHandler::changeColor(), currLine, FONT_HELP_FONT, startPos, and textSpeed. Referenced by SFCave::changeState(), and Help(). |
|
|
Definition at line 99 of file help.cpp. References textList. Referenced by Help(). |
|
|
Definition at line 80 of file help.cpp. References currLine, FONT_COLOURED_TEXT, FontHandler::FontHeight(), StarField::move(), stars, startPos, textList, and textSpeed. Referenced by SFCave::handleGameState(). |
|
|
|
|
|
Definition at line 24 of file help.h. Referenced by handleKeys(), and Help(). |
|
|
|
|
|
|
|
|
Definition at line 28 of file help.h. Referenced by draw(), loadText(), and update(). |
|
|
Definition at line 27 of file help.h. Referenced by handleKeys(), init(), and update(). |
1.4.2