| 
									
										
										
										
											2023-01-10 15:26:54 +01:00
										 |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*  filesystem_dock.h                                                     */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*                         This file is part of:                          */ | 
					
						
							|  |  |  | /*                             GODOT ENGINE                               */ | 
					
						
							|  |  |  | /*                        https://godotengine.org                         */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ | 
					
						
							|  |  |  | /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.                  */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* Permission is hereby granted, free of charge, to any person obtaining  */ | 
					
						
							|  |  |  | /* a copy of this software and associated documentation files (the        */ | 
					
						
							|  |  |  | /* "Software"), to deal in the Software without restriction, including    */ | 
					
						
							|  |  |  | /* without limitation the rights to use, copy, modify, merge, publish,    */ | 
					
						
							|  |  |  | /* distribute, sublicense, and/or sell copies of the Software, and to     */ | 
					
						
							|  |  |  | /* permit persons to whom the Software is furnished to do so, subject to  */ | 
					
						
							|  |  |  | /* the following conditions:                                              */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* The above copyright notice and this permission notice shall be         */ | 
					
						
							|  |  |  | /* included in all copies or substantial portions of the Software.        */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,        */ | 
					
						
							|  |  |  | /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF     */ | 
					
						
							|  |  |  | /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ | 
					
						
							|  |  |  | /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY   */ | 
					
						
							|  |  |  | /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,   */ | 
					
						
							|  |  |  | /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE      */ | 
					
						
							|  |  |  | /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                 */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							| 
									
										
										
										
											2018-01-05 00:50:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-21 10:34:57 -03:00
										 |  |  | #ifndef FILESYSTEM_DOCK_H
 | 
					
						
							|  |  |  | #define FILESYSTEM_DOCK_H
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/box_container.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | #include "scene/gui/control.h"
 | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | #include "scene/gui/dialogs.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/item_list.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | #include "scene/gui/label.h"
 | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | #include "scene/gui/menu_button.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/option_button.h"
 | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | #include "scene/gui/progress_bar.h"
 | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | #include "scene/gui/split_container.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/tool_button.h"
 | 
					
						
							|  |  |  | #include "scene/gui/tree.h"
 | 
					
						
							|  |  |  | #include "scene/main/timer.h"
 | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-11 18:13:45 +02:00
										 |  |  | #include "core/os/dir_access.h"
 | 
					
						
							|  |  |  | #include "core/os/thread.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-22 21:23:40 +05:30
										 |  |  | #include "create_dialog.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | #include "dependency_editor.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "editor_dir_dialog.h"
 | 
					
						
							|  |  |  | #include "editor_file_system.h"
 | 
					
						
							| 
									
										
										
										
											2018-04-25 00:18:10 -07:00
										 |  |  | #include "script_create_dialog.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | class EditorNode; | 
					
						
							| 
									
										
										
										
											2022-07-05 19:37:59 +02:00
										 |  |  | class SceneCreateDialog; | 
					
						
							| 
									
										
										
										
											2023-04-25 10:15:07 +08:00
										 |  |  | class DirectoryCreateDialog; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-21 10:34:57 -03:00
										 |  |  | class FileSystemDock : public VBoxContainer { | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	GDCLASS(FileSystemDock, VBoxContainer); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-16 13:25:42 -03:00
										 |  |  | public: | 
					
						
							| 
									
										
										
										
											2018-08-13 19:05:31 +02:00
										 |  |  | 	enum FileListDisplayMode { | 
					
						
							|  |  |  | 		FILE_LIST_DISPLAY_THUMBNAILS, | 
					
						
							|  |  |  | 		FILE_LIST_DISPLAY_LIST | 
					
						
							| 
									
										
										
										
											2016-08-16 13:25:42 -03:00
										 |  |  | 	}; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-13 19:05:31 +02:00
										 |  |  | 	enum DisplayMode { | 
					
						
							| 
									
										
										
										
											2018-09-13 17:35:44 +02:00
										 |  |  | 		DISPLAY_MODE_TREE_ONLY, | 
					
						
							|  |  |  | 		DISPLAY_MODE_SPLIT, | 
					
						
							| 
									
										
										
										
											2018-08-13 19:05:31 +02:00
										 |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 	enum FileSortOption { | 
					
						
							|  |  |  | 		FILE_SORT_NAME = 0, | 
					
						
							|  |  |  | 		FILE_SORT_NAME_REVERSE, | 
					
						
							|  |  |  | 		FILE_SORT_TYPE, | 
					
						
							|  |  |  | 		FILE_SORT_TYPE_REVERSE, | 
					
						
							|  |  |  | 		FILE_SORT_MODIFIED_TIME, | 
					
						
							|  |  |  | 		FILE_SORT_MODIFIED_TIME_REVERSE, | 
					
						
							|  |  |  | 		FILE_SORT_MAX, | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-25 23:39:49 +01:00
										 |  |  | private: | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 	enum FileMenu { | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | 		FILE_OPEN, | 
					
						
							| 
									
										
										
										
											2019-05-07 23:35:23 -03:00
										 |  |  | 		FILE_INHERIT, | 
					
						
							| 
									
										
										
										
											2019-10-30 03:24:38 +09:00
										 |  |  | 		FILE_MAIN_SCENE, | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | 		FILE_INSTANCE, | 
					
						
							| 
									
										
										
										
											2018-09-13 18:11:05 +02:00
										 |  |  | 		FILE_ADD_FAVORITE, | 
					
						
							|  |  |  | 		FILE_REMOVE_FAVORITE, | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 		FILE_DEPENDENCIES, | 
					
						
							|  |  |  | 		FILE_OWNERS, | 
					
						
							|  |  |  | 		FILE_MOVE, | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 		FILE_RENAME, | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 		FILE_REMOVE, | 
					
						
							| 
									
										
										
										
											2017-12-01 14:13:50 +03:00
										 |  |  | 		FILE_DUPLICATE, | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 		FILE_REIMPORT, | 
					
						
							| 
									
										
										
										
											2016-05-18 15:37:59 +08:00
										 |  |  | 		FILE_INFO, | 
					
						
							| 
									
										
										
										
											2017-10-01 23:33:43 +01:00
										 |  |  | 		FILE_NEW_FOLDER, | 
					
						
							| 
									
										
										
										
											2018-04-25 00:18:10 -07:00
										 |  |  | 		FILE_NEW_SCRIPT, | 
					
						
							| 
									
										
										
										
											2019-08-15 19:47:21 +02:00
										 |  |  | 		FILE_NEW_SCENE, | 
					
						
							| 
									
										
										
										
											2016-06-06 17:20:03 +02:00
										 |  |  | 		FILE_SHOW_IN_EXPLORER, | 
					
						
							| 
									
										
										
										
											2018-07-22 21:23:40 +05:30
										 |  |  | 		FILE_COPY_PATH, | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 		FILE_NEW_RESOURCE, | 
					
						
							| 
									
										
										
										
											2017-01-10 13:19:59 +01:00
										 |  |  | 		FOLDER_EXPAND_ALL, | 
					
						
							| 
									
										
										
										
											2017-04-24 17:54:51 +02:00
										 |  |  | 		FOLDER_COLLAPSE_ALL, | 
					
						
							| 
									
										
										
										
											2017-01-10 13:19:59 +01:00
										 |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 	FileSortOption file_sort = FILE_SORT_NAME; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 	VBoxContainer *scanning_vb; | 
					
						
							|  |  |  | 	ProgressBar *scanning_progress; | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | 	VSplitContainer *split_box; | 
					
						
							|  |  |  | 	VBoxContainer *file_list_vb; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	EditorNode *editor; | 
					
						
							|  |  |  | 	Set<String> favorites; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-14 00:16:43 +02:00
										 |  |  | 	Button *button_toggle_display_mode; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	Button *button_reload; | 
					
						
							| 
									
										
										
										
											2018-08-13 19:05:31 +02:00
										 |  |  | 	Button *button_file_list_display_mode; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 	Button *button_hist_next; | 
					
						
							|  |  |  | 	Button *button_hist_prev; | 
					
						
							|  |  |  | 	LineEdit *current_path; | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	HBoxContainer *toolbar2_hbc; | 
					
						
							| 
									
										
										
										
											2018-09-13 21:49:56 +02:00
										 |  |  | 	LineEdit *tree_search_box; | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 	MenuButton *tree_button_sort; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-13 21:49:56 +02:00
										 |  |  | 	LineEdit *file_list_search_box; | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 	MenuButton *file_list_button_sort; | 
					
						
							| 
									
										
										
										
											2018-09-13 23:28:21 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-13 21:49:56 +02:00
										 |  |  | 	String searched_string; | 
					
						
							| 
									
										
										
										
											2018-09-13 23:28:21 +02:00
										 |  |  | 	Vector<String> uncollapsed_paths_before_search; | 
					
						
							| 
									
										
										
										
											2018-09-13 21:49:56 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-12 18:27:27 -03:00
										 |  |  | 	TextureRect *search_icon; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 	HBoxContainer *path_hb; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-13 19:05:31 +02:00
										 |  |  | 	FileListDisplayMode file_list_display_mode; | 
					
						
							| 
									
										
										
										
											2016-08-16 13:25:42 -03:00
										 |  |  | 	DisplayMode display_mode; | 
					
						
							| 
									
										
										
										
											2019-02-25 23:39:49 +01:00
										 |  |  | 	DisplayMode old_display_mode; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	PopupMenu *file_list_popup; | 
					
						
							|  |  |  | 	PopupMenu *tree_popup; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	DependencyEditor *deps_editor; | 
					
						
							|  |  |  | 	DependencyEditorOwners *owners_editor; | 
					
						
							|  |  |  | 	DependencyRemoveDialog *remove_dialog; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	EditorDirDialog *move_dialog; | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 	ConfirmationDialog *rename_dialog; | 
					
						
							|  |  |  | 	LineEdit *rename_dialog_text; | 
					
						
							| 
									
										
										
										
											2017-12-01 14:13:50 +03:00
										 |  |  | 	ConfirmationDialog *duplicate_dialog; | 
					
						
							|  |  |  | 	LineEdit *duplicate_dialog_text; | 
					
						
							| 
									
										
										
										
											2023-04-25 10:15:07 +08:00
										 |  |  | 	DirectoryCreateDialog *make_dir_dialog = nullptr; | 
					
						
							| 
									
										
										
										
											2018-05-29 18:03:11 +05:30
										 |  |  | 	ConfirmationDialog *overwrite_dialog; | 
					
						
							| 
									
										
										
										
											2022-07-05 19:37:59 +02:00
										 |  |  | 	SceneCreateDialog *make_scene_dialog = nullptr; | 
					
						
							| 
									
										
										
										
											2019-12-24 14:37:55 +08:00
										 |  |  | 	ScriptCreateDialog *make_script_dialog; | 
					
						
							| 
									
										
										
										
											2018-07-22 21:23:40 +05:30
										 |  |  | 	CreateDialog *new_resource_dialog; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	bool always_show_folders; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 	class FileOrFolder { | 
					
						
							|  |  |  | 	public: | 
					
						
							|  |  |  | 		String path; | 
					
						
							|  |  |  | 		bool is_file; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-06 21:36:34 +01:00
										 |  |  | 		FileOrFolder() : | 
					
						
							|  |  |  | 				path(""), | 
					
						
							|  |  |  | 				is_file(false) {} | 
					
						
							|  |  |  | 		FileOrFolder(const String &p_path, bool p_is_file) : | 
					
						
							|  |  |  | 				path(p_path), | 
					
						
							|  |  |  | 				is_file(p_is_file) {} | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 	}; | 
					
						
							|  |  |  | 	FileOrFolder to_rename; | 
					
						
							| 
									
										
										
										
											2017-12-01 14:13:50 +03:00
										 |  |  | 	FileOrFolder to_duplicate; | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 	Vector<FileOrFolder> to_move; | 
					
						
							| 
									
										
										
										
											2018-05-29 18:03:11 +05:30
										 |  |  | 	String to_move_path; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	Vector<String> history; | 
					
						
							|  |  |  | 	int history_pos; | 
					
						
							| 
									
										
										
										
											2017-09-03 21:35:18 +01:00
										 |  |  | 	int history_max_size; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	String path; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	bool initialized; | 
					
						
							| 
									
										
										
										
											2014-05-16 19:48:23 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	bool updating_tree; | 
					
						
							| 
									
										
										
										
											2018-09-12 13:10:49 +02:00
										 |  |  | 	int tree_update_id; | 
					
						
							| 
									
										
										
										
											2019-08-22 01:22:52 -03:00
										 |  |  | 	Tree *tree; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 	ItemList *files; | 
					
						
							| 
									
										
										
										
											2017-11-02 22:05:34 +09:00
										 |  |  | 	bool import_dock_needs_update; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 	Ref<Texture> _get_tree_item_icon(bool p_is_valid, String p_file_type); | 
					
						
							| 
									
										
										
										
											2019-11-21 15:40:11 +01:00
										 |  |  | 	bool _create_tree(TreeItem *p_parent, EditorFileSystemDirectory *p_dir, Vector<String> &uncollapsed_paths, bool p_select_in_favorites, bool p_unfold_path = false); | 
					
						
							| 
									
										
										
										
											2018-09-13 23:28:21 +02:00
										 |  |  | 	Vector<String> _compute_uncollapsed_paths(); | 
					
						
							| 
									
										
										
										
											2019-11-21 15:40:11 +01:00
										 |  |  | 	void _update_tree(const Vector<String> &p_uncollapsed_paths = Vector<String>(), bool p_uncollapse_root = false, bool p_select_in_favorites = false, bool p_unfold_path = false); | 
					
						
							| 
									
										
										
										
											2019-01-17 20:40:38 +01:00
										 |  |  | 	void _navigate_to_path(const String &p_path, bool p_select_in_favorites = false); | 
					
						
							| 
									
										
										
										
											2017-09-03 21:35:18 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	void _file_list_gui_input(Ref<InputEvent> p_event); | 
					
						
							|  |  |  | 	void _tree_gui_input(Ref<InputEvent> p_event); | 
					
						
							| 
									
										
										
										
											2018-01-05 14:45:54 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-28 13:26:36 +02:00
										 |  |  | 	void _update_file_list(bool p_keep_selection); | 
					
						
							| 
									
										
										
										
											2019-03-05 03:55:08 -03:00
										 |  |  | 	void _toggle_file_display(); | 
					
						
							| 
									
										
										
										
											2019-02-27 21:36:12 +01:00
										 |  |  | 	void _set_file_display(bool p_active); | 
					
						
							| 
									
										
										
										
											2017-09-03 21:35:18 +01:00
										 |  |  | 	void _fs_changed(); | 
					
						
							| 
									
										
										
										
											2017-02-01 09:45:45 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-07-10 11:54:12 +02:00
										 |  |  | 	void _select_file(const String &p_path, bool p_select_in_favorites = false); | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	void _tree_activate_file(); | 
					
						
							|  |  |  | 	void _file_list_activate_file(int p_idx); | 
					
						
							| 
									
										
										
										
											2017-09-03 21:35:18 +01:00
										 |  |  | 	void _file_multi_selected(int p_index, bool p_selected); | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	void _tree_multi_selected(Object *p_item, int p_column, bool p_selected); | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	void _update_import_dock(); | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-28 15:14:12 -08:00
										 |  |  | 	void _get_all_items_in_dir(EditorFileSystemDirectory *efsd, Vector<String> &files, Vector<String> &folders) const; | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 	void _find_remaps(EditorFileSystemDirectory *efsd, const Map<String, String> &renames, Vector<String> &to_remaps) const; | 
					
						
							| 
									
										
										
										
											2018-11-13 20:17:33 +01:00
										 |  |  | 	void _try_move_item(const FileOrFolder &p_item, const String &p_new_path, Map<String, String> &p_file_renames, Map<String, String> &p_folder_renames); | 
					
						
							| 
									
										
										
										
											2017-12-01 14:13:50 +03:00
										 |  |  | 	void _try_duplicate_item(const FileOrFolder &p_item, const String &p_new_path) const; | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 	void _update_dependencies_after_move(const Map<String, String> &p_renames) const; | 
					
						
							| 
									
										
										
										
											2017-12-26 16:32:12 -03:00
										 |  |  | 	void _update_resource_paths_after_move(const Map<String, String> &p_renames) const; | 
					
						
							| 
									
										
										
										
											2019-06-04 05:36:23 +02:00
										 |  |  | 	void _save_scenes_after_move(const Map<String, String> &p_renames) const; | 
					
						
							| 
									
										
										
										
											2018-09-18 14:02:59 +02:00
										 |  |  | 	void _update_favorites_list_after_move(const Map<String, String> &p_files_renames, const Map<String, String> &p_folders_renames) const; | 
					
						
							| 
									
										
										
										
											2019-06-26 15:08:25 +02:00
										 |  |  | 	void _update_project_settings_after_move(const Map<String, String> &p_renames) const; | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-17 01:40:15 +01:00
										 |  |  | 	void _file_removed(String p_file); | 
					
						
							|  |  |  | 	void _folder_removed(String p_folder); | 
					
						
							| 
									
										
										
										
											2018-11-13 20:17:33 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-22 21:23:40 +05:30
										 |  |  | 	void _resource_created() const; | 
					
						
							| 
									
										
										
										
											2019-08-15 19:47:21 +02:00
										 |  |  | 	void _make_scene_confirm(); | 
					
						
							| 
									
										
										
										
											2017-10-01 22:59:27 +01:00
										 |  |  | 	void _rename_operation_confirm(); | 
					
						
							| 
									
										
										
										
											2017-12-01 14:13:50 +03:00
										 |  |  | 	void _duplicate_operation_confirm(); | 
					
						
							| 
									
										
										
										
											2018-05-29 18:03:11 +05:30
										 |  |  | 	void _move_with_overwrite(); | 
					
						
							| 
									
										
										
										
											2020-12-10 12:53:56 +01:00
										 |  |  | 	Vector<String> _check_existing(); | 
					
						
							| 
									
										
										
										
											2018-05-29 18:03:11 +05:30
										 |  |  | 	void _move_operation_confirm(const String &p_to_path, bool overwrite = false); | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	void _tree_rmb_option(int p_option); | 
					
						
							|  |  |  | 	void _file_list_rmb_option(int p_option); | 
					
						
							| 
									
										
										
										
											2019-07-10 11:54:12 +02:00
										 |  |  | 	void _file_option(int p_option, const Vector<String> &p_selected); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 	void _fw_history(); | 
					
						
							|  |  |  | 	void _bw_history(); | 
					
						
							| 
									
										
										
										
											2017-09-03 21:35:18 +01:00
										 |  |  | 	void _update_history(); | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 	void _push_to_history(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-21 13:07:29 +01:00
										 |  |  | 	void _set_scanning_mode(); | 
					
						
							| 
									
										
										
										
											2017-09-03 21:35:18 +01:00
										 |  |  | 	void _rescan(); | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-14 00:16:43 +02:00
										 |  |  | 	void _toggle_split_mode(bool p_active); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-13 20:13:17 -04:00
										 |  |  | 	void _focus_current_search_box(); | 
					
						
							| 
									
										
										
										
											2018-09-13 21:49:56 +02:00
										 |  |  | 	void _search_changed(const String &p_text, const Control *p_from); | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 	MenuButton *_create_file_menu_button(); | 
					
						
							|  |  |  | 	void _file_sort_popup(int p_id); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-03 18:36:59 +01:00
										 |  |  | 	void _file_and_folders_fill_popup(PopupMenu *p_popup, Vector<String> p_paths, bool p_display_path_dependent_options = true); | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	void _tree_rmb_select(const Vector2 &p_pos); | 
					
						
							| 
									
										
										
										
											2019-04-09 11:22:14 -06:00
										 |  |  | 	void _tree_rmb_empty(const Vector2 &p_pos); | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	void _file_list_rmb_select(int p_item, const Vector2 &p_pos); | 
					
						
							|  |  |  | 	void _file_list_rmb_pressed(const Vector2 &p_pos); | 
					
						
							| 
									
										
										
										
											2019-04-09 14:54:41 +02:00
										 |  |  | 	void _tree_empty_selected(); | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	struct FileInfo { | 
					
						
							|  |  |  | 		String name; | 
					
						
							|  |  |  | 		String path; | 
					
						
							|  |  |  | 		StringName type; | 
					
						
							| 
									
										
										
										
											2016-05-27 14:18:40 -03:00
										 |  |  | 		Vector<String> sources; | 
					
						
							| 
									
										
										
										
											2017-08-29 20:17:34 -03:00
										 |  |  | 		bool import_broken; | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 		uint64_t modified_time; | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 		bool operator<(const FileInfo &fi) const { | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 			return NaturalNoCaseComparator()(name, fi.name); | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 	struct FileInfoTypeComparator; | 
					
						
							|  |  |  | 	struct FileInfoModifiedTimeComparator; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void _sort_file_info_list(List<FileSystemDock::FileInfo> &r_file_list); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _search(EditorFileSystemDirectory *p_path, List<FileInfo> *matches, int p_max_items); | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-29 00:11:26 +02:00
										 |  |  | 	void _set_current_path_text(const String &p_path); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	Variant get_drag_data_fw(const Point2 &p_point, Control *p_from); | 
					
						
							|  |  |  | 	bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const; | 
					
						
							|  |  |  | 	void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from); | 
					
						
							| 
									
										
										
										
											2018-09-13 22:38:35 +02:00
										 |  |  | 	void _get_drag_target_folder(String &target, bool &target_favorites, const Point2 &p_point, Control *p_from) const; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _preview_invalidated(const String &p_path); | 
					
						
							| 
									
										
										
										
											2018-09-12 13:10:49 +02:00
										 |  |  | 	void _file_list_thumbnail_done(const String &p_path, const Ref<Texture> &p_preview, const Ref<Texture> &p_small_preview, const Variant &p_udata); | 
					
						
							|  |  |  | 	void _tree_thumbnail_done(const String &p_path, const Ref<Texture> &p_preview, const Ref<Texture> &p_small_preview, const Variant &p_udata); | 
					
						
							| 
									
										
										
										
											2016-07-03 13:15:15 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-22 11:31:50 +03:00
										 |  |  | 	void _update_display_mode(bool p_force = false); | 
					
						
							| 
									
										
										
										
											2018-08-13 19:05:31 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-23 17:00:30 +02:00
										 |  |  | 	Vector<String> _tree_get_selected(bool remove_self_inclusion = true); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-08 19:18:03 -03:00
										 |  |  | 	bool _is_file_type_disabled_by_feature_profile(const StringName &p_class); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void _feature_profile_changed(); | 
					
						
							| 
									
										
										
										
											2019-08-10 01:15:25 +02:00
										 |  |  | 	Vector<String> _remove_self_included_paths(Vector<String> selected_strings); | 
					
						
							| 
									
										
										
										
											2019-04-08 19:18:03 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | protected: | 
					
						
							|  |  |  | 	void _notification(int p_what); | 
					
						
							|  |  |  | 	static void _bind_methods(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | public: | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	String get_selected_path() const; | 
					
						
							| 
									
										
										
										
											2016-05-27 14:18:40 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	String get_current_path() const; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void navigate_to_path(const String &p_path); | 
					
						
							| 
									
										
										
										
											2016-05-15 20:25:51 -03:00
										 |  |  | 	void focus_on_filter(); | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void fix_dependencies(const String &p_for_file); | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-25 02:46:44 +01:00
										 |  |  | 	int get_split_offset() { return split_box->get_split_offset(); } | 
					
						
							|  |  |  | 	void set_split_offset(int p_offset) { split_box->set_split_offset(p_offset); } | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void select_file(const String &p_file); | 
					
						
							| 
									
										
										
										
											2017-01-25 02:46:44 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-25 23:39:49 +01:00
										 |  |  | 	void set_display_mode(DisplayMode p_display_mode); | 
					
						
							|  |  |  | 	DisplayMode get_display_mode() { return display_mode; } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-17 17:16:54 -04:00
										 |  |  | 	void set_file_sort(FileSortOption p_file_sort); | 
					
						
							|  |  |  | 	FileSortOption get_file_sort() { return file_sort; } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-25 23:39:49 +01:00
										 |  |  | 	void set_file_list_display_mode(FileListDisplayMode p_mode); | 
					
						
							|  |  |  | 	FileListDisplayMode get_file_list_display_mode() { return file_list_display_mode; }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-21 10:34:57 -03:00
										 |  |  | 	FileSystemDock(EditorNode *p_editor); | 
					
						
							|  |  |  | 	~FileSystemDock(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-25 12:33:41 +02:00
										 |  |  | #endif // FILESYSTEM_DOCK_H
 |