UIProgressReport Class
Progress Report fullscreen window (check level goals, competitors and alerts).
 Declared on: line 23 of Lua/dialogs/fullscreen/progress_report.lua.
 
Inheritance: UIProgressReport » UIFullscreen » Window
Inheritance: UIProgressReport » UIFullscreen » 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 UIFullscreen)
 - beginDrag(x, y) (inherited from Window)
 - bringToTop() (inherited from Window)
 - close() (overrides Window:close)
 - draw(canvas, x, y) (overrides UIFullscreen:draw)
 - drawMarkers(canvas, x, y)
 - getSavedWindowPositionName() (inherited from UIFullscreen)
 - getStaffPosition(dx, dy) (inherited from UIFullscreen)
 - 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 UIFullscreen)
 - 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 UIFullscreen)
 - onCursorWorldPositionChange(x, y) (inherited from Window)
 - onMouseDown(button, x, y) (inherited from UIFullscreen)
 - 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)
 - setDefaultPosition(x, y) (inherited from Window)
 - setPosition(x, y) (inherited from Window)
 - startButtonBlinking(button_index) (inherited from Window)
 - stopButtonBlinking() (inherited from Window)
 
Member Index
- active_button (*)
 - active_scrollbar (*)
 - background
 - blink_counter (*)
 - blinking_button (*)
 - border_sprites (*)
 - btn_repeat_delay (*)
 - buttons (*)
 - buttons_down (*)
 - category (*)
 - closed (*)
 - default_button_sound
 - draggable (*)
 - dragging (*)
 - esc_closes (*)
 - height (*)
 - key_handlers (*)
 - modal_class (*)
 - normal_font
 - panel_sprites
 - panels (*)
 - parent (*)
 - red_font
 - scrollbars (*)
 - selected
 - selected_staff (*)
 - small_font
 - staff_members (*)
 - textboxes (*)
 - tooltip_regions (*)
 - ui
 - visible (*)
 - warning
 - width (*)
 - windows (*)
 - x
 - x_original (*)
 - y
 - y_original (*)
 
function UIProgressReport:UIProgressReport(ui)
Parameters:
| Name | Type | Description | 
|---|---|---|
| ui | ? | ? | 
Declared on: line 26 of Lua/dialogs/fullscreen/progress_report.lua.
function UIProgressReport:close()
 Overrides: Window:close.
 Declared on: line 132 of Lua/dialogs/fullscreen/progress_report.lua.
 
function UIProgressReport:draw(canvas, x, y)
Parameters:
| Name | Type | Description | 
|---|---|---|
| canvas | ? | ? | 
| x | ? | ? | 
| y | ? | ? | 
 Overrides: UIFullscreen:draw.
 Declared on: line 179 of Lua/dialogs/fullscreen/progress_report.lua.
 
function UIProgressReport:drawMarkers(canvas, x, y)
Parameters:
| Name | Type | Description | 
|---|---|---|
| canvas | ? | ? | 
| x | ? | ? | 
| y | ? | ? | 
Declared on: line 137 of Lua/dialogs/fullscreen/progress_report.lua.