Tree._classBinding

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

Members

Static variables

_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
_popupSelect
GodotMethod!(void, long) _popupSelect;
Undocumented in source.
_rangeClickTimeout
GodotMethod!(void) _rangeClickTimeout;
Undocumented in source.
_scrollMoved
GodotMethod!(void, double) _scrollMoved;
Undocumented in source.
_textEditorEnter
GodotMethod!(void, String) _textEditorEnter;
Undocumented in source.
_textEditorModalClose
GodotMethod!(void) _textEditorModalClose;
Undocumented in source.
_valueEditorChanged
GodotMethod!(void, double) _valueEditorChanged;
Undocumented in source.
areColumnTitlesVisible
GodotMethod!(bool) areColumnTitlesVisible;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
createItem
GodotMethod!(TreeItem, GodotObject, long) createItem;
Undocumented in source.
ensureCursorIsVisible
GodotMethod!(void) ensureCursorIsVisible;
Undocumented in source.
getAllowReselect
GodotMethod!(bool) getAllowReselect;
Undocumented in source.
getAllowRmbSelect
GodotMethod!(bool) getAllowRmbSelect;
Undocumented in source.
getColumnAtPosition
GodotMethod!(long, Vector2) getColumnAtPosition;
Undocumented in source.
getColumnTitle
GodotMethod!(String, long) getColumnTitle;
Undocumented in source.
getColumnWidth
GodotMethod!(long, long) getColumnWidth;
Undocumented in source.
getColumns
GodotMethod!(long) getColumns;
Undocumented in source.
getCustomPopupRect
GodotMethod!(Rect2) getCustomPopupRect;
Undocumented in source.
getDropModeFlags
GodotMethod!(long) getDropModeFlags;
Undocumented in source.
getDropSectionAtPosition
GodotMethod!(long, Vector2) getDropSectionAtPosition;
Undocumented in source.
getEdited
GodotMethod!(TreeItem) getEdited;
Undocumented in source.
getEditedColumn
GodotMethod!(long) getEditedColumn;
Undocumented in source.
getItemAreaRect
GodotMethod!(Rect2, GodotObject, long) getItemAreaRect;
Undocumented in source.
getItemAtPosition
GodotMethod!(TreeItem, Vector2) getItemAtPosition;
Undocumented in source.
getNextSelected
GodotMethod!(TreeItem, GodotObject) getNextSelected;
Undocumented in source.
getPressedButton
GodotMethod!(long) getPressedButton;
Undocumented in source.
getRoot
GodotMethod!(TreeItem) getRoot;
Undocumented in source.
getScroll
GodotMethod!(Vector2) getScroll;
Undocumented in source.
getSelectMode
GodotMethod!(Tree.SelectMode) getSelectMode;
Undocumented in source.
getSelected
GodotMethod!(TreeItem) getSelected;
Undocumented in source.
getSelectedColumn
GodotMethod!(long) getSelectedColumn;
Undocumented in source.
isFoldingHidden
GodotMethod!(bool) isFoldingHidden;
Undocumented in source.
isRootHidden
GodotMethod!(bool) isRootHidden;
Undocumented in source.
setAllowReselect
GodotMethod!(void, bool) setAllowReselect;
Undocumented in source.
setAllowRmbSelect
GodotMethod!(void, bool) setAllowRmbSelect;
Undocumented in source.
setColumnExpand
GodotMethod!(void, long, bool) setColumnExpand;
Undocumented in source.
setColumnMinWidth
GodotMethod!(void, long, long) setColumnMinWidth;
Undocumented in source.
setColumnTitle
GodotMethod!(void, long, String) setColumnTitle;
Undocumented in source.
setColumnTitlesVisible
GodotMethod!(void, bool) setColumnTitlesVisible;
Undocumented in source.
setColumns
GodotMethod!(void, long) setColumns;
Undocumented in source.
setDropModeFlags
GodotMethod!(void, long) setDropModeFlags;
Undocumented in source.
setHideFolding
GodotMethod!(void, bool) setHideFolding;
Undocumented in source.
setHideRoot
GodotMethod!(void, bool) setHideRoot;
Undocumented in source.
setSelectMode
GodotMethod!(void, long) setSelectMode;
Undocumented in source.

Meta