aboutsummaryrefslogtreecommitdiff
path: root/editor/project_export.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-07-19 17:00:46 -0300
committerJuan Linietsky2017-07-19 17:06:03 -0300
commit25678b1876816b9ccb14b2c92aef62f3b009f88f (patch)
tree189f082d788f78e16f620b056d21249118883fc5 /editor/project_export.h
parent89588d43349e496a9e05756d42ae87323d31269e (diff)
downloadgodot-25678b1876816b9ccb14b2c92aef62f3b009f88f.tar.gz
godot-25678b1876816b9ccb14b2c92aef62f3b009f88f.tar.zst
godot-25678b1876816b9ccb14b2c92aef62f3b009f88f.zip
Diffstat (limited to 'editor/project_export.h')
-rw-r--r--editor/project_export.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/editor/project_export.h b/editor/project_export.h
index a3bbfc52f..29c24005e 100644
--- a/editor/project_export.h
+++ b/editor/project_export.h
@@ -40,6 +40,7 @@
#include "scene/gui/label.h"
#include "scene/gui/link_button.h"
#include "scene/gui/option_button.h"
+#include "scene/gui/rich_text_label.h"
#include "scene/gui/tab_container.h"
#include "scene/gui/tree.h"
#include "scene/main/timer.h"
@@ -91,6 +92,9 @@ private:
Button *export_button;
+ LineEdit *custom_features;
+ RichTextLabel *custom_feature_display;
+
Label *export_error;
HBoxContainer *export_templates_error;
@@ -132,6 +136,11 @@ private:
void _export_project();
void _export_project_to_path(const String &p_path);
+ void _update_feature_list();
+ void _custom_features_changed(const String &p_text);
+
+ void _tab_changed(int);
+
protected:
void _notification(int p_what);
static void _bind_methods();