aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/file_dialog.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias2017-12-02 23:54:06 -0200
committerMichael Alexsander Silva Dias2017-12-03 00:04:47 -0200
commit075edbc5ed625fb797fbbf8c66dde7a2a1a33f2a (patch)
treefd869aa28619940e722a8d288f4cd9e5a6e13ff8 /scene/gui/file_dialog.h
parent4170e8f3dfefb46fb2309460a8b4a6540b627d2e (diff)
downloadgodot-075edbc5ed625fb797fbbf8c66dde7a2a1a33f2a.tar.gz
godot-075edbc5ed625fb797fbbf8c66dde7a2a1a33f2a.tar.zst
godot-075edbc5ed625fb797fbbf8c66dde7a2a1a33f2a.zip
Diffstat (limited to 'scene/gui/file_dialog.h')
-rw-r--r--scene/gui/file_dialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h
index ca3d9f54b..c8c1f2310 100644
--- a/scene/gui/file_dialog.h
+++ b/scene/gui/file_dialog.h
@@ -92,6 +92,8 @@ private:
Vector<String> filters;
+ bool mode_overrides_title;
+
static bool default_show_hidden_files;
bool show_hidden_files;
@@ -143,6 +145,9 @@ public:
void set_current_file(const String &p_file);
void set_current_path(const String &p_path);
+ void set_mode_overrides_title(bool p_override);
+ bool is_mode_overriding_title() const;
+
void set_mode(Mode p_mode);
Mode get_mode() const;