summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.h
diff options
context:
space:
mode:
authorOvnuniarchos <pujalte.jorge@gmail.com>2016-07-17 01:58:28 +0200
committerOvnuniarchos <pujalte.jorge@gmail.com>2016-07-17 03:00:51 +0200
commit3698332f6be935a918a9afbba62abd1a7952f509 (patch)
treef8efdd2290329e0d6a2922b176babc5303de05e0 /scene/gui/file_dialog.h
parentb23889eb413f26cf0a3b94180fe11e86c08489f9 (diff)
downloadredot-engine-3698332f6be935a918a9afbba62abd1a7952f509.tar.gz
Exposed mode, access, filters, and show hidden files to the editor. Also, two functions to get/set the filter list.
Diffstat (limited to 'scene/gui/file_dialog.h')
-rw-r--r--scene/gui/file_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h
index 1fcf8387ce..150b24cb3f 100644
--- a/scene/gui/file_dialog.h
+++ b/scene/gui/file_dialog.h
@@ -131,6 +131,8 @@ public:
void clear_filters();
void add_filter(const String& p_filter);
+ 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;