UIPolicy Class
Hospital policy fullscreen window (set staff tiredness and patient cure thresholds, etc.).
Inheritance: UIPolicy » 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)
- 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(code, x, y) (overrides UIFullscreen:onMouseDown)
- onMouseMove(x, y, dx, dy) (overrides Window:onMouseMove)
- onMouseUp(code, x, y) (overrides Window:onMouseUp)
- onTick() (inherited from Window)
- onWorldTick() (inherited from Window)
- panelHit(x, y)
- 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 (*)
- allow_button
- background
- blink_counter (*)
- blinking_button (*)
- border_sprites (*)
- btn_repeat_delay (*)
- buttons (*)
- buttons_down (*)
- category (*)
- closed (*)
- default_button_sound (*)
- down_x
- draggable (*)
- dragging (*)
- esc_closes (*)
- height (*)
- hospital
- key_handlers (*)
- label_font
- modal_class (*)
- moved_x
- moving_panel
- offset
- panel_sprites
- panels (*)
- parent (*)
- position_x
- prohibit_button
- scrollbars (*)
- selected_staff (*)
- sliders
- staff_members (*)
- text_font
- textboxes (*)
- tooltip_regions (*)
- ui
- visible (*)
- width (*)
- windows (*)
- x
- x_original (*)
- y
- y_original (*)
function UIPolicy:UIPolicy(ui, disease_selection)
Parameters:
Name | Type | Description |
---|---|---|
ui | ? | ? |
disease_selection | ? | ? |
Declared on: line 24 of Lua/dialogs/fullscreen/hospital_policy.lua.
function UIPolicy:close()
Overrides: Window:close.
Declared on: line 187 of Lua/dialogs/fullscreen/hospital_policy.lua.
function UIPolicy:draw(canvas, x, y)
Parameters:
Name | Type | Description |
---|---|---|
canvas | ? | ? |
x | ? | ? |
y | ? | ? |
Overrides: UIFullscreen:draw.
Declared on: line 103 of Lua/dialogs/fullscreen/hospital_policy.lua.
function UIPolicy:onMouseDown(code, x, y)
Parameters:
Name | Type | Description |
---|---|---|
code | ? | ? |
x | ? | ? |
y | ? | ? |
Overrides: UIFullscreen:onMouseDown.
Declared on: line 153 of Lua/dialogs/fullscreen/hospital_policy.lua.
function UIPolicy:onMouseMove(x, y, dx, dy)
Parameters:
Name | Type | Description |
---|---|---|
x | ? | ? |
y | ? | ? |
dx | ? | ? |
dy | ? | ? |
Overrides: Window:onMouseMove.
Declared on: line 130 of Lua/dialogs/fullscreen/hospital_policy.lua.
function UIPolicy:onMouseUp(code, x, y)
Parameters:
Name | Type | Description |
---|---|---|
code | ? | ? |
x | ? | ? |
y | ? | ? |
Overrides: Window:onMouseUp.
Declared on: line 167 of Lua/dialogs/fullscreen/hospital_policy.lua.
function UIPolicy:panelHit(x, y)
Parameters:
Name | Type | Description |
---|---|---|
x | ? | ? |
y | ? | ? |
Declared on: line 179 of Lua/dialogs/fullscreen/hospital_policy.lua.