Paw default BaseField implementation, this uses KSPField and BaseField default implementations.
More...
Paw default BaseField implementation, this uses KSPField and BaseField default implementations.
BaseFieldList.BaseFieldList |
( |
Object |
host | ) |
|
|
inline |
BaseFieldList.BaseFieldList |
( |
object |
host | ) |
|
|
inline |
Adds all the elements in another BaseFieldList to this one.
- Parameters
-
override void BaseFieldList.CreateList |
( |
object |
instance | ) |
|
|
inlineprotected |
virtual void BaseFieldList.Load |
( |
ConfigNode |
node | ) |
|
|
inlinevirtual |
bool BaseFieldList.ReadValue |
( |
string |
valueName, |
|
|
string |
value |
|
) |
| |
|
inline |
bool BaseFieldList.ReadValue |
( |
string |
valueName, |
|
|
string |
value, |
|
|
object |
host |
|
) |
| |
|
inline |
void BaseFieldList.RemoveBaseFieldList |
( |
BaseFieldList |
removeList | ) |
|
|
inline |
Removes all the elements in another BaseFieldList from this one.
- Parameters
-
virtual void BaseFieldList.Save |
( |
ConfigNode |
node | ) |
|
|
inlinevirtual |
bool BaseFieldList.TryGetFieldUIControl< T > |
( |
string |
fieldName, |
|
|
out T |
control |
|
) |
| |
|
inline |
Get the UI_Control for a PAW Field
- Template Parameters
-
- Parameters
-
fieldName | string name of the field |
control | control to deliver the result to |
- Returns
- True if found
The documentation for this class was generated from the following file: