EditorFileDialog._classBinding

Undocumented in source.
struct EditorFileDialog
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.
_favoriteMoveDown
GodotMethod!(void) _favoriteMoveDown;
Undocumented in source.
_favoriteMoveUp
GodotMethod!(void) _favoriteMoveUp;
Undocumented in source.
_favoriteSelected
GodotMethod!(void, long) _favoriteSelected;
Undocumented in source.
_favoriteToggled
GodotMethod!(void, bool) _favoriteToggled;
Undocumented in source.
_fileEntered
GodotMethod!(void, String) _fileEntered;
Undocumented in source.
_filterSelected
GodotMethod!(void, long) _filterSelected;
Undocumented in source.
_goBack
GodotMethod!(void) _goBack;
Undocumented in source.
_goForward
GodotMethod!(void) _goForward;
Undocumented in source.
_goUp
GodotMethod!(void) _goUp;
Undocumented in source.
_itemDbSelected
GodotMethod!(void, long) _itemDbSelected;
Undocumented in source.
_itemListItemRmbSelected
GodotMethod!(void, long, Vector2) _itemListItemRmbSelected;
Undocumented in source.
_itemListRmbClicked
GodotMethod!(void, Vector2) _itemListRmbClicked;
Undocumented in source.
_itemMenuIdPressed
GodotMethod!(void, long) _itemMenuIdPressed;
Undocumented in source.
_itemSelected
GodotMethod!(void, long) _itemSelected;
Undocumented in source.
_itemsClearSelection
GodotMethod!(void) _itemsClearSelection;
Undocumented in source.
_makeDir
GodotMethod!(void) _makeDir;
Undocumented in source.
_makeDirConfirm
GodotMethod!(void) _makeDirConfirm;
Undocumented in source.
_multiSelected
GodotMethod!(void, long, bool) _multiSelected;
Undocumented in source.
_recentSelected
GodotMethod!(void, long) _recentSelected;
Undocumented in source.
_saveConfirmPressed
GodotMethod!(void) _saveConfirmPressed;
Undocumented in source.
_selectDrive
GodotMethod!(void, long) _selectDrive;
Undocumented in source.
_thumbnailDone
GodotMethod!(void, String, Texture, Texture, Variant) _thumbnailDone;
Undocumented in source.
_thumbnailResult
GodotMethod!(void, String, Texture, Texture, Variant) _thumbnailResult;
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.
getAccess
GodotMethod!(EditorFileDialog.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.
getDisplayMode
GodotMethod!(EditorFileDialog.DisplayMode) getDisplayMode;
Undocumented in source.
getMode
GodotMethod!(EditorFileDialog.Mode) getMode;
Undocumented in source.
getVbox
GodotMethod!(VBoxContainer) getVbox;
Undocumented in source.
invalidate
GodotMethod!(void) invalidate;
Undocumented in source.
isOverwriteWarningDisabled
GodotMethod!(bool) isOverwriteWarningDisabled;
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.
setDisableOverwriteWarning
GodotMethod!(void, bool) setDisableOverwriteWarning;
Undocumented in source.
setDisplayMode
GodotMethod!(void, long) setDisplayMode;
Undocumented in source.
setMode
GodotMethod!(void, long) setMode;
Undocumented in source.
setShowHiddenFiles
GodotMethod!(void, bool) setShowHiddenFiles;
Undocumented in source.

Meta