Go to the source code of this file.
|
| enum | EColumnSortPriority::Type { EColumnSortPriority::None
, EColumnSortPriority::Primary = 0
, EColumnSortPriority::Secondary = 1
, EColumnSortPriority::Max
} |
| |
| enum | EColumnSortMode::Type { EColumnSortMode::None = 0
, EColumnSortMode::Ascending = 1
, EColumnSortMode::Descending = 2
} |
| |
| enum | EColumnSizeMode::Type { EColumnSizeMode::Fill = 0
, EColumnSizeMode::Fixed = 1
, EColumnSizeMode::Manual = 2
, EColumnSizeMode::FillSized = 3
} |
| |
| enum class | EHeaderComboVisibility { Always
, Ghosted
, OnHover
, Never
} |
| |
◆ EHeaderComboVisibility
| Enumerator |
|---|
| Always | Always show the drop down at full opacity
|
| Ghosted | Always show the drop down, but in a ghosted way when not hovered
|
| OnHover | Only show the drop down when hovered
|
| Never | Never show the drop down. Context Menu can still be opened with a context click (such as right-click)
|
◆ DECLARE_DELEGATE_OneParam()
Callback when the width of the column changes
◆ DECLARE_DELEGATE_RetVal_TwoParams()
Callback to fetch the max row width for a specified column id
◆ DECLARE_DELEGATE_ThreeParams()
Callback when sort mode changes