unreal.TableRowStyle
¶
- class unreal.TableRowStyle(selector_focused_brush: SlateBrush = Ellipsis, active_hovered_brush: SlateBrush = Ellipsis, active_brush: SlateBrush = Ellipsis, inactive_hovered_brush: SlateBrush = Ellipsis, inactive_brush: SlateBrush = Ellipsis, use_parent_row_brush: bool = False, parent_row_background_brush: SlateBrush = Ellipsis, parent_row_background_hovered_brush: SlateBrush = Ellipsis, even_row_background_hovered_brush: SlateBrush = Ellipsis, even_row_background_brush: SlateBrush = Ellipsis, odd_row_background_hovered_brush: SlateBrush = Ellipsis, odd_row_background_brush: SlateBrush = Ellipsis, text_color: SlateColor = Ellipsis, selected_text_color: SlateColor = Ellipsis, drop_indicator_above: SlateBrush = Ellipsis, drop_indicator_onto: SlateBrush = Ellipsis, drop_indicator_below: SlateBrush = Ellipsis, active_highlighted_brush: SlateBrush = Ellipsis, inactive_highlighted_brush: SlateBrush = Ellipsis)¶
Bases:
SlateWidgetStyle
Represents the appearance of an STableRow
C++ Source:
Module: SlateCore
File: SlateTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
active_brush
(SlateBrush): [Read-Write] Active Brush: Brush used when a selected row is activeactive_highlighted_brush
(SlateBrush): [Read-Write] Active Highlighted Brush: Brush used when a highlighted row is activeactive_hovered_brush
(SlateBrush): [Read-Write] Active Hovered Brush: Brush used when a selected row is active and hovereddrop_indicator_above
(SlateBrush): [Read-Write] Drop Indicator Above: Brush used to provide feedback that a user can drop above the hovered row.drop_indicator_below
(SlateBrush): [Read-Write] Drop Indicator Below: Brush used to provide feedback that a user can drop below the hovered row.drop_indicator_onto
(SlateBrush): [Read-Write] Drop Indicator Onto: Brush used to provide feedback that a user can drop onto the hovered row.even_row_background_brush
(SlateBrush): [Read-Write] Even Row Background Brush: Brush used when an even row is in its normal stateeven_row_background_hovered_brush
(SlateBrush): [Read-Write] Even Row Background Hovered Brush: Brush used when an even row is hoveredinactive_brush
(SlateBrush): [Read-Write] Inactive Brush: Brush used when a selected row is inactiveinactive_highlighted_brush
(SlateBrush): [Read-Write] Inactive Highlighted Brush: Brush used when a highlighted row is inactive and hoveredinactive_hovered_brush
(SlateBrush): [Read-Write] Inactive Hovered Brush: Brush used when a selected row is inactive and hoveredodd_row_background_brush
(SlateBrush): [Read-Write] Odd Row Background Brush: Brush to used when an odd row is in its normal stateodd_row_background_hovered_brush
(SlateBrush): [Read-Write] Odd Row Background Hovered Brush: Brush used when an odd row is hoveredparent_row_background_brush
(SlateBrush): [Read-Write] Parent Row Background Brush: Brush used for the top parent rowparent_row_background_hovered_brush
(SlateBrush): [Read-Write] Parent Row Background Hovered Brush: Brush used for the top parent row and row is hoveredselected_text_color
(SlateColor): [Read-Write] Selected Text Color: Text color used for the selected rowselector_focused_brush
(SlateBrush): [Read-Write] Selector Focused Brush: Brush used as a selector when a row is focusedtext_color
(SlateColor): [Read-Write] Text Color: Text color used for all rowsuse_parent_row_brush
(bool): [Read-Write] Use Parent Row Brush: If using parent row brushes
- property active_brush: SlateBrush¶
[Read-Write] Active Brush: Brush used when a selected row is active
- Type:
- property active_highlighted_brush: SlateBrush¶
[Read-Write] Active Highlighted Brush: Brush used when a highlighted row is active
- Type:
- property active_hovered_brush: SlateBrush¶
[Read-Write] Active Hovered Brush: Brush used when a selected row is active and hovered
- Type:
- property drop_indicator_above: SlateBrush¶
[Read-Write] Drop Indicator Above: Brush used to provide feedback that a user can drop above the hovered row.
- Type:
- property drop_indicator_below: SlateBrush¶
[Read-Write] Drop Indicator Below: Brush used to provide feedback that a user can drop below the hovered row.
- Type:
- property drop_indicator_onto: SlateBrush¶
[Read-Write] Drop Indicator Onto: Brush used to provide feedback that a user can drop onto the hovered row.
- Type:
- property even_row_background_brush: SlateBrush¶
[Read-Write] Even Row Background Brush: Brush used when an even row is in its normal state
- Type:
- property even_row_background_hovered_brush: SlateBrush¶
[Read-Write] Even Row Background Hovered Brush: Brush used when an even row is hovered
- Type:
- property inactive_brush: SlateBrush¶
[Read-Write] Inactive Brush: Brush used when a selected row is inactive
- Type:
- property inactive_highlighted_brush: SlateBrush¶
[Read-Write] Inactive Highlighted Brush: Brush used when a highlighted row is inactive and hovered
- Type:
- property inactive_hovered_brush: SlateBrush¶
[Read-Write] Inactive Hovered Brush: Brush used when a selected row is inactive and hovered
- Type:
- property odd_row_background_brush: SlateBrush¶
[Read-Write] Odd Row Background Brush: Brush to used when an odd row is in its normal state
- Type:
- property odd_row_background_hovered_brush: SlateBrush¶
[Read-Write] Odd Row Background Hovered Brush: Brush used when an odd row is hovered
- Type:
- property parent_row_background_brush: SlateBrush¶
[Read-Write] Parent Row Background Brush: Brush used for the top parent row
- Type:
- property parent_row_background_hovered_brush: SlateBrush¶
[Read-Write] Parent Row Background Hovered Brush: Brush used for the top parent row and row is hovered
- Type:
- property selected_text_color: SlateColor¶
[Read-Write] Selected Text Color: Text color used for the selected row
- Type:
- property selector_focused_brush: SlateBrush¶
[Read-Write] Selector Focused Brush: Brush used as a selector when a row is focused
- Type:
- property text_color: SlateColor¶
[Read-Write] Text Color: Text color used for all rows
- Type: