UIDirectoryBrowser Class
Prompter for Theme Hospital install directory
 Declared on: line 97 of Lua/dialogs/resizables/directory_browser.lua.
 
Inheritance: UIDirectoryBrowser » UIResizable » Window
Inheritance: UIDirectoryBrowser » 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)
 - close() (overrides Window:close)
 - draw(canvas, x, y) (overrides UIResizable:draw)
 - exit()
 - getSavedWindowPositionName() (inherited from Window)
 - 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 (*)
 - col_bg
 - col_scrollbar
 - colour (*)
 - default_button_sound (*)
 - draggable (*)
 - dragging (*)
 - esc_closes
 - exit_button
 - font
 - height
 - instruction
 - key_handlers (*)
 - min_height (*)
 - min_width (*)
 - modal_class
 - mode
 - ok_button
 - on_top
 - panel_sprites (*)
 - panels (*)
 - parent (*)
 - resizable
 - scrollbars (*)
 - textboxes (*)
 - tooltip_regions (*)
 - ui
 - visible (*)
 - width
 - windows (*)
 - x
 - x_original (*)
 - y
 - y_original (*)
 
function UIDirectoryBrowser:UIDirectoryBrowser(ui, mode, instruction, treenode_class, callback)
 valid are "menu" or "dir_browser".
 a path string as argument.
 Parameters:
 
| Name | Type | Description | 
|---|---|---|
| ui | ? | The active UI to hook into. | 
| mode | ? | Whether the dialog has been opened from the main_menu or somewhere else. Currently | 
| instruction | ? | The textual instruction what the user should do in the dialog. | 
| treenode_class | ? | What TreeNode subclass the nodes will be built from. E.g. "InstallDirTreeNode" | 
| callback | ? | The function that is called when the user has chosen a directory. Gets | 
Declared on: line 100 of Lua/dialogs/resizables/directory_browser.lua.
function UIDirectoryBrowser:close()
 Overrides: Window:close.
 Declared on: line 182 of Lua/dialogs/resizables/directory_browser.lua.
 
function UIDirectoryBrowser:draw(canvas, x, y)
Parameters:
| Name | Type | Description | 
|---|---|---|
| canvas | ? | ? | 
| x | ? | ? | 
| y | ? | ? | 
 Overrides: UIResizable:draw.
 Declared on: line 189 of Lua/dialogs/resizables/directory_browser.lua.