Inheritance diagram for TESPluginParser::Plugin:
Public Member Functions | |
override void | DeleteRecord (BaseRecord br) |
override void | AddRecord (BaseRecord br) |
Plugin (string FilePath) | |
Plugin () | |
override string | GetDesc () |
void | Save (string FilePath) |
override List< string > | GetIDs (bool lower) |
string | Merge (Plugin p, bool MergeLists) |
Public Attributes | |
readonly List< Rec > | Records = new List<Rec>() |
Private Member Functions | |
internal void | RecordSizeChanged (BaseRecord br, long change) |
void | LoadPlugin (BinaryReader br) |
internal override void | SaveData (BinaryWriter bw) |
Definition at line 49 of file Records.cs.
|
Definition at line 97 of file Records.cs. |
|
Definition at line 108 of file Records.cs. |
|
Implements TESPluginParser::BaseRecord. Definition at line 71 of file Records.cs. References TESPluginParser::BaseRecord::Size. |
|
Implements TESPluginParser::BaseRecord. Definition at line 56 of file Records.cs. References Records, and TESPluginParser::BaseRecord::Size. |
|
Implements TESPluginParser::BaseRecord. Definition at line 113 of file Records.cs. |
|
Implements TESPluginParser::BaseRecord. Definition at line 135 of file Records.cs. |
|
Definition at line 83 of file Records.cs. |
|
Definition at line 141 of file Records.cs. |
|
Definition at line 52 of file Records.cs. References Records, and TESPluginParser::BaseRecord::Size. |
|
Definition at line 120 of file Records.cs. |
|
Implements TESPluginParser::BaseRecord. Definition at line 131 of file Records.cs. |
|
Definition at line 50 of file Records.cs. Referenced by TES4ModTranslator::Form1::addData(), DeleteRecord(), TES4ModTranslator::Form1::generateDB(), and RecordSizeChanged(). |