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

Classes

class  FieldWrapper
 
class  MainTab
 
class  SubTab
 
class  Window
 
class  WindowValue
 

Static Public Member Functions

static string FloatArrayToString (float[] array)
 
static FieldWrapper[] GetControlTypeFields (System.Type controlType)
 
static FieldWrapper GetField (FieldWrapper[] wrappers, SettingsSetup.WindowValue value)
 
static string IntArrayToString (int[] array)
 
static void SetupReflectionValues (object instance, WindowValue[] values)
 
static string StringArrayToString (string[] array)
 
static float[] StringToFloatArray (string str)
 
static int[] StringToIntArray (string str)
 
static string[] StringToStringArray (string str)
 

Public Attributes

MainTab[] tabs
 

Member Function Documentation

static string KSP.UI.Screens.Settings.SettingsSetup.FloatArrayToString ( float[]  array)
inlinestatic
static FieldWrapper [] KSP.UI.Screens.Settings.SettingsSetup.GetControlTypeFields ( System.Type  controlType)
inlinestatic
static FieldWrapper KSP.UI.Screens.Settings.SettingsSetup.GetField ( FieldWrapper[]  wrappers,
SettingsSetup.WindowValue  value 
)
inlinestatic
static string KSP.UI.Screens.Settings.SettingsSetup.IntArrayToString ( int[]  array)
inlinestatic
static void KSP.UI.Screens.Settings.SettingsSetup.SetupReflectionValues ( object  instance,
WindowValue[]  values 
)
inlinestatic
static string KSP.UI.Screens.Settings.SettingsSetup.StringArrayToString ( string[]  array)
inlinestatic
static float [] KSP.UI.Screens.Settings.SettingsSetup.StringToFloatArray ( string  str)
inlinestatic
static int [] KSP.UI.Screens.Settings.SettingsSetup.StringToIntArray ( string  str)
inlinestatic
static string [] KSP.UI.Screens.Settings.SettingsSetup.StringToStringArray ( string  str)
inlinestatic

Member Data Documentation

MainTab [] KSP.UI.Screens.Settings.SettingsSetup.tabs

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