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

Public Member Functions

delegate bool CriteriaAccept (string categoryName, out string reason)
 
delegate bool CriteriaDelete (out string reason)
 
void Hide ()
 
void Show (PartCategorizer.PopupData popupData, Callback onAccept, CriteriaAccept onAcceptCriteria, Callback onDelete, CriteriaDelete onDeleteCriteria)
 

Public Attributes

Button btnAccept
 
Button btnClose
 
Button btnDelete
 
InputField inputField
 
CriteriaAccept onAcceptCriteria = delegate(string categoryName, out string reason) { reason = ""; return false; }
 
CriteriaDelete onDeleteCriteria = delegate(out string reason) { reason = ""; return false; }
 
UIList scrollList
 
TMPro.TextMeshProUGUI title
 

Properties

bool Showing [get, set]
 

Member Function Documentation

delegate bool KSP.UI.Screens.PartCategorizerPopup.CriteriaAccept ( string  categoryName,
out string  reason 
)
delegate bool KSP.UI.Screens.PartCategorizerPopup.CriteriaDelete ( out string  reason)
void KSP.UI.Screens.PartCategorizerPopup.Hide ( )
inline
void KSP.UI.Screens.PartCategorizerPopup.Show ( PartCategorizer.PopupData  popupData,
Callback  onAccept,
CriteriaAccept  onAcceptCriteria,
Callback  onDelete,
CriteriaDelete  onDeleteCriteria 
)
inline

Member Data Documentation

Button KSP.UI.Screens.PartCategorizerPopup.btnAccept
Button KSP.UI.Screens.PartCategorizerPopup.btnClose
Button KSP.UI.Screens.PartCategorizerPopup.btnDelete
InputField KSP.UI.Screens.PartCategorizerPopup.inputField
CriteriaAccept KSP.UI.Screens.PartCategorizerPopup.onAcceptCriteria = delegate(string categoryName, out string reason) { reason = ""; return false; }
CriteriaDelete KSP.UI.Screens.PartCategorizerPopup.onDeleteCriteria = delegate(out string reason) { reason = ""; return false; }
UIList KSP.UI.Screens.PartCategorizerPopup.scrollList
TMPro.TextMeshProUGUI KSP.UI.Screens.PartCategorizerPopup.title

Property Documentation

bool KSP.UI.Screens.PartCategorizerPopup.Showing
getset

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