| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | /*************************************************************************/ | 
					
						
							|  |  |  | /*  project_export.h                                                     */ | 
					
						
							|  |  |  | /*************************************************************************/ | 
					
						
							|  |  |  | /*                       This file is part of:                           */ | 
					
						
							|  |  |  | /*                           GODOT ENGINE                                */ | 
					
						
							| 
									
										
										
										
											2017-08-27 14:16:55 +02:00
										 |  |  | /*                      https://godotengine.org                          */ | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | /*************************************************************************/ | 
					
						
							| 
									
										
										
										
											2021-01-01 20:13:46 +01:00
										 |  |  | /* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.                 */ | 
					
						
							|  |  |  | /* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).   */ | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | /*                                                                       */ | 
					
						
							|  |  |  | /* 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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | #ifndef PROJECT_EXPORT_SETTINGS_H
 | 
					
						
							|  |  |  | #define PROJECT_EXPORT_SETTINGS_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-18 15:07:23 +02:00
										 |  |  | #include "core/os/dir_access.h"
 | 
					
						
							|  |  |  | #include "core/os/thread.h"
 | 
					
						
							|  |  |  | #include "editor/editor_export.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 14:21:25 +01:00
										 |  |  | #include "editor/editor_file_dialog.h"
 | 
					
						
							| 
									
										
										
										
											2018-08-18 15:07:23 +02:00
										 |  |  | #include "editor/editor_file_system.h"
 | 
					
						
							|  |  |  | #include "editor/editor_inspector.h"
 | 
					
						
							| 
									
										
										
										
											2018-11-12 16:04:58 -03:00
										 |  |  | #include "editor/editor_properties.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/button.h"
 | 
					
						
							| 
									
										
										
										
											2018-08-18 15:07:23 +02:00
										 |  |  | #include "scene/gui/check_button.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/control.h"
 | 
					
						
							|  |  |  | #include "scene/gui/dialogs.h"
 | 
					
						
							|  |  |  | #include "scene/gui/file_dialog.h"
 | 
					
						
							|  |  |  | #include "scene/gui/label.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-20 23:31:41 -03:00
										 |  |  | #include "scene/gui/link_button.h"
 | 
					
						
							| 
									
										
										
										
											2018-08-18 15:07:23 +02:00
										 |  |  | #include "scene/gui/menu_button.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | #include "scene/gui/option_button.h"
 | 
					
						
							| 
									
										
										
										
											2017-07-19 17:00:46 -03:00
										 |  |  | #include "scene/gui/rich_text_label.h"
 | 
					
						
							| 
									
										
										
										
											2018-08-18 15:07:23 +02:00
										 |  |  | #include "scene/gui/slider.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/tab_container.h"
 | 
					
						
							|  |  |  | #include "scene/gui/tree.h"
 | 
					
						
							|  |  |  | #include "scene/main/timer.h"
 | 
					
						
							| 
									
										
										
										
											2015-01-03 17:24:16 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | class EditorNode; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class ProjectExportDialog : public ConfirmationDialog { | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	GDCLASS(ProjectExportDialog, ConfirmationDialog); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | private: | 
					
						
							|  |  |  | 	TabContainer *sections; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	MenuButton *add_preset; | 
					
						
							| 
									
										
										
										
											2018-10-28 15:13:38 -03:00
										 |  |  | 	Button *duplicate_preset; | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	Button *delete_preset; | 
					
						
							|  |  |  | 	ItemList *presets; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	LineEdit *name; | 
					
						
							| 
									
										
										
										
											2018-11-12 16:04:58 -03:00
										 |  |  | 	EditorPropertyPath *export_path; | 
					
						
							| 
									
										
										
										
											2018-08-18 15:07:23 +02:00
										 |  |  | 	EditorInspector *parameters; | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	CheckButton *runnable; | 
					
						
							| 
									
										
										
										
											2015-08-23 20:15:56 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-13 18:03:28 -03:00
										 |  |  | 	Button *button_export; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	bool updating; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-13 00:38:42 +02:00
										 |  |  | 	AcceptDialog *error_dialog; | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	ConfirmationDialog *delete_confirm; | 
					
						
							| 
									
										
										
										
											2014-06-11 10:41:03 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	OptionButton *export_filter; | 
					
						
							|  |  |  | 	LineEdit *include_filters; | 
					
						
							|  |  |  | 	LineEdit *exclude_filters; | 
					
						
							|  |  |  | 	Tree *include_files; | 
					
						
							| 
									
										
										
										
											2016-11-26 23:30:46 +09:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	Label *include_label; | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	MarginContainer *include_margin; | 
					
						
							| 
									
										
										
										
											2014-06-11 10:41:03 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	StringName editor_icons; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-21 00:05:15 -03:00
										 |  |  | 	Button *export_button; | 
					
						
							| 
									
										
										
										
											2018-11-03 12:56:31 -03:00
										 |  |  | 	Button *export_all_button; | 
					
						
							|  |  |  | 	AcceptDialog *export_all_dialog; | 
					
						
							| 
									
										
										
										
											2017-02-21 00:05:15 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-19 17:00:46 -03:00
										 |  |  | 	LineEdit *custom_features; | 
					
						
							|  |  |  | 	RichTextLabel *custom_feature_display; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-23 20:28:29 +02:00
										 |  |  | 	OptionButton *script_mode; | 
					
						
							|  |  |  | 	LineEdit *script_key; | 
					
						
							|  |  |  | 	Label *script_key_error; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-20 23:31:41 -03:00
										 |  |  | 	Label *export_error; | 
					
						
							|  |  |  | 	HBoxContainer *export_templates_error; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-28 04:57:29 -04:00
										 |  |  | 	String default_filename; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	void _runnable_pressed(); | 
					
						
							| 
									
										
										
										
											2017-03-28 03:21:21 +02:00
										 |  |  | 	void _update_parameters(const String &p_edited_property); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _name_changed(const String &p_string); | 
					
						
							| 
									
										
										
										
											2019-01-18 13:01:24 -03:00
										 |  |  | 	void _export_path_changed(const StringName &p_property, const Variant &p_value, const String &p_field, bool p_changing); | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	void _add_preset(int p_platform); | 
					
						
							|  |  |  | 	void _edit_preset(int p_index); | 
					
						
							| 
									
										
										
										
											2018-10-28 15:13:38 -03:00
										 |  |  | 	void _duplicate_preset(); | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	void _delete_preset(); | 
					
						
							|  |  |  | 	void _delete_preset_confirm(); | 
					
						
							| 
									
										
										
										
											2018-11-03 12:56:31 -03:00
										 |  |  | 	void _update_export_all(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-24 00:45:14 -07:00
										 |  |  | 	void _force_update_current_preset_parameters(); | 
					
						
							| 
									
										
										
										
											2018-12-23 20:28:29 +02:00
										 |  |  | 	void _update_current_preset(); | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	void _update_presets(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	void _export_type_changed(int p_which); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _filter_changed(const String &p_filter); | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	void _fill_resource_tree(); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	bool _fill_tree(EditorFileSystemDirectory *p_dir, TreeItem *p_item, Ref<EditorExportPreset> ¤t, bool p_only_scenes); | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	void _tree_changed(); | 
					
						
							| 
									
										
										
										
											2020-11-14 16:02:14 +01:00
										 |  |  | 	void _check_dir_recursive(TreeItem *p_dir, bool p_checked); | 
					
						
							|  |  |  | 	void _refresh_parent_checks(TreeItem *p_item); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 15:52:15 -03:00
										 |  |  | 	EditorFileDialog *export_pck_zip; | 
					
						
							|  |  |  | 	EditorFileDialog *export_project; | 
					
						
							| 
									
										
										
										
											2019-01-20 23:50:46 +01:00
										 |  |  | 	CheckBox *export_debug; | 
					
						
							|  |  |  | 	CheckBox *export_pck_zip_debug; | 
					
						
							| 
									
										
										
										
											2017-02-21 00:05:15 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-20 23:31:41 -03:00
										 |  |  | 	void _open_export_template_manager(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-21 00:05:15 -03:00
										 |  |  | 	void _export_pck_zip(); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _export_pck_zip_selected(const String &p_path); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-31 10:48:40 +02:00
										 |  |  | 	void _validate_export_path(const String &p_path); | 
					
						
							| 
									
										
										
										
											2017-03-21 19:34:26 -03:00
										 |  |  | 	void _export_project(); | 
					
						
							|  |  |  | 	void _export_project_to_path(const String &p_path); | 
					
						
							| 
									
										
										
										
											2018-11-03 12:56:31 -03:00
										 |  |  | 	void _export_all_dialog(); | 
					
						
							|  |  |  | 	void _export_all_dialog_action(const String &p_str); | 
					
						
							|  |  |  | 	void _export_all(bool p_debug); | 
					
						
							| 
									
										
										
										
											2017-03-21 19:34:26 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-19 17:00:46 -03:00
										 |  |  | 	void _update_feature_list(); | 
					
						
							|  |  |  | 	void _custom_features_changed(const String &p_text); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-23 20:28:29 +02:00
										 |  |  | 	bool updating_script_key; | 
					
						
							|  |  |  | 	void _script_export_mode_changed(int p_mode); | 
					
						
							|  |  |  | 	void _script_encryption_key_changed(const String &p_key); | 
					
						
							|  |  |  | 	bool _validate_script_encryption_key(const String &p_key); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-19 17:00:46 -03:00
										 |  |  | 	void _tab_changed(int); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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: | 
					
						
							| 
									
										
										
										
											2016-01-27 07:23:12 -03:00
										 |  |  | 	void popup_export(); | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-12 16:04:58 -03:00
										 |  |  | 	void set_export_path(const String &p_value); | 
					
						
							|  |  |  | 	String get_export_path(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-23 20:28:29 +02:00
										 |  |  | 	Ref<EditorExportPreset> get_current_preset() const; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-19 23:19:30 -03:00
										 |  |  | 	ProjectExportDialog(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	~ProjectExportDialog(); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif // PROJECT_EXPORT_SETTINGS_H
 |