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.Screens.PartCategorizerPopupAddPart Class Reference
Inheritance diagram for KSP.UI.Screens.PartCategorizerPopupAddPart:

Classes

class  MiniCategory
 

Public Member Functions

delegate bool CriteriaAccept (string partName, PartCategorizer.Category category, out string reason)
 
void Hide ()
 
void Show (string partName, string partTitle, Callback< string, PartCategorizer.Category > onAccept, CriteriaAccept onAcceptCriteria, bool forceListRebuild)
 

Public Attributes

Button btnAccept
 
Button btnClose
 
Font font
 
CriteriaAccept onAcceptCriteria = delegate(string partName, PartCategorizer.Category category, out string reason) { reason = ""; return false; }
 
UIList scrollList
 
TMPro.TextMeshProUGUI title
 

Properties

static PartCategorizerPopupAddPart Instance [get, set]
 
bool Showing [get, set]
 

Member Function Documentation

delegate bool KSP.UI.Screens.PartCategorizerPopupAddPart.CriteriaAccept ( string  partName,
PartCategorizer.Category  category,
out string  reason 
)
void KSP.UI.Screens.PartCategorizerPopupAddPart.Hide ( )
inline
void KSP.UI.Screens.PartCategorizerPopupAddPart.Show ( string  partName,
string  partTitle,
Callback< string, PartCategorizer.Category onAccept,
CriteriaAccept  onAcceptCriteria,
bool  forceListRebuild 
)
inline

Member Data Documentation

Button KSP.UI.Screens.PartCategorizerPopupAddPart.btnAccept
Button KSP.UI.Screens.PartCategorizerPopupAddPart.btnClose
Font KSP.UI.Screens.PartCategorizerPopupAddPart.font
CriteriaAccept KSP.UI.Screens.PartCategorizerPopupAddPart.onAcceptCriteria = delegate(string partName, PartCategorizer.Category category, out string reason) { reason = ""; return false; }
UIList KSP.UI.Screens.PartCategorizerPopupAddPart.scrollList
TMPro.TextMeshProUGUI KSP.UI.Screens.PartCategorizerPopupAddPart.title

Property Documentation

PartCategorizerPopupAddPart KSP.UI.Screens.PartCategorizerPopupAddPart.Instance
staticgetset
bool KSP.UI.Screens.PartCategorizerPopupAddPart.Showing
getset

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