summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_dialog.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2023-02-22 11:55:08 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2023-02-22 11:55:08 +0200
commit4593ad23fdcc6416ceaf13b5baee0ad01f27e62b (patch)
tree5a5e0ab678d84ff2c0fa1de8b022b21897e12fd9 /editor/editor_file_dialog.h
parentba5a70ccc967deb52810f5279cfc071f1d849301 (diff)
downloadredot-engine-4593ad23fdcc6416ceaf13b5baee0ad01f27e62b.tar.gz
Add some missing EditorFileDialog methods and properties.
Diffstat (limited to 'editor/editor_file_dialog.h')
-rw-r--r--editor/editor_file_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_file_dialog.h b/editor/editor_file_dialog.h
index 1944cacf70..e3515f8073 100644
--- a/editor/editor_file_dialog.h
+++ b/editor/editor_file_dialog.h
@@ -242,6 +242,8 @@ public:
void popup_file_dialog();
void clear_filters();
void add_filter(const String &p_filter, const String &p_description = "");
+ void set_filters(const Vector<String> &p_filters);
+ Vector<String> get_filters() const;
void set_enable_multiple_selection(bool p_enable);
Vector<String> get_selected_files() const;