Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArrayPointer | |||
| FItemInfo | Info needed by every visible item in the tree | ||
| FObservableArrayPointer | |||
| FSharedObservableArray | |||
| FSparseItemInfo | Info needed by a (relatively) small fraction of the tree items; some of them may not be visible. | ||
| FTableViewDimensions | Scroll offset from the beginning of the list in items Abstracts away the need to distinguish between X or Y when calculating table layout elements | ||
| IItemsSource | A generic container for TableView items. | ||
| ITableRow | Interface for table views to talk to their rows. | ||
| SExpanderArrow | Expander arrow and indentation component that can be placed in a TableRow of a TreeView. | ||
| SHeaderRow | The header that appears above lists and trees when they are showing multiple columns. | ||
| SMultiColumnTableRow | |||
| STableRow | The ListView is populated by Selectable widgets. | ||
| STableViewBase | Contains ListView functionality that does not depend on the type of data being observed by the ListView. | ||
| STileView | A TileView widget is a list which arranges its items horizontally until there is no more space then creates a new row. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EColumnSizeMode::Type | |||
| EColumnSortMode::Type | |||
| EColumnSortPriority::Type |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TBitArray & | Helper for implementing an efficient version of an item that is not in the tree view, and therefore does not to know about parent wires. |