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

Ïmproved list sorter More...

Inheritance diagram for KSP.UI.UIListSorter:

Public Member Functions

void AddOnSortCallback (OnSort del)
 
void ClickButton (int button)
 
delegate void OnSort (int mode, bool asc)
 
void RemoveOnSortCallback (OnSort del)
 

Public Attributes

UIStateImage[] sortingButtonStates
 
bool startSortingAsc = true
 
UIStateImage startSortingMode
 

Properties

int StartSortingIndex [get]
 

Detailed Description

Ïmproved list sorter

Member Function Documentation

void KSP.UI.UIListSorter.AddOnSortCallback ( OnSort  del)
inline
void KSP.UI.UIListSorter.ClickButton ( int  button)
inline
delegate void KSP.UI.UIListSorter.OnSort ( int  mode,
bool  asc 
)
void KSP.UI.UIListSorter.RemoveOnSortCallback ( OnSort  del)
inline

Member Data Documentation

UIStateImage [] KSP.UI.UIListSorter.sortingButtonStates
bool KSP.UI.UIListSorter.startSortingAsc = true
UIStateImage KSP.UI.UIListSorter.startSortingMode

Property Documentation

int KSP.UI.UIListSorter.StartSortingIndex
get

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