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
TransferDataTopDataBase Class Reference

This is the Base data class for the Top window of the Maneuver App. More...

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

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
 

Detailed Description

This is the Base data class for the Top window of the Maneuver App.

Constructor & Destructor Documentation

TransferDataTopDataBase.TransferDataTopDataBase ( Callback  dataChangedCallback)
inline

Member Data Documentation

Callback TransferDataTopDataBase.dataChangedCallback

A Call back that will be called whenever data in the class is changed.


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