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
DeltaVApp Class Reference
Inheritance diagram for DeltaVApp:
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 Public Attributes

static DeltaVApp 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]
 

Member Function Documentation

static bool DeltaVApp.AnyTextFieldHasFocus ( )
inlinestatic

Do any of the apps text fields have focus

Returns
True if any fields are focused
override void DeltaVApp.DisplayApp ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override ApplicationLauncher.AppScenes DeltaVApp.GetAppScenes ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override Vector3 DeltaVApp.GetAppScreenPos ( Vector3  defaultAnchorPos)
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void DeltaVApp.HideApp ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override bool DeltaVApp.OnAppAboutToStart ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void DeltaVApp.OnAppDestroy ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

override void DeltaVApp.OnAppInitialized ( )
inlineprotectedvirtual

Implements KSP.UI.Screens.UIApp.

bool DeltaVApp.TextFieldHasFocus ( )
inline

Do any of the apps text fields have focus

Returns
True if any fields are focused

Member Data Documentation

DeltaVApp DeltaVApp.Instance
static
bool DeltaVApp.Ready = false
static

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