ControlsIconSet

class ControlsIconSet(val arrowDown: DashIcon, val arrowLeft: DashIcon, val arrowRight: DashIcon, val arrowUp: DashIcon, val calibration: DashIcon, val cross: DashIcon, val dragControl: DashIcon, val keyboard: DashIcon, val longArrowLeft: DashIcon, val longArrowRight: DashIcon, val pencil: DashIcon, val plusRound: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, arrowDown: DashIcon = DashIcon(context) { arrowDown(colors) }, arrowLeft: DashIcon = DashIcon(context) { arrowLeft(colors) }, arrowRight: DashIcon = DashIcon(context) { arrowRight(colors) }, arrowUp: DashIcon = DashIcon(context) { arrowUp(colors) }, calibration: DashIcon = DashIcon(context) { calibration(colors) }, cross: DashIcon = DashIcon(context) { cross(colors) }, dragControl: DashIcon = DashIcon(context) { dragControl(colors) }, keyboard: DashIcon = DashIcon(context) { keyboard(colors) }, longArrowLeft: DashIcon = DashIcon(context) { longArrowLeft(colors) }, longArrowRight: DashIcon = DashIcon(context) { longArrowRight(colors) }, pencil: DashIcon = DashIcon(context) { pencil(colors) }, plusRound: DashIcon = DashIcon(context) { plusRound(colors) })
constructor(arrowDown: DashIcon, arrowLeft: DashIcon, arrowRight: DashIcon, arrowUp: DashIcon, calibration: DashIcon, cross: DashIcon, dragControl: DashIcon, keyboard: DashIcon, longArrowLeft: DashIcon, longArrowRight: DashIcon, pencil: DashIcon, plusRound: DashIcon)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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(arrowDown: DashIcon = this.arrowDown, arrowLeft: DashIcon = this.arrowLeft, arrowRight: DashIcon = this.arrowRight, arrowUp: DashIcon = this.arrowUp, calibration: DashIcon = this.calibration, cross: DashIcon = this.cross, dragControl: DashIcon = this.dragControl, keyboard: DashIcon = this.keyboard, longArrowLeft: DashIcon = this.longArrowLeft, longArrowRight: DashIcon = this.longArrowRight, pencil: DashIcon = this.pencil, plusCircle: DashIcon = this.plusRound): ControlsIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int