Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | Protected Member Functions | List of all members
KSP.UI.Screens.Settings.Controls.SettingsIntToggle Class Reference
Inheritance diagram for KSP.UI.Screens.Settings.Controls.SettingsIntToggle:
KSP.UI.Screens.Settings.Controls.SettingsControlReflection KSP.UI.Screens.Settings.Controls.SettingsControlBase

Public Attributes

int intDisabled = 0
 
int intEnabled = 1
 
UIButtonToggle toggle
 
string valueDisabled = ""
 
string valueEnabled = ""
 
- Public Attributes inherited from KSP.UI.Screens.Settings.Controls.SettingsControlReflection
string settingName
 
TMPro.TextMeshProUGUI valueText
 
- Public Attributes inherited from KSP.UI.Screens.Settings.Controls.SettingsControlBase
TMPro.TextMeshProUGUI titleText
 

Protected Member Functions

override void OnStart ()
 
override void ValueInitialized ()
 
override void ValueUpdated ()
 
- Protected Member Functions inherited from KSP.UI.Screens.Settings.Controls.SettingsControlReflection
virtual AccessorBase GetAccessor (string settingName)
 
virtual void GetValue ()
 
virtual void PreApply ()
 
virtual void SetValue ()
 

Additional Inherited Members

- Public Member Functions inherited from KSP.UI.Screens.Settings.Controls.SettingsControlReflection
override void OnApply ()
 
override void OnRevert ()
 
- Public Member Functions inherited from KSP.UI.Screens.Settings.Controls.SettingsControlBase
virtual bool IsValid ()
 
void SetTitleText (string title)
 
- Protected Attributes inherited from KSP.UI.Screens.Settings.Controls.SettingsControlReflection
AccessorBase accessor
 
- Properties inherited from KSP.UI.Screens.Settings.Controls.SettingsControlReflection
object Value [get, set]
 
- Properties inherited from KSP.UI.Screens.Settings.Controls.SettingsControlBase
bool IgnoreEmptySetting [get, set]
 

Member Function Documentation

override void KSP.UI.Screens.Settings.Controls.SettingsIntToggle.OnStart ( )
inlineprotectedvirtual
override void KSP.UI.Screens.Settings.Controls.SettingsIntToggle.ValueInitialized ( )
inlineprotectedvirtual
override void KSP.UI.Screens.Settings.Controls.SettingsIntToggle.ValueUpdated ( )
inlineprotectedvirtual

Member Data Documentation

int KSP.UI.Screens.Settings.Controls.SettingsIntToggle.intDisabled = 0
int KSP.UI.Screens.Settings.Controls.SettingsIntToggle.intEnabled = 1
UIButtonToggle KSP.UI.Screens.Settings.Controls.SettingsIntToggle.toggle
string KSP.UI.Screens.Settings.Controls.SettingsIntToggle.valueDisabled = ""
string KSP.UI.Screens.Settings.Controls.SettingsIntToggle.valueEnabled = ""

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