Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FTableColumnHeaderStyle : public FSlateWidgetStyle
Represents the appearance of an STableColumnHeader
Name | Description | ||
---|---|---|---|
|
HoveredBrush |
Brush used to draw the header in its hovered state |
|
|
MenuDropdownHoveredBorderBrush |
Brush used to draw the menu drop-down border in its hovered state |
|
|
MenuDropdownImage |
Image used for the menu drop-down button |
|
|
MenuDropdownNormalBorderBrush |
Brush used to draw the menu drop-down border in its normal state |
|
|
NormalBrush |
Brush used to draw the header in its normal state |
|
|
SortPrimaryAscendingImage |
Image used when a column is primarily sorted in ascending order |
|
|
SortPrimaryDescendingImage |
Image used when a column is primarily sorted in descending order |
|
|
SortSecondaryAscendingImage |
Image used when a column is secondarily sorted in ascending order |
|
|
SortSecondaryDescendingImage |
Image used when a column is secondarily sorted in descending order |
Name | Description | |
---|---|---|
|
FTableColumnHeaderStyle() |
Name | Description | |
---|---|---|
|
~FTableColumnHeaderStyle() |
Name | Description | ||
---|---|---|---|
|
const FTable... |
GetDefault() |
|
|
FTableColumn... |
SetHoveredBrush ( |
|
|
FTableColumn... |
SetMenuDropdownHoveredBorderBrush ( |
|
|
FTableColumn... |
SetMenuDropdownImage ( |
|
|
FTableColumn... |
SetMenuDropdownNormalBorderBrush ( |
|
|
FTableColumn... |
SetNormalBrush ( |
|
|
FTableColumn... |
SetSortPrimaryAscendingImage ( |
|
|
FTableColumn... |
SetSortPrimaryDescendingImage ( |
|
|
FTableColumn... |
SetSortSecondaryAscendingImage ( |
|
|
FTableColumn... |
SetSortSecondaryDescendingImage ( |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
Gets the brush resources associated with this style. |
|
|
const FName |
GetTypeName() |
Gets the name of this style. This method must be implemented by inherited structures. |
Name |
Description |
---|---|
TypeName |