|
| void * | RmTwoStateScreen (const char *title, const char *label1, const char *tip1, void *screen1, const char *label2, const char *tip2, void *screen2) |
| | Screen with 2 menu options (buttons) More...
|
| |
| void * | RmTriStateScreen (const char *title, const char *label1, const char *tip1, void *screen1, const char *label2, const char *tip2, void *screen2, const char *label3, const char *tip3, void *screen3) |
| | Screen with 3 menu options (buttons) More...
|
| |
| void * | RmFourStateScreen (const char *title, const char *label1, const char *tip1, void *screen1, const char *label2, const char *tip2, void *screen2, const char *label3, const char *tip3, void *screen3, const char *label4, const char *tip4, void *screen4) |
| | Screen with 4 menu options (buttons) More...
|
| |
| void * | RmNStateScreen (const char *title, const char **label, const char **tip, void **screen, const int n) |
| | Screen with N menu options (buttons) More...
|
| |
| static void | rmDisplayStartRace (tRmInfo *info, void *startScr, void *abortScr, int start) |
| |
| static void | rmChgStartScreen (void *vpsrc) |
| |
| void | RmDisplayStartRace (tRmInfo *info, void *startScr, void *abortScr) |
| |
Common screens for race manager menus.
- Author
- bernhard Wymann, Eric Espie
- Version
- $Id$
Definition in file miscscreens.cpp.