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

Classes

class  SelectableListEventInt
 
class  SelectableListEventItem
 

Public Member Functions

UISelectableListItem AddItem (UISelectableListItem item)
 
void Clear ()
 
void ClickItem (int index)
 
UISelectableListItem CreateAndInsertItem (UISelectableListItem itemPrefab, int index)
 
UISelectableListItem CreateItem (UISelectableListItem itemPrefab)
 
UISelectableListItem InsertItem (UISelectableListItem item, int index)
 
void RemoveItem (UISelectableListItem item)
 
void Select (int index)
 

Public Attributes

Button.ButtonClickedEvent OnSelect = new Button.ButtonClickedEvent()
 
SelectableListEventInt OnSelectInt = new SelectableListEventInt()
 
SelectableListEventItem OnSelectItem = new SelectableListEventItem()
 
Scrollbar scrollBar
 
float seperation = 0f
 

Properties

int Count [get]
 
int SelectedIndex [get, set]
 
UISelectableListItem SelectedItem [get, set]
 

Member Function Documentation

UISelectableListItem KSP.UI.UISelectableList.AddItem ( UISelectableListItem  item)
inline
void KSP.UI.UISelectableList.Clear ( )
inline
void KSP.UI.UISelectableList.ClickItem ( int  index)
inline
UISelectableListItem KSP.UI.UISelectableList.CreateAndInsertItem ( UISelectableListItem  itemPrefab,
int  index 
)
inline
UISelectableListItem KSP.UI.UISelectableList.CreateItem ( UISelectableListItem  itemPrefab)
inline
UISelectableListItem KSP.UI.UISelectableList.InsertItem ( UISelectableListItem  item,
int  index 
)
inline
void KSP.UI.UISelectableList.RemoveItem ( UISelectableListItem  item)
inline
void KSP.UI.UISelectableList.Select ( int  index)
inline

Member Data Documentation

Button.ButtonClickedEvent KSP.UI.UISelectableList.OnSelect = new Button.ButtonClickedEvent()
SelectableListEventInt KSP.UI.UISelectableList.OnSelectInt = new SelectableListEventInt()
SelectableListEventItem KSP.UI.UISelectableList.OnSelectItem = new SelectableListEventItem()
Scrollbar KSP.UI.UISelectableList.scrollBar
float KSP.UI.UISelectableList.seperation = 0f

Property Documentation

int KSP.UI.UISelectableList.Count
get
int KSP.UI.UISelectableList.SelectedIndex
getset
UISelectableListItem KSP.UI.UISelectableList.SelectedItem
getset

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