Compounds | |
| class | Menu::BooleanItem |
| class | Menu::DefaultMenuItem |
| class | Menu::GotoSubMenu |
| class | Menu::InputGetter |
| class | Menu::IntInputter |
| class | Menu::KeyInputter |
| class | Menu::KeyMapContainer |
| class | Menu::MenuItem |
| class | Menu::MenuManager |
Enumerations | |
| enum | MenuHandleResult { , EVENT_HANDLED, EVENT_PASSED } |
Variables | |
| const int | DEFAULT_FONT_SIZE = 24 |
| const int | TEXT_CENTER_X = 200 |
| const int | TITLE_OFFSET_FROM_TOP = 50 |
| const int | VERTICAL_SPACING = DEFAULT_FONT_SIZE/2 |
| const int | INPUT_HORIZ_SPACE = DEFAULT_FONT_SIZE*6 |
| const char | DEFAULT_FONT [] = "GameData/Fonts/bboron.ttf" |
| const SDL_Color | DEFAULT_SELECTED_COL = {255, 0, 0, 0} |
| const SDL_Color | DEFAULT_DESELECTED_COL = {0, 255, 0, 0} |
| const SDL_Color | DEFAULT_ACTIVE_COL = {255, 255, 255, 0} |
| const SDL_Color | DEFAULT_BG_COL = {0, 0, 0, 0} |
|
|
Definition at line 250 of file MenuManager.h. |
|
|
Definition at line 249 of file MenuManager.h. |
|
|
Definition at line 55 of file MenuManager.h. |
|
|
Default color of active menu items (
Definition at line 50 of file MenuManager.h. |
|
|
Default color of the back ground of the menus Definition at line 52 of file MenuManager.h. |
|
|
Default color of deselected menu itmes (those who aren't being focused on) Definition at line 48 of file MenuManager.h. |
|
|
Default font to use for the menus Definition at line 44 of file MenuManager.h. |
|
|
Default font size of all fonts in menus Definition at line 33 of file MenuManager.h. |
|
|
Default color of selected menu items (those who are being focused on Definition at line 46 of file MenuManager.h. |
|
|
Horizontal offset from the center of rendering to display input,
Definition at line 41 of file MenuManager.h. |
|
|
Position text is centered at in the menus Definition at line 35 of file MenuManager.h. |
|
|
Y position of the center of the title on the menu Definition at line 37 of file MenuManager.h. |
|
|
Vertical spacing between different menu items Definition at line 39 of file MenuManager.h. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001