Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Protected Member Functions | Properties | List of all members
KSP.UI.Screens.KbApp Class Referenceabstract
Inheritance diagram for KSP.UI.Screens.KbApp:
KSP.UI.Screens.KbApp_Null KSP.UI.Screens.KbApp_PlanetInfo KSP.UI.Screens.KbApp_PlanetParameters KSP.UI.Screens.KbApp_PlanetResources KSP.UI.Screens.KbAppUnowned KSP.UI.Screens.KbAppVessel KSP.UI.Screens.KbApp_UnownedInfo KSP.UI.Screens.KbApp_VesselCrew KSP.UI.Screens.KbApp_VesselInfo

Public Member Functions

abstract void ActivateApp (MapObject target)
 
virtual void Awake ()
 
void Hide ()
 Called when the app button is toggled off (by clicking) More...
 
virtual void OnDestroy ()
 
void Restore ()
 if it was hidden along with knowledgebase More...
 
virtual void Setup ()
 
void Show ()
 Called when the app button is toggled on (by clicking) More...
 
virtual void Start ()
 

Public Attributes

KbAppFrame appFrame
 
KbAppFrame appFramePrefab
 
Texture appIcon
 
ApplicationLauncherButton appLauncherButton
 
string appName
 
string appTitle
 
Color headerColor
 
KnowledgeBase.KbTargetType targetType = KnowledgeBase.KbTargetType.Null
 

Protected Member Functions

abstract void DisplayApp ()
 
abstract void HideApp ()
 

Properties

bool appIsLive [get, set]
 
bool pinned [get, set]
 

Member Function Documentation

abstract void KSP.UI.Screens.KbApp.ActivateApp ( MapObject  target)
pure virtual
virtual void KSP.UI.Screens.KbApp.Awake ( )
inlinevirtual
abstract void KSP.UI.Screens.KbApp.DisplayApp ( )
protectedpure virtual
void KSP.UI.Screens.KbApp.Hide ( )
inline

Called when the app button is toggled off (by clicking)

abstract void KSP.UI.Screens.KbApp.HideApp ( )
protectedpure virtual
virtual void KSP.UI.Screens.KbApp.OnDestroy ( )
inlinevirtual
void KSP.UI.Screens.KbApp.Restore ( )
inline

if it was hidden along with knowledgebase

virtual void KSP.UI.Screens.KbApp.Setup ( )
inlinevirtual
void KSP.UI.Screens.KbApp.Show ( )
inline

Called when the app button is toggled on (by clicking)

virtual void KSP.UI.Screens.KbApp.Start ( )
inlinevirtual

Member Data Documentation

KbAppFrame KSP.UI.Screens.KbApp.appFrame
KbAppFrame KSP.UI.Screens.KbApp.appFramePrefab
Texture KSP.UI.Screens.KbApp.appIcon
ApplicationLauncherButton KSP.UI.Screens.KbApp.appLauncherButton
string KSP.UI.Screens.KbApp.appName
string KSP.UI.Screens.KbApp.appTitle
Color KSP.UI.Screens.KbApp.headerColor
KnowledgeBase.KbTargetType KSP.UI.Screens.KbApp.targetType = KnowledgeBase.KbTargetType.Null

Property Documentation

bool KSP.UI.Screens.KbApp.appIsLive
getset
bool KSP.UI.Screens.KbApp.pinned
getsetprotected

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