UIMakeDebugPatient Class
 Declared on: line 21 of Lua/dialogs/resizables/menu_list_dialogs/make_debug_patient.lua.
 
Inheritance: UIMakeDebugPatient » UIMenuList » UIResizable » Window
Inheritance: UIMakeDebugPatient » UIMenuList » 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)
 - buttonBack() (inherited from UIMenuList)
 - buttonClicked(num) (overrides UIMenuList:buttonClicked)
 - close() (inherited from UIMenuList)
 - draw(canvas, x, y) (inherited from UIResizable)
 - getSavedWindowPositionName() (inherited from UIMenuList)
 - 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)
 - updateButtons() (inherited from UIMenuList)
 
Member Index
- active_button (*)
 - active_scrollbar (*)
 - background_panel (*)
 - blink_counter (*)
 - blinking_button (*)
 - border_pos (*)
 - border_sprites (*)
 - btn_repeat_delay (*)
 - buttons (*)
 - buttons_down (*)
 - closed (*)
 - col_bg (*)
 - colour (*)
 - default_button_sound (*)
 - draggable (*)
 - dragging (*)
 - esc_closes (*)
 - height
 - item_buttons (*)
 - item_panels (*)
 - items
 - key_handlers (*)
 - min_height (*)
 - min_width (*)
 - modal_class (*)
 - mode (*)
 - num_rows (*)
 - on_top (*)
 - panel_sprites (*)
 - panels (*)
 - parent (*)
 - resizable (*)
 - scrollbar
 - scrollbars (*)
 - textboxes (*)
 - tooltip_regions (*)
 - ui
 - visible (*)
 - width
 - windows (*)
 - x
 - x_original (*)
 - y
 - y_original (*)
 
function UIMakeDebugPatient:UIMakeDebugPatient(ui)
Parameters:
| Name | Type | Description | 
|---|---|---|
| ui | ? | ? | 
Declared on: line 23 of Lua/dialogs/resizables/menu_list_dialogs/make_debug_patient.lua.
function UIMakeDebugPatient:buttonClicked(num)
Parameters:
| Name | Type | Description | 
|---|---|---|
| num | ? | ? | 
 Overrides: UIMenuList:buttonClicked.
 Declared on: line 37 of Lua/dialogs/resizables/menu_list_dialogs/make_debug_patient.lua.