EditorFileDialog
Inherits: ConfirmationDialog < AcceptDialog < Window < Viewport < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
dialog_hide_on_ok |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
title |
|
Methods
void |
add_filter ( String filter, String description=”” ) |
void |
add_option ( String name, PackedStringArray values, int default_value_index ) |
void |
add_side_menu ( Control menu, String title=”” ) |
void |
clear_filters ( ) |
get_line_edit ( ) |
|
get_option_default ( int option ) const |
|
get_option_name ( int option ) const |
|
get_option_values ( int option ) const |
|
get_selected_options ( ) const |
|
get_vbox ( ) |
|
void |
invalidate ( ) |
void |
|
void |
set_option_default ( int option, int default_value_index ) |
void |
set_option_name ( int option, String name ) |
void |
set_option_values ( int option, PackedStringArray values ) |
Signals
dir_selected ( String dir )
There is currently no description for this signal. Please help us by contributing one!
file_selected ( String path )
There is currently no description for this signal. Please help us by contributing one!
files_selected ( PackedStringArray paths )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum FileMode:
FileMode FILE_MODE_OPEN_FILE = 0
There is currently no description for this enum. Please help us by contributing one!
FileMode FILE_MODE_OPEN_FILES = 1
There is currently no description for this enum. Please help us by contributing one!
FileMode FILE_MODE_OPEN_DIR = 2
There is currently no description for this enum. Please help us by contributing one!
FileMode FILE_MODE_OPEN_ANY = 3
There is currently no description for this enum. Please help us by contributing one!
FileMode FILE_MODE_SAVE_FILE = 4
There is currently no description for this enum. Please help us by contributing one!
enum Access:
Access ACCESS_RESOURCES = 0
There is currently no description for this enum. Please help us by contributing one!
Access ACCESS_USERDATA = 1
There is currently no description for this enum. Please help us by contributing one!
Access ACCESS_FILESYSTEM = 2
There is currently no description for this enum. Please help us by contributing one!
enum DisplayMode:
DisplayMode DISPLAY_THUMBNAILS = 0
There is currently no description for this enum. Please help us by contributing one!
DisplayMode DISPLAY_LIST = 1
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
Access access = 0
There is currently no description for this property. Please help us by contributing one!
String current_dir
There is currently no description for this property. Please help us by contributing one!
String current_file
There is currently no description for this property. Please help us by contributing one!
String current_path
There is currently no description for this property. Please help us by contributing one!
bool disable_overwrite_warning = false
There is currently no description for this property. Please help us by contributing one!
DisplayMode display_mode = 0
void set_display_mode ( DisplayMode value )
DisplayMode get_display_mode ( )
There is currently no description for this property. Please help us by contributing one!
FileMode file_mode = 4
There is currently no description for this property. Please help us by contributing one!
PackedStringArray filters = PackedStringArray()
void set_filters ( PackedStringArray value )
PackedStringArray get_filters ( )
There is currently no description for this property. Please help us by contributing one!
int option_count = 0
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_filter ( String filter, String description=”” )
There is currently no description for this method. Please help us by contributing one!
void add_option ( String name, PackedStringArray values, int default_value_index )
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
void clear_filters ( )
There is currently no description for this method. Please help us by contributing one!
LineEdit get_line_edit ( )
There is currently no description for this method. Please help us by contributing one!
int get_option_default ( int option ) const
There is currently no description for this method. Please help us by contributing one!
String get_option_name ( int option ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_option_values ( int option ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary get_selected_options ( ) const
There is currently no description for this method. Please help us by contributing one!
VBoxContainer get_vbox ( )
There is currently no description for this method. Please help us by contributing one!
void invalidate ( )
There is currently no description for this method. Please help us by contributing one!
void popup_file_dialog ( )
There is currently no description for this method. Please help us by contributing one!
void set_option_default ( int option, int default_value_index )
There is currently no description for this method. Please help us by contributing one!
void set_option_name ( int option, String name )
There is currently no description for this method. Please help us by contributing one!
void set_option_values ( int option, PackedStringArray values )
There is currently no description for this method. Please help us by contributing one!