| FSlateAccessibleWidget | ||
| IAccessibleTable
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
Include |
#include "Widgets/Views/SListView.h" |
class FSlateAccessibleListView :
public FSlateAccessibleWidget,
public IAccessibleTable
An accessible implementation for SListView to be exposed to platform accessibility APIs. For subclasses of SListView, inherit from this class and override and functions to give desired behavior.
Name | Description | |
---|---|---|
|
FSlateAccessibleListView ( |
Name | Description | ||
---|---|---|---|
|
IAccessibleT... |
AsTable() |
Name | Description | ||
---|---|---|---|
|
CanSupportMultiSelection() |
Check if the table can select more than one element at a time. |
|
|
GetSelectedItems() |
||
|
IsSelectionRequired() |
Checks if the table must have an element selected at all times. |