#include <SlateTypes.h>
Represents the appearance of an STableColumnHeader
◆ FTableColumnHeaderStyle()
| FTableColumnHeaderStyle::FTableColumnHeaderStyle |
( |
| ) |
|
◆ ~FTableColumnHeaderStyle()
| FTableColumnHeaderStyle::~FTableColumnHeaderStyle |
( |
| ) |
|
|
virtualdefault |
◆ GetDefault()
◆ GetResources()
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
- Parameters
-
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
◆ GetTypeName()
| virtual const FName FTableColumnHeaderStyle::GetTypeName |
( |
| ) |
const |
|
inlineoverridevirtual |
Gets the name of this style.
This method must be implemented by inherited structures.
- Returns
- Widget style name.
Reimplemented from FSlateWidgetStyle.
◆ SetHoveredBrush()
◆ SetMenuDropdownHoveredBorderBrush()
◆ SetMenuDropdownImage()
◆ SetMenuDropdownNormalBorderBrush()
◆ SetNormalBrush()
◆ SetSortPrimaryAscendingImage()
◆ SetSortPrimaryDescendingImage()
◆ SetSortSecondaryAscendingImage()
◆ SetSortSecondaryDescendingImage()
◆ HoveredBrush
Brush used to draw the header in its hovered state
◆ MenuDropdownHoveredBorderBrush
| FSlateBrush FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush |
Brush used to draw the menu drop-down border in its hovered state
◆ MenuDropdownImage
Image used for the menu drop-down button
◆ MenuDropdownNormalBorderBrush
| FSlateBrush FTableColumnHeaderStyle::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
| FSlateBrush FTableColumnHeaderStyle::SortPrimaryAscendingImage |
Image used when a column is primarily sorted in ascending order
◆ SortPrimaryDescendingImage
| FSlateBrush FTableColumnHeaderStyle::SortPrimaryDescendingImage |
Image used when a column is primarily sorted in descending order
◆ SortSecondaryAscendingImage
| FSlateBrush FTableColumnHeaderStyle::SortSecondaryAscendingImage |
Image used when a column is secondarily sorted in ascending order
◆ SortSecondaryDescendingImage
| FSlateBrush FTableColumnHeaderStyle::SortSecondaryDescendingImage |
Image used when a column is secondarily sorted in descending order
◆ TypeName
| const FName FTableColumnHeaderStyle::TypeName |
|
static |
The documentation for this struct was generated from the following files: