Package-level declarations
Library for calculator applications.
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A Button to control a NumberPickerDialog
╔══════════════════╗
║┌────────────────┐║paddingTop
║│╔═════╗ ╔════╗│║topMargin
║│║Shift║ ║2ndF║│║
║│╚═════╝ ╚════╝│║bottomMargin
╟┼────────────────┼╢Split_1
║│╔══════════════╗│║topMargin
║│║ Button ║│║
║│╚══════════════╝│║bottomMargin
╟┼────────────────┼╢Split_2
║│╔═══╗ ╔═════╗│║topMargin
║│║Hex║ ║Alpha║│║
║│╚═══╝ ╚═════╝│║bottomMargin
║└────────────────┘║paddingBottom
╚══════════════════╝
Content copied to clipboard
Link copied to clipboard
Listen for Keyboard and Mouse events.
Link copied to clipboard
A simple activity to display some online help
Link copied to clipboard
interface Droid_Calculator
for future use
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Interface for FX-602P and FX-603P alpha register
Link copied to clipboard
Created with IntelliJ IDEA.
Link copied to clipboard
interface IFragment<Service_Type : IService?, Activity_Type : Main_Activity<Service_Type>?, Preference_Type : SharedPreferencesHelper?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
${tags}
Link copied to clipboard
A Programmable Operation need to be displayed on program mode.
Link copied to clipboard
interface IOperation
Virtual CPU Operation
Link copied to clipboard
A Programmable Operation need to be displayed on program mode.
Link copied to clipboard
interface IPrinter_Fragment
The fragment (GUI) for the printer.
Link copied to clipboard
A Programmable Operation need to be displayed on program mode.
Link copied to clipboard
abstract class Menu_Fragment<Service_Type : IService?, Activity_Type : Main_Activity<Service_Type>?, Preference_Type : SharedPreferencesHelper?> : IFragment<Service_Type, Activity_Type, Preference_Type> , IMenu_Fragment
On Android the activity also controls the main view hence the activity Implements the ICalculatorCanvas interface
Link copied to clipboard
Enhanced path display
Link copied to clipboard
Link copied to clipboard
abstract class Printer_Fragment<Service_Type : IService?, Activity_Type : Main_Activity<Service_Type>?, Preference_Type : SharedPreferencesHelper?> : IFragment<Service_Type, Activity_Type, Preference_Type> , IPrinter_Fragment
the printer fragment
Link copied to clipboard