Kerbal Space Program
1.12.4
|
This is the Base data class for the Top window of the Maneuver App. More...
Public Member Functions | |
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 | |
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 Base data class for the Top window of the Maneuver App.
|
inline |
Callback TransferDataTopDataBase.dataChangedCallback |
A Call back that will be called whenever data in the class is changed.