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

header for each override group. looks after display and edit of the name, as well as group collapse button. More...

Inheritance diagram for KSP.UI.Screens.EditorActionControllerOpenButton:
KSP.UI.UISelectableGridLayoutGroupItem

Public Member Functions

void Setup (ModuleRoboticController controller)
 Set up the header with the group index, array of group names (which groupOverride indexes) and the expanded/collapsed state of the group More...
 
- Public Member Functions inherited from KSP.UI.UISelectableGridLayoutGroupItem
virtual void Deselect ()
 
virtual void Select ()
 
virtual void Setup (UISelectableGridLayoutGroup selectableGroup, int index)
 

Public Attributes

Button openButton
 Button for opening controller Window More...
 
- Public Attributes inherited from KSP.UI.UISelectableGridLayoutGroupItem
Color colorDeselected = Color.gray
 
Color colorSelected = Color.green
 
bool groupAction
 Is this a group action item? More...
 
Transform itemParent
 Parent reference if this class is not at the top of the rpefab or item hierarchy. More...
 
int mySetIndex
 The index of the set this item belongs to. More...
 

Additional Inherited Members

- Properties inherited from KSP.UI.UISelectableGridLayoutGroupItem
int Index [get]
 
Selectable SelectableComponent [get]
 Fetch the selectable READ ONLY More...
 

Detailed Description

header for each override group. looks after display and edit of the name, as well as group collapse button.

Member Function Documentation

void KSP.UI.Screens.EditorActionControllerOpenButton.Setup ( ModuleRoboticController  controller)
inline

Set up the header with the group index, array of group names (which groupOverride indexes) and the expanded/collapsed state of the group

Note that groupNames does NOT include the default group (index 0) so is effectively 1-based. Use the groupName property to access

Member Data Documentation

Button KSP.UI.Screens.EditorActionControllerOpenButton.openButton

Button for opening controller Window


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