FileSystemDock

@GodotBaseClass
struct FileSystemDock {}

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

_bwHistory
void _bwHistory()
_duplicateOperationConfirm
void _duplicateOperationConfirm()
_featureProfileChanged
void _featureProfileChanged()
_fileListActivateFile
void _fileListActivateFile(long arg0)
_fileListGuiInput
void _fileListGuiInput(InputEvent arg0)
_fileListRmbOption
void _fileListRmbOption(long option)
_fileListRmbPressed
void _fileListRmbPressed(Vector2 arg0)
_fileListRmbSelect
void _fileListRmbSelect(long arg0, Vector2 arg1)
_fileListThumbnailDone
void _fileListThumbnailDone(String arg0, Texture arg1, Texture arg2, VariantArg3 arg3)
_fileMultiSelected
void _fileMultiSelected(long arg0, bool arg1)
_fileRemoved
void _fileRemoved(String arg0)
_folderRemoved
void _folderRemoved(String arg0)
_fsChanged
void _fsChanged()
_fwHistory
void _fwHistory()
_makeDirConfirm
void _makeDirConfirm()
_makeSceneConfirm
void _makeSceneConfirm()
_moveOperationConfirm
void _moveOperationConfirm(String to_path, bool overwrite)
_moveWithOverwrite
void _moveWithOverwrite()
_navigateToPath
void _navigateToPath(String arg0, bool arg1)
_previewInvalidated
void _previewInvalidated(String arg0)
_renameOperationConfirm
void _renameOperationConfirm()
_rescan
void _rescan()
_resourceCreated
void _resourceCreated()
_searchChanged
void _searchChanged(String arg0, Control arg1)
_selectFile
void _selectFile(String arg0, bool arg1)
_toggleFileDisplay
void _toggleFileDisplay()
_toggleSplitMode
void _toggleSplitMode(bool arg0)
_treeActivateFile
void _treeActivateFile()
_treeEmptySelected
void _treeEmptySelected()
_treeGuiInput
void _treeGuiInput(InputEvent arg0)
_treeMultiSelected
void _treeMultiSelected(GodotObject arg0, long arg1, bool arg2)
_treeRmbEmpty
void _treeRmbEmpty(Vector2 arg0)
_treeRmbOption
void _treeRmbOption(long option)
_treeRmbSelect
void _treeRmbSelect(Vector2 arg0)
_treeThumbnailDone
void _treeThumbnailDone(String arg0, Texture arg1, Texture arg2, VariantArg3 arg3)
_updateImportDock
void _updateImportDock()
_updateTree
void _updateTree(PoolStringArray arg0, bool arg1, bool arg2, bool arg3)
canDropDataFw
bool canDropDataFw(Vector2 arg0, VariantArg1 arg1, Control arg2)
dropDataFw
void dropDataFw(Vector2 arg0, VariantArg1 arg1, Control arg2)
getDragDataFw
Variant getDragDataFw(Vector2 arg0, Control arg1)
navigateToPath
void navigateToPath(String arg0)
opAssign
typeof(null) opAssign(typeof(null) n)
opEquals
bool opEquals(FileSystemDock other)
opEquals
bool opEquals(typeof(null) n)
toHash
size_t toHash()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Static functions

_new
FileSystemDock _new()

Construct a new instance of FileSystemDock. Note: use memnew!FileSystemDock instead.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

GDNativeClassBinding
struct GDNativeClassBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(ToRef) as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta