Calculator_Service

Author

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

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Do_Restore_Status

Properties

Link copied to clipboard
private open var FX602P: Droid_Calculator
The calculator engine (there can only be one!).
Link copied to clipboard
private val TAG: String
Logging tag

Functions

Link copied to clipboard
Get the text from the simulated FP-10 printer.
Link copied to clipboard
fun createCalculator(): ICalculator
Create Calculator engine.
Link copied to clipboard
protected open fun displayNotifications(): Boolean
check if foreground notification should be displayed.
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 since API 5)
Link copied to clipboard
Get the text from the simulated FP-10 printer.
Link copied to clipboard
Get the text from the simulated FP-10 printer.
Link copied to clipboard
calculator
Link copied to clipboard
open fun onCreate()
Link copied to clipboard
open fun onStart(intent: Intent, startId: Int)
This is the old onStart method that will be called on the pre-2.0 platform.
Link copied to clipboard
Restore calculator status
Link copied to clipboard
Save calculator status
Link copied to clipboard
fun setCalculatorActivity(Form: ICalculatorCanvas)
Set Canvas to display result read keyboard
Link copied to clipboard
open fun toString(): String