Calculator_Service

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private open var Foreground: Boolean
Service currently running in foreground
Link copied to clipboard
protected open var HP45: Droid_Calculator
The calculator engine.
Link copied to clipboard
private val TAG: String
Logging tag

Functions

Link copied to clipboard
open fun createCalculator(): ICalculator
Create Main engine.
Link copied to clipboard
open fun foreground(enable: Boolean, convertText: Function2<? super short[], ? super short[], CharSequence[]>, textLine1: Array<Short>, textLine2: Array<Short>)
Switch service to foreground and show a notification (which you have to sind API 5)
Link copied to clipboard
Logging tag
Link copied to clipboard
open fun restoreStatus()
Restore calculator status
Link copied to clipboard
open fun saveStatus()
Save calculator status
Link copied to clipboard
open fun setCalculatorActivity(Form: ICalculatorCanvas)
Set Canvas to display result read keyboard
Link copied to clipboard
open fun toString(): String