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

This is the Data class for the top window of the Maneuver App for a simple Transfer More...

Inheritance diagram for TransferDataSimpleTopData:
TransferDataTopDataBase KSP.UI.AppUI_Data IConfigNode

Classes

class  APPUIMemberLabelListItem
 The data class for a row in the top window. More...
 

Public Member Functions

 TransferDataSimpleTopData (Callback dataChangedCallback)
 
- Public Member Functions inherited from TransferDataTopDataBase
 TransferDataTopDataBase (Callback dataChangedCallback)
 
- Public Member Functions inherited from KSP.UI.AppUI_Data
void Load (ConfigNode node)
 
virtual void OnLoad (ConfigNode node)
 IConfigNode hook for the Load routine More...
 
virtual void OnSave (ConfigNode node)
 
void Save (ConfigNode node)
 
virtual void UIInputPanelDataChanged ()
 Called when the input fields are set and can be overridden directly in the data class to catch these there More...
 
virtual void UIInputPanelUpdate ()
 Method called by the AppUIInputPanel in Update when the class is shown in a panel More...
 

Public Attributes

APPUIMemberLabelListItem transferListData
 A list of data rows that appears in the top window. More...
 
- Public Attributes inherited from TransferDataTopDataBase
Callback dataChangedCallback
 A Call back that will be called whenever data in the class is changed. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from KSP.UI.AppUI_Data
static List< T > CreateAppUIDataList< T > (ConfigNode[] nodes)
 
static T CreateInstanceOfAppUIData< T > (ConfigNode node)
 Creates a new part module adjuster, then loads the node information into it. More...
 
static T CreateInstanceOfAppUIData< T > (string className)
 Creates a new part module adjuster. More...
 
- Protected Attributes inherited from KSP.UI.AppUI_Data
Callback onDataChanged
 

Detailed Description

This is the Data class for the top window of the Maneuver App for a simple Transfer

Constructor & Destructor Documentation

TransferDataSimpleTopData.TransferDataSimpleTopData ( Callback  dataChangedCallback)
inline

Member Data Documentation

APPUIMemberLabelListItem TransferDataSimpleTopData.transferListData

A list of data rows that appears in the top window.


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