FileDialog._classBinding

Undocumented in source.
struct FileDialog
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_actionPressed
GodotMethod!(void) _actionPressed;
Undocumented in source.
_cancelPressed
GodotMethod!(void) _cancelPressed;
Undocumented in source.
_dirEntered
GodotMethod!(void, String) _dirEntered;
Undocumented in source.
_fileEntered
GodotMethod!(void, String) _fileEntered;
Undocumented in source.
_filterSelected
GodotMethod!(void, long) _filterSelected;
Undocumented in source.
_goUp
GodotMethod!(void) _goUp;
Undocumented in source.
_makeDir
GodotMethod!(void) _makeDir;
Undocumented in source.
_makeDirConfirm
GodotMethod!(void) _makeDirConfirm;
Undocumented in source.
_saveConfirmPressed
GodotMethod!(void) _saveConfirmPressed;
Undocumented in source.
_selectDrive
GodotMethod!(void, long) _selectDrive;
Undocumented in source.
_treeItemActivated
GodotMethod!(void) _treeItemActivated;
Undocumented in source.
_treeMultiSelected
GodotMethod!(void, GodotObject, long, bool) _treeMultiSelected;
Undocumented in source.
_treeSelected
GodotMethod!(void) _treeSelected;
Undocumented in source.
_unhandledInput
GodotMethod!(void, InputEvent) _unhandledInput;
Undocumented in source.
_updateDir
GodotMethod!(void) _updateDir;
Undocumented in source.
_updateFileList
GodotMethod!(void) _updateFileList;
Undocumented in source.
addFilter
GodotMethod!(void, String) addFilter;
Undocumented in source.
clearFilters
GodotMethod!(void) clearFilters;
Undocumented in source.
deselectItems
GodotMethod!(void) deselectItems;
Undocumented in source.
getAccess
GodotMethod!(FileDialog.Access) getAccess;
Undocumented in source.
getCurrentDir
GodotMethod!(String) getCurrentDir;
Undocumented in source.
getCurrentFile
GodotMethod!(String) getCurrentFile;
Undocumented in source.
getCurrentPath
GodotMethod!(String) getCurrentPath;
Undocumented in source.
getFilters
GodotMethod!(PoolStringArray) getFilters;
Undocumented in source.
getLineEdit
GodotMethod!(LineEdit) getLineEdit;
Undocumented in source.
getMode
GodotMethod!(FileDialog.Mode) getMode;
Undocumented in source.
getVbox
GodotMethod!(VBoxContainer) getVbox;
Undocumented in source.
invalidate
GodotMethod!(void) invalidate;
Undocumented in source.
isModeOverridingTitle
GodotMethod!(bool) isModeOverridingTitle;
Undocumented in source.
isShowingHiddenFiles
GodotMethod!(bool) isShowingHiddenFiles;
Undocumented in source.
setAccess
GodotMethod!(void, long) setAccess;
Undocumented in source.
setCurrentDir
GodotMethod!(void, String) setCurrentDir;
Undocumented in source.
setCurrentFile
GodotMethod!(void, String) setCurrentFile;
Undocumented in source.
setCurrentPath
GodotMethod!(void, String) setCurrentPath;
Undocumented in source.
setFilters
GodotMethod!(void, PoolStringArray) setFilters;
Undocumented in source.
setMode
GodotMethod!(void, long) setMode;
Undocumented in source.
setModeOverridesTitle
GodotMethod!(void, bool) setModeOverridesTitle;
Undocumented in source.
setShowHiddenFiles
GodotMethod!(void, bool) setShowHiddenFiles;
Undocumented in source.

Meta