MainIconSet

class MainIconSet(val addFavorite: DashIcon, val addHome: DashIcon, val addStop: DashIcon, val addWork: DashIcon, val airport: DashIcon, val charging: DashIcon, val checkMark: DashIcon, val coffee: DashIcon, val copy: DashIcon, val debug: DashIcon, val departure: DashIcon, val dislike: DashIcon, val error: DashIcon, val favorite: DashIcon, val favoriteOutline: DashIcon, val feedback: DashIcon, val food: DashIcon, val fuel: DashIcon, val garbage: DashIcon, val grocery: DashIcon, val home: DashIcon, val like: DashIcon, val lostConnection: DashIcon, val mic: DashIcon, val music: DashIcon, val okSign: DashIcon, val parking: DashIcon, val recents: DashIcon, val retry: DashIcon, val search: DashIcon, val settings: DashIcon, val voiceFeedback: DashIcon, val work: DashIcon, val zoomMinus: DashIcon, val zoomPlus: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, addFavorite: DashIcon = DashIcon(context) { addFavorite(colors) }, addHome: DashIcon = DashIcon(context) { addHome(colors) }, addStop: DashIcon = DashIcon(context) { addStop(colors) }, addWork: DashIcon = DashIcon(context) { addWork(colors) }, airport: DashIcon = DashIcon(context) { airport(colors) }, charging: DashIcon = DashIcon(context) { charging(colors) }, checkMark: DashIcon = DashIcon(context) { checkMark(colors) }, coffee: DashIcon = DashIcon(context) { coffee(colors) }, copy: DashIcon = DashIcon(context) { copy(colors) }, debug: DashIcon = DashIcon(context) { debug(colors) }, departure: DashIcon = DashIcon(context) { departure(colors) }, dislike: DashIcon = DashIcon(context) { dislike(colors) }, error: DashIcon = DashIcon(context) { error(colors) }, favorite: DashIcon = DashIcon(context) { favorite(colors) }, favoriteOutline: DashIcon = DashIcon(context) { favoriteOutline(colors) }, feedback: DashIcon = DashIcon(context) { feedback(colors) }, food: DashIcon = DashIcon(context) { food(colors) }, fuel: DashIcon = DashIcon(context) { fuel(colors) }, garbage: DashIcon = DashIcon(context) { garbage(colors) }, grocery: DashIcon = DashIcon(context) { grocery(colors) }, home: DashIcon = DashIcon(context) { home(colors) }, like: DashIcon = DashIcon(context) { like(colors) }, lostConnection: DashIcon = DashIcon(context) { lostConnection(colors) }, mic: DashIcon = DashIcon(context) { mic(colors) }, music: DashIcon = DashIcon(context) { music(colors) }, okSign: DashIcon = DashIcon(context) { okSign(colors) }, parking: DashIcon = DashIcon(context) { parking(colors) }, recents: DashIcon = DashIcon(context) { recents(colors) }, retry: DashIcon = DashIcon(context) { retry(colors) }, search: DashIcon = DashIcon(context) { search(colors) }, settings: DashIcon = DashIcon(context) { settings(colors) }, voiceFeedback: DashIcon = DashIcon(context) { voiceFeedback(colors) }, work: DashIcon = DashIcon(context) { work(colors) }, zoomMinus: DashIcon = DashIcon(context) { zoomMinus(colors) }, zoomPlus: DashIcon = DashIcon(context) { zoomPlus(colors) })
constructor(addFavorite: DashIcon, addHome: DashIcon, addStop: DashIcon, addWork: DashIcon, airport: DashIcon, charging: DashIcon, checkMark: DashIcon, coffee: DashIcon, copy: DashIcon, debug: DashIcon, departure: DashIcon, dislike: DashIcon, error: DashIcon, favorite: DashIcon, favoriteOutline: DashIcon, feedback: DashIcon, food: DashIcon, fuel: DashIcon, garbage: DashIcon, grocery: DashIcon, home: DashIcon, like: DashIcon, lostConnection: DashIcon, mic: DashIcon, music: DashIcon, okSign: DashIcon, parking: DashIcon, recents: DashIcon, retry: DashIcon, search: DashIcon, settings: DashIcon, voiceFeedback: DashIcon, work: DashIcon, zoomMinus: DashIcon, zoomPlus: 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
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
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(addFavorite: DashIcon = this.addFavorite, addHome: DashIcon = this.addHome, addStop: DashIcon = this.addStop, addWork: DashIcon = this.addWork, airport: DashIcon = this.airport, charging: DashIcon = this.charging, checkMark: DashIcon = this.checkMark, coffee: DashIcon = this.coffee, copy: DashIcon = this.copy, debug: DashIcon = this.debug, departure: DashIcon = this.departure, dislike: DashIcon = this.dislike, error: DashIcon = this.error, favorite: DashIcon = this.favorite, favoriteOutline: DashIcon = this.favoriteOutline, feedback: DashIcon = this.feedback, food: DashIcon = this.food, fuel: DashIcon = this.fuel, garbage: DashIcon = this.garbage, grocery: DashIcon = this.grocery, home: DashIcon = this.home, like: DashIcon = this.like, lostConnection: DashIcon = this.lostConnection, mic: DashIcon = this.mic, music: DashIcon = this.music, okSign: DashIcon = this.okSign, parking: DashIcon = this.parking, recents: DashIcon = this.recents, retry: DashIcon = this.retry, search: DashIcon = this.search, settings: DashIcon = this.settings, voiceFeedback: DashIcon = this.voiceFeedback, work: DashIcon = this.work, zoomMinus: DashIcon = this.zoomMinus, zoomPlus: DashIcon = this.zoomPlus): MainIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int