UIMainMenu Class
Class for main menu window.
 Declared on: line 21 of Lua/dialogs/resizables/main_menu.lua.
 
Inheritance: UIMainMenu » UIResizable » Window
Inheritance: UIMainMenu » UIResizable » Window
Method Index
- addBevelPanel(x, y, w, h, colour, highlight_colour, shadow_colour, disabled_colour) (inherited from Window)
 - addColourPanel(x, y, w, h, r, g, b) (inherited from Window)
 - addKeyHandler(key, handler, ...) (inherited from Window)
 - addPanel(sprite_index, x, y, w, h) (inherited from Window)
 - addWindow(window) (inherited from Window)
 - afterLoad(old, new) (inherited from UIResizable)
 - beginDrag(x, y) (inherited from Window)
 - beginResize(x, y, mode) (inherited from UIResizable)
 - bringToTop() (inherited from Window)
 - buttonCustomGame()
 - buttonExit()
 - buttonLoadGame()
 - buttonNewGame()
 - buttonOptions()
 - close() (inherited from Window)
 - draw(canvas, x, y) (overrides UIResizable:draw)
 - getSavedWindowPositionName() (overrides Window:getSavedWindowPositionName)
 - getTooltipAt(x, y) (inherited from Window)
 - getTooltipForElement(elem, x, y) (inherited from Window)
 - getWindow(window_class) (inherited from Window)
 - getWindows(window_class) (inherited from Window)
 - hitTest(x, y) (inherited from UIResizable)
 - hitTestCorners(x, y) (inherited from UIResizable)
 - hitTestPanel(x, y, panel) (inherited from Window)
 - makeButtonOnPanel(panel, x, y, w, h, sprite, on_click, on_click_self, on_rightclick) (inherited from Window)
 - makeDynamicTooltip(callback, x, y, r, b, tooltip_x, tooltip_y) (inherited from Window)
 - makeScrollbarOnPanel(panel, slider_colour, callback, min_value, max_value, page_size, value) (inherited from Window)
 - makeTextboxOnPanel(panel, confirm_callback, abort_callback) (inherited from Window)
 - makeTooltip(text, x, y, r, b, tooltip_x, tooltip_y) (inherited from Window)
 - onChangeLanguage() (inherited from Window)
 - onChangeResolution() (inherited from Window)
 - onCursorWorldPositionChange(x, y) (inherited from Window)
 - onMouseDown(button, x, y) (inherited from UIResizable)
 - onMouseMove(x, y, dx, dy) (inherited from Window)
 - onMouseUp(button, x, y) (inherited from Window)
 - onTick() (inherited from Window)
 - onWorldTick() (inherited from Window)
 - removeAllPanels() (inherited from Window)
 - removeWindow(window) (inherited from Window)
 - sendToBottom(window) (inherited from Window)
 - sendToTop(window) (inherited from Window)
 - setColour(colour) (inherited from UIResizable)
 - setDefaultPosition(x, y) (inherited from Window)
 - setPosition(x, y) (inherited from Window)
 - setSize(width, height) (inherited from UIResizable)
 - startButtonBlinking(button_index) (inherited from Window)
 - stopButtonBlinking() (inherited from Window)
 
Member Index
- active_button (*)
 - active_scrollbar (*)
 - background_panel (*)
 - blink_counter (*)
 - blinking_button (*)
 - border_pos (*)
 - border_sprites (*)
 - btn_repeat_delay (*)
 - buttons (*)
 - buttons_down (*)
 - closed (*)
 - colour (*)
 - default_button_sound
 - draggable (*)
 - dragging (*)
 - esc_closes
 - height (*)
 - key_handlers (*)
 - label_font
 - min_height (*)
 - min_width (*)
 - modal_class
 - on_top
 - panel_sprites (*)
 - panels (*)
 - parent (*)
 - resizable (*)
 - scrollbars (*)
 - textboxes (*)
 - tooltip_regions (*)
 - ui
 - version_number
 - visible (*)
 - width (*)
 - windows (*)
 - x
 - x_original (*)
 - y
 - y_original (*)
 
function UIMainMenu:UIMainMenu(ui)
Parameters:
| Name | Type | Description | 
|---|---|---|
| ui | ? | ? | 
Declared on: line 30 of Lua/dialogs/resizables/main_menu.lua.
function UIMainMenu:buttonCustomGame()
Declared on: line 77 of Lua/dialogs/resizables/main_menu.lua.
function UIMainMenu:draw(canvas, x, y)
Parameters:
| Name | Type | Description | 
|---|---|---|
| canvas | ? | ? | 
| x | ? | ? | 
| y | ? | ? | 
 Overrides: UIResizable:draw.
 Declared on: line 58 of Lua/dialogs/resizables/main_menu.lua.