From e7589d0b802fb60eb2c9e3805d57ac6b20a9fda9 Mon Sep 17 00:00:00 2001 From: Will Nations Date: Mon, 4 Dec 2017 16:11:31 -0600 Subject: [DOCS] EditorFileDialog props/member/method/signal --- doc/classes/EditorFileDialog.xml | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml index e893d92840..4529a473c6 100644 --- a/doc/classes/EditorFileDialog.xml +++ b/doc/classes/EditorFileDialog.xml @@ -15,12 +15,15 @@ + Adds a comma-delimited file extension filter option to the [code]EditorFileDialog[/code] with an optional semi-colon-delimited label. + Example: "*.tscn, *.scn; Scenes", results in filter text "Scenes (*.tscn, *.scn)". + Removes all filters except for "All Files (*)". @@ -63,12 +66,14 @@ + Returns the [code]VBoxContainer[/code] used to display the file system. + Notify the [code]EditorFileDialog[/code] that its view of the data is no longer accurate. Updates the view contents on next view update. @@ -148,46 +153,85 @@ + + + The location from which the user may select a file, including [code]res://[/code], [code]user://[/code], and the local file system. + + + The view format in which the [code]EditorFileDialog[/code] displays resources to the user. + + + The purpose of the [code]EditorFileDialog[/code]. Changes allowed behaviors. + + + The currently occupied directory. + + + The currently selected file. + + + The file system path in the address bar. + + + If [code]true[/code] hidden files and directories will be visible in the [code]EditorFileDialog[/code]. + + + If [code]true[/code] the [code]EditorFileDialog[/code] will not warn the user before overwriting files. + + + Emitted when a directory is selected. + Emitted when a file is selected. + Emitted when multiple files are selected. + The [code]EditorFileDialog[/code] can select only one file. Accepting the window will open the file. + The [code]EditorFileDialog[/code] can select multiple files. Accepting the window will open all files. + The [code]EditorFileDialog[/code] can select only one directory. Accepting the window will open the directory. + The [code]EditorFileDialog[/code] can select a file or directory. Accepting the window will open it. + The [code]EditorFileDialog[/code] can select only one file. Accepting the window will save the file. + The [code]EditorFileDialog[/code] can only view [code]res://[/code] directory contents. + The [code]EditorFileDialog[/code] can only view [code]user://[/code] directory contents. + The [code]EditorFileDialog[/code] can view the entire local file system. + The [code]EditorFileDialog[/code] displays resources as thumbnails. + The [code]EditorFileDialog[/code] displays resources as a list of filenames. -- cgit v1.2.3