Launchpad

Static methods

staticinlinecount():Int

staticcreateAll():Array<Launchpad>

staticinlinelist():Map<Int, String>

Constructor

@:value({ id : 0 })new(id:Int = 0)

Variables

read onlyonArea:Signal2<IntPoint, Bool>

read onlyonRight:Signal2<Int, Bool>

read onlyonTop:Signal2<Int, Bool>

read onlyrightState:Array<LaunchpadColor>

read onlytopState:Array<LaunchpadColor>

Methods

reset():Void

@:value({ color : AmberFull })inlinesetAreaPoint(p:IntPoint, color:LaunchpadColor = AmberFull):Void

inlinesetMatrixCI(m:Matrix<Int>):Void

@:value({ color : AmberFull })setRight(p:Int, color:LaunchpadColor = AmberFull):Void

@:value({ color : AmberFull })setTop(p:Int, color:LaunchpadColor = AmberFull):Void

Inherited Variables

Defined by Logable

read onlyerrorActive:Bool

read onlylogActive:Bool

read onlyonError:Signal2<String, Null<PosInfos>>

read onlyonLog:Signal2<String, Null<PosInfos>>

Inherited Methods

Defined by Logable

inlinebench(?name:String, f:() ‑> Void, ?p:Null<PosInfos>):Void

inlinebenchAsync(?name:String, f:() ‑> Void ‑> Void, ?p:Null<PosInfos>):Void

inlinebenchComplete(name:String, ?p:Null<PosInfos>):Void

inlinebenchStart(name:String, ?p:Null<PosInfos>):Void

inlineerror(s:String, ?p:Null<PosInfos>):Void

inlineerrorf(fn:() ‑> String, ?p:Null<PosInfos>):Void

inlinelistenError(l:ILogable, ?id:String):Void

inlinelistenErrorAndLog(l:ILogable, ?id:String):Void

inlinelistenLog(l:ILogable, ?id:String):Void

inlinelog(s:String, ?p:Null<PosInfos>):Void

inlinelogf(fn:() ‑> String, ?p:Null<PosInfos>):Void

inlinestopTraceAll():Void

inlinestopTraceErrors():Void

inlinestopTraceLogs():Void

inlinetraceAll():Void

@:value({ date : false, time : true })inlinetraceErrors(time:Bool = true, date:Bool = false):Void

@:value({ date : false, time : true })inlinetraceLogs(time:Bool = true, date:Bool = false):Void