BaseItemWidget |
BodyContextMenu | Called when right clicking on the item's parent. |
CanvasRect | The inner of LocalRect with Margin |
CurrentItemDragEvent | |
ItemActivated | Called when an item is double left clicked. |
ItemClicked | Called when an item is selected. |
ItemContextMenu | Called when an item is right clicked. |
ItemDeselected | Called when an item is no longer selected. |
ItemDrag | Called to see whether or not we can drag a specific item. |
ItemHoverEnter | Called when an item is hovered by the user's cursor. |
ItemHoverLeave | Called when an item is no longer hovered by the user's cursor. |
ItemPaint | Used to overwrite an item's style |
Items | |
ItemSelected | Called when an item is selected. |
ItemsPreSelectionChange | Calle before selection is changed |
ItemsSelected | Multiple items have been selected |
Margin | |
MultiSelect | Whether to allow selecting multiple items at once. |
ProvidesDebugMode | |
SelectedItems | Selected items. |
Selection | |
SelectionOverride | Can override an item's selection here. |
ToggleSelect | If set, selecting an item will not deselect all already selected items, clicking a selected item will deselect it. |
AddItem | Add given item to this widget. |
AddItems | |
Clear | Remove all items. |
Dirty | |
GetItemAt | Get the virtual item at this local position. |
IsSelected | Return true if this item is selected. |
OnDestroyed | |
OnDragDrop | |
OnDragHover | |
OnDragLeave | |
RemoveItem | Remove given item from this widget. |
ScrollTo | Ensure that given item is in view, scrolling to it if necessary. |
SelectItem | Select given item. |
SelectItemStartingWith | |
SelectMove | Move the selection pointer by this many positions. |
SelectMoveColumn | |
SelectMoveRow | |
SetItems | |
SetSelected | Set the selection state of an item. |
UnselectAll | |
UpdateIfDirty |