unreal.TableRowStyle

class unreal.TableRowStyle(selector_focused_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], active_hovered_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], active_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], inactive_hovered_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], inactive_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], even_row_background_hovered_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], even_row_background_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], odd_row_background_hovered_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], odd_row_background_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], text_color=[[1.0, 0.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_FOREGROUND], selected_text_color=[[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], drop_indicator_above=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], drop_indicator_onto=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], drop_indicator_below=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], active_highlighted_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR], inactive_highlighted_brush=[[32.0, 32.0], [0.0, 0.0, 0.0, 0.0], [[1.0, 1.0, 1.0, 1.0], SlateColorStylingMode.USE_COLOR_SPECIFIED], None, SlateBrushDrawType.IMAGE, SlateBrushTileType.NO_TILE, SlateBrushMirrorType.NO_MIRROR])

Bases: unreal.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] Brush used when a selected row is active

  • active_highlighted_brush (SlateBrush): [Read-Write] Brush used when a highlighted row is active

  • active_hovered_brush (SlateBrush): [Read-Write] Brush used when a selected row is active and hovered

  • drop_indicator_above (SlateBrush): [Read-Write] Brush used to provide feedback that a user can drop above the hovered row.

  • drop_indicator_below (SlateBrush): [Read-Write] Brush used to provide feedback that a user can drop below the hovered row.

  • drop_indicator_onto (SlateBrush): [Read-Write] Brush used to provide feedback that a user can drop onto the hovered row.

  • even_row_background_brush (SlateBrush): [Read-Write] Brush used when an even row is in its normal state

  • even_row_background_hovered_brush (SlateBrush): [Read-Write] Brush used when an even row is hovered

  • inactive_brush (SlateBrush): [Read-Write] Brush used when a selected row is inactive

  • inactive_highlighted_brush (SlateBrush): [Read-Write] Brush used when a highlighted row is inactive and hovered

  • inactive_hovered_brush (SlateBrush): [Read-Write] Brush used when a selected row is inactive and hovered

  • odd_row_background_brush (SlateBrush): [Read-Write] Brush to used when an odd row is in its normal state

  • odd_row_background_hovered_brush (SlateBrush): [Read-Write] Brush used when an odd row is hovered

  • selected_text_color (SlateColor): [Read-Write] Text color used for the selected row

  • selector_focused_brush (SlateBrush): [Read-Write] Brush used as a selector when a row is focused

  • text_color (SlateColor): [Read-Write] Text color used for all rows

property active_brush

[Read-Write] Brush used when a selected row is active

Type

(SlateBrush)

property active_highlighted_brush

[Read-Write] Brush used when a highlighted row is active

Type

(SlateBrush)

property active_hovered_brush

[Read-Write] Brush used when a selected row is active and hovered

Type

(SlateBrush)

property drop_indicator_above

[Read-Write] Brush used to provide feedback that a user can drop above the hovered row.

Type

(SlateBrush)

property drop_indicator_below

[Read-Write] Brush used to provide feedback that a user can drop below the hovered row.

Type

(SlateBrush)

property drop_indicator_onto

[Read-Write] Brush used to provide feedback that a user can drop onto the hovered row.

Type

(SlateBrush)

property even_row_background_brush

[Read-Write] Brush used when an even row is in its normal state

Type

(SlateBrush)

property even_row_background_hovered_brush

[Read-Write] Brush used when an even row is hovered

Type

(SlateBrush)

property inactive_brush

[Read-Write] Brush used when a selected row is inactive

Type

(SlateBrush)

property inactive_highlighted_brush

[Read-Write] Brush used when a highlighted row is inactive and hovered

Type

(SlateBrush)

property inactive_hovered_brush

[Read-Write] Brush used when a selected row is inactive and hovered

Type

(SlateBrush)

property odd_row_background_brush

[Read-Write] Brush to used when an odd row is in its normal state

Type

(SlateBrush)

property odd_row_background_hovered_brush

[Read-Write] Brush used when an odd row is hovered

Type

(SlateBrush)

property selected_text_color

[Read-Write] Text color used for the selected row

Type

(SlateColor)

property selector_focused_brush

[Read-Write] Brush used as a selector when a row is focused

Type

(SlateBrush)

property text_color

[Read-Write] Text color used for all rows

Type

(SlateColor)