Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
KSP.UI.Screens.AlarmClockApp Class Reference

The base app object for the Alarm Clock More...

Inheritance diagram for KSP.UI.Screens.AlarmClockApp:
KSP.UI.Screens.UIApp

Classes

class  UsageStats
 Counts of number of times events occur
 

Public Member Functions

bool TextFieldHasFocus ()
 Do any of the apps text fields have focus More...
 
- Public Member Functions inherited from KSP.UI.Screens.UIApp
virtual void Awake ()
 
void ForceAddToAppLauncher ()
 

Static Public Member Functions

static bool AnyTextFieldHasFocus ()
 Do any of the apps text fields have focus More...
 
static bool EditAlarm (AlarmTypeBase alarm)
 

Static Public Attributes

static AlarmClockApp Instance
 
static bool Ready = false
 

Protected Member Functions

override void DisplayApp ()
 
override
ApplicationLauncher.AppScenes 
GetAppScenes ()
 
override Vector3 GetAppScreenPos (Vector3 defaultAnchorPos)
 
override void HideApp ()
 
override bool OnAppAboutToStart ()
 
override void OnAppDestroy ()
 
override void OnAppInitialized ()
 
- Protected Member Functions inherited from KSP.UI.Screens.UIApp
void MouseInput_PointerEnter (PointerEventData eventData)
 
void MouseInput_PointerExit (PointerEventData eventData)
 
virtual void OnAppStarted ()
 
virtual void Reposition ()
 

Additional Inherited Members

- Public Attributes inherited from KSP.UI.Screens.UIApp
Animator appLauncherAnim
 
Texture appLauncherIcon
 
- Protected Attributes inherited from KSP.UI.Screens.UIApp
int AppStartFrameDelay = 5
 The amount of frames to delay OnAppAboutToStart after the applauncher reports to be ready. Defaults to 5, should be enough to ensure all flight and scenario modules are loaded. Increase if necessary. More...
 
Callback defaultCallback = delegate { }
 
bool enableMutuallyExclusive = true
 
bool enableOnHover = true
 
- Properties inherited from KSP.UI.Screens.UIApp
bool appIsLive [get, set]
 
ApplicationLauncherButton appLauncherButton [get, set]
 
bool hover [get, set]
 
bool IsShowing [get]
 Is the App window visible on the screen More...
 
bool pinned [get, set]
 

Detailed Description

The base app object for the Alarm Clock

Member Function Documentation

static bool KSP.UI.Screens.AlarmClockApp.AnyTextFieldHasFocus ( )
inlinestatic

Do any of the apps text fields have focus

Returns
True if any fields are focused
override void KSP.UI.Screens.AlarmClockApp.DisplayApp ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

static bool KSP.UI.Screens.AlarmClockApp.EditAlarm ( AlarmTypeBase  alarm)
inlinestatic
override ApplicationLauncher.AppScenes KSP.UI.Screens.AlarmClockApp.GetAppScenes ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override Vector3 KSP.UI.Screens.AlarmClockApp.GetAppScreenPos ( Vector3  defaultAnchorPos)
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void KSP.UI.Screens.AlarmClockApp.HideApp ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override bool KSP.UI.Screens.AlarmClockApp.OnAppAboutToStart ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void KSP.UI.Screens.AlarmClockApp.OnAppDestroy ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void KSP.UI.Screens.AlarmClockApp.OnAppInitialized ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

bool KSP.UI.Screens.AlarmClockApp.TextFieldHasFocus ( )
inline

Do any of the apps text fields have focus

Returns
True if any fields are focused

Member Data Documentation

AlarmClockApp KSP.UI.Screens.AlarmClockApp.Instance
static
bool KSP.UI.Screens.AlarmClockApp.Ready = false
static

The documentation for this class was generated from the following file: