ItemList._classBinding

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

Members

Static variables

_getItems
GodotMethod!(Array) _getItems;
Undocumented in source.
_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
_scrollChanged
GodotMethod!(void, double) _scrollChanged;
Undocumented in source.
_setItems
GodotMethod!(void, Array) _setItems;
Undocumented in source.
addIconItem
GodotMethod!(void, Texture, bool) addIconItem;
Undocumented in source.
addItem
GodotMethod!(void, String, Texture, bool) addItem;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
ensureCurrentIsVisible
GodotMethod!(void) ensureCurrentIsVisible;
Undocumented in source.
getAllowReselect
GodotMethod!(bool) getAllowReselect;
Undocumented in source.
getAllowRmbSelect
GodotMethod!(bool) getAllowRmbSelect;
Undocumented in source.
getFixedColumnWidth
GodotMethod!(long) getFixedColumnWidth;
Undocumented in source.
getFixedIconSize
GodotMethod!(Vector2) getFixedIconSize;
Undocumented in source.
getIconMode
GodotMethod!(ItemList.IconMode) getIconMode;
Undocumented in source.
getIconScale
GodotMethod!(double) getIconScale;
Undocumented in source.
getItemAtPosition
GodotMethod!(long, Vector2, bool) getItemAtPosition;
Undocumented in source.
getItemCount
GodotMethod!(long) getItemCount;
Undocumented in source.
getItemCustomBgColor
GodotMethod!(Color, long) getItemCustomBgColor;
Undocumented in source.
getItemCustomFgColor
GodotMethod!(Color, long) getItemCustomFgColor;
Undocumented in source.
getItemIcon
GodotMethod!(Texture, long) getItemIcon;
Undocumented in source.
getItemIconModulate
GodotMethod!(Color, long) getItemIconModulate;
Undocumented in source.
getItemIconRegion
GodotMethod!(Rect2, long) getItemIconRegion;
Undocumented in source.
getItemMetadata
GodotMethod!(Variant, long) getItemMetadata;
Undocumented in source.
getItemText
GodotMethod!(String, long) getItemText;
Undocumented in source.
getItemTooltip
GodotMethod!(String, long) getItemTooltip;
Undocumented in source.
getMaxColumns
GodotMethod!(long) getMaxColumns;
Undocumented in source.
getMaxTextLines
GodotMethod!(long) getMaxTextLines;
Undocumented in source.
getSelectMode
GodotMethod!(ItemList.SelectMode) getSelectMode;
Undocumented in source.
getSelectedItems
GodotMethod!(PoolIntArray) getSelectedItems;
Undocumented in source.
getVScroll
GodotMethod!(VScrollBar) getVScroll;
Undocumented in source.
hasAutoHeight
GodotMethod!(bool) hasAutoHeight;
Undocumented in source.
isAnythingSelected
GodotMethod!(bool) isAnythingSelected;
Undocumented in source.
isItemDisabled
GodotMethod!(bool, long) isItemDisabled;
Undocumented in source.
isItemSelectable
GodotMethod!(bool, long) isItemSelectable;
Undocumented in source.
isItemTooltipEnabled
GodotMethod!(bool, long) isItemTooltipEnabled;
Undocumented in source.
isSameColumnWidth
GodotMethod!(bool) isSameColumnWidth;
Undocumented in source.
isSelected
GodotMethod!(bool, long) isSelected;
Undocumented in source.
moveItem
GodotMethod!(void, long, long) moveItem;
Undocumented in source.
removeItem
GodotMethod!(void, long) removeItem;
Undocumented in source.
select
GodotMethod!(void, long, bool) select;
Undocumented in source.
setAllowReselect
GodotMethod!(void, bool) setAllowReselect;
Undocumented in source.
setAllowRmbSelect
GodotMethod!(void, bool) setAllowRmbSelect;
Undocumented in source.
setAutoHeight
GodotMethod!(void, bool) setAutoHeight;
Undocumented in source.
setFixedColumnWidth
GodotMethod!(void, long) setFixedColumnWidth;
Undocumented in source.
setFixedIconSize
GodotMethod!(void, Vector2) setFixedIconSize;
Undocumented in source.
setIconMode
GodotMethod!(void, long) setIconMode;
Undocumented in source.
setIconScale
GodotMethod!(void, double) setIconScale;
Undocumented in source.
setItemCustomBgColor
GodotMethod!(void, long, Color) setItemCustomBgColor;
Undocumented in source.
setItemCustomFgColor
GodotMethod!(void, long, Color) setItemCustomFgColor;
Undocumented in source.
setItemDisabled
GodotMethod!(void, long, bool) setItemDisabled;
Undocumented in source.
setItemIcon
GodotMethod!(void, long, Texture) setItemIcon;
Undocumented in source.
setItemIconModulate
GodotMethod!(void, long, Color) setItemIconModulate;
Undocumented in source.
setItemIconRegion
GodotMethod!(void, long, Rect2) setItemIconRegion;
Undocumented in source.
setItemMetadata
GodotMethod!(void, long, Variant) setItemMetadata;
Undocumented in source.
setItemSelectable
GodotMethod!(void, long, bool) setItemSelectable;
Undocumented in source.
setItemText
GodotMethod!(void, long, String) setItemText;
Undocumented in source.
setItemTooltip
GodotMethod!(void, long, String) setItemTooltip;
Undocumented in source.
setItemTooltipEnabled
GodotMethod!(void, long, bool) setItemTooltipEnabled;
Undocumented in source.
setMaxColumns
GodotMethod!(void, long) setMaxColumns;
Undocumented in source.
setMaxTextLines
GodotMethod!(void, long) setMaxTextLines;
Undocumented in source.
setSameColumnWidth
GodotMethod!(void, bool) setSameColumnWidth;
Undocumented in source.
setSelectMode
GodotMethod!(void, long) setSelectMode;
Undocumented in source.
sortItemsByText
GodotMethod!(void) sortItemsByText;
Undocumented in source.
unselect
GodotMethod!(void, long) unselect;
Undocumented in source.
unselectAll
GodotMethod!(void) unselectAll;
Undocumented in source.

Meta