| FSlateAccessibleWidget | ||
| IAccessibleTableRow
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h |
Include |
#include "Widgets/Views/STableRow.h" |
class FSlateAccessibleTableRow :
public FSlateAccessibleWidget,
public IAccessibleTableRow
An accessible implementation of STableRow exposed to platform accessibility APIs. For subclasses of STableRow , inherit from this class and override any functions to give the desired behavior.
Name | Description | |
---|---|---|
|
FSlateAccessibleTableRow ( |
Name | Description | ||
---|---|---|---|
|
IAccessibleT ... |
AsTableRow() |
Name | Description | ||
---|---|---|---|
|
AddToSelection() |
Adds this table row to the list of selected items in the owning table |
|
|
TSharedPtr < ... |
GetOwningTable() |
Get the accessible table that owns this accessible table row. |
|
IsSelected() |
Checks if this table row is currently selected in the owning table. |
|
|
RemoveFromSelection() |
Removes this table row from the list of selected items in the owning table |
|
|
Select() |