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.SettingsBoolToggle Class Reference
Inheritance diagram for KSP.UI.Screens.Settings.Controls.SettingsBoolToggle:
KSP.UI.Screens.Settings.Controls.SettingsControlReflection KSP.UI.Screens.Settings.Controls.SettingsControlBase

Public Attributes

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.SettingsBoolToggle.OnStart ( )
inlineprotectedvirtual
override void KSP.UI.Screens.Settings.Controls.SettingsBoolToggle.ValueInitialized ( )
inlineprotectedvirtual
override void KSP.UI.Screens.Settings.Controls.SettingsBoolToggle.ValueUpdated ( )
inlineprotectedvirtual

Member Data Documentation

UIButtonToggle KSP.UI.Screens.Settings.Controls.SettingsBoolToggle.toggle
string KSP.UI.Screens.Settings.Controls.SettingsBoolToggle.valueDisabled = ""
string KSP.UI.Screens.Settings.Controls.SettingsBoolToggle.valueEnabled = ""

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