EvIconSet

class EvIconSet(val charging: DashIcon, val range: DashIcon, val speedFast: DashIcon, val speedSlow: DashIcon, val speedUltraFast: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, charging: DashIcon = DashIcon(context) { charging(colors) }, range: DashIcon = DashIcon(context) { range(colors) }, speedFast: DashIcon = DashIcon(context) { speedFast(colors) }, speedSlow: DashIcon = DashIcon(context) { speedSlow(colors) }, speedUltraFast: DashIcon = DashIcon(context) { speedUltraFast(colors) })
constructor(charging: DashIcon, range: DashIcon, speedFast: DashIcon, speedSlow: DashIcon, speedUltraFast: DashIcon)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(charging: DashIcon = this.charging, range: DashIcon = this.range, speedFast: DashIcon = this.speedFast, speedSlow: DashIcon = this.speedSlow, speedUltraFast: DashIcon = this.speedUltraFast): EvIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int