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.UITreeView.Item Class Reference

Public Member Functions

 Item (Item parent, string name, string text, Action onExpand, Action onSelect)
 

Public Attributes

bool expanded
 
UITreeViewItem item
 
string name
 
Action onExpand
 
Action onSelect
 
Item parent
 
bool selected
 
List< ItemsubItems = new List<Item>()
 
string text
 
string url
 

Properties

bool expandable [get]
 

Constructor & Destructor Documentation

KSP.UI.UITreeView.Item.Item ( Item  parent,
string  name,
string  text,
Action  onExpand,
Action  onSelect 
)
inline

Member Data Documentation

bool KSP.UI.UITreeView.Item.expanded
UITreeViewItem KSP.UI.UITreeView.Item.item
string KSP.UI.UITreeView.Item.name
Action KSP.UI.UITreeView.Item.onExpand
Action KSP.UI.UITreeView.Item.onSelect
Item KSP.UI.UITreeView.Item.parent
bool KSP.UI.UITreeView.Item.selected
List<Item> KSP.UI.UITreeView.Item.subItems = new List<Item>()
string KSP.UI.UITreeView.Item.text
string KSP.UI.UITreeView.Item.url

Property Documentation

bool KSP.UI.UITreeView.Item.expandable
get

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