toggle menu
UIQ3
7.1.0
HP-45
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.hp45
/
Calculator_Service
Calculator_Service
HP-45
open
class
Calculator_Service
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Members
Constructors
Calculator_Service
Link copied to clipboard
HP-45
constructor
(
)
Properties
Foreground
Link copied to clipboard
HP-45
private
open
var
Foreground
:
Boolean
Service currently running in foreground
HP45
Link copied to clipboard
HP-45
protected
open
var
HP45
:
Droid_Calculator
The calculator engine.
TAG
Link copied to clipboard
HP-45
private
val
TAG
:
String
Logging tag
Functions
create
Calculator
Link copied to clipboard
HP-45
open
fun
createCalculator
(
)
:
ICalculator
Create Main engine.
foreground
Link copied to clipboard
HP-45
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)
get
RPN45
Link copied to clipboard
HP-45
open
fun
getRPN45
(
)
:
Droid_Calculator
Logging tag
restore
Status
Link copied to clipboard
HP-45
open
fun
restoreStatus
(
)
Restore calculator status
save
Status
Link copied to clipboard
HP-45
open
fun
saveStatus
(
)
Save calculator status
set
Calculator
Activity
Link copied to clipboard
HP-45
open
fun
setCalculatorActivity
(
Form
:
ICalculatorCanvas
)
Set Canvas to display result read keyboard
to
String
Link copied to clipboard
HP-45
open
fun
toString
(
)
:
String