HciIcon

data class HciIcon(res: String?, fg: HciColor?, bg: HciColor?, brd: HciColor?, shp: HciIcon.Shape?, shpRes: String?, txt: String?, txtA: String?)

Types

Shape
Link copied to clipboard
enum Shape : Enum<HciIcon.Shape>
Style
Link copied to clipboard
enum Style : Enum<HciIcon.Style>

Properties

bg
Link copied to clipboard
val bg: HciColor?

The background color to be applied to this icon

brd
Link copied to clipboard
val brd: HciColor?

The border color to be applied to this icon

fg
Link copied to clipboard
val fg: HciColor?

The foreground color to be applied to this icon

res
Link copied to clipboard
val res: String?

The name of resource associated with this icon

shp
Link copied to clipboard
val shp: HciIcon.Shape?

The shape to be used to draw this icon

shpRes
Link copied to clipboard
val shpRes: String?

The name of the resource if shape is Shape.RESOURCE

txt
Link copied to clipboard
val txt: String?

The text to be displayed with this icon

txtA
Link copied to clipboard
val txtA: String?