Package avail.anvil.icons.structure

Types

Link copied to clipboard
data class EditIconKey(val resourceName: String, val scaledHeight: Int) : IconKey

The Pair of String used to retrieve an edit icon.

Link copied to clipboard
enum EditIcons : Enum<EditIcons>

Manages the structure view icons associated with the various expansion actions.

Link copied to clipboard
data class ExpansionIconKey(val resourceName: String, val scaledHeight: Int) : IconKey

The Pair of String used to retrieve an expansion icon in the structure view.

Link copied to clipboard
enum ExpansionIcons : Enum<ExpansionIcons>

Manages the structure view icons associated with the various expansion actions.

Link copied to clipboard
data class SideEffectIconKey(    val sideEffectKind: SideEffectKind,     val resourceName: String,     val scaledHeight: Int) : IconKey

The Pair of String used to retrieve a side effect icon in the structure view.

Link copied to clipboard
object SideEffectIcons

Manages the structure view icons associated with the various SideEffectKinds.

Link copied to clipboard
data class SortIconKey(val resourceName: String, val scaledHeight: Int) : IconKey

The Pair of String used to retrieve a sort icon in the structure view.

Link copied to clipboard
enum SortIcons : Enum<SortIcons>

Manages the structure view icons associated sort ordering.