Kerbal Space Program
1.12.4
|
This is the Data class for the top window of the Maneuver App for a simple Transfer More...
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 |
This is the Data class for the top window of the Maneuver App for a simple Transfer
|
inline |
APPUIMemberLabelListItem TransferDataSimpleTopData.transferListData |
A list of data rows that appears in the top window.