Menu_Fragment
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
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Properties
Functions
Link copied to clipboard
Calculator main activity
Link copied to clipboard
return this as fragment.
Link copied to clipboard
Bind or unbind the calculator activity
Link copied to clipboard
Bind or unbind the calculator preferences
Link copied to clipboard
Bind or unbind the calculator service
Link copied to clipboard
Copy display slide in menu was clicked
Link copied to clipboard
Copy printout in menu was clicked
Link copied to clipboard
Documents slide in menu was clicked
Link copied to clipboard
Feedback slide in menu was clicked
Link copied to clipboard
Perform a full calculator reset
Link copied to clipboard
Settings slide in menu was clicked
Link copied to clipboard
Calculator destroyed