|
| override bool | OnInitialize () |
| |
| override int | OnCalculateSize (bool force) |
| |
| override void | OnRebuild (VoidPtr address, int length, bool force) |
| |
| void | OnRenamed () |
| |
| List< ResourceNode > | GetChildrenRecursive () |
| | Used primarily to get bone lists. Kept for all resource nodes for utility. More...
|
| |
| virtual void | SignalPropertyChange () |
| |
| virtual void | Dispose () |
| |
| void | SelectChildAtIndex (int index) |
| |
| void | UpdateProperties () |
| |
| void | UpdateCurrentControl () |
| |
| virtual bool | MoveUp () |
| |
| virtual bool | MoveDown () |
| |
| virtual void | OnMoved () |
| |
| virtual void | DoMoveDown () |
| |
| virtual void | DoMoveDown (bool select) |
| |
| virtual void | DoMoveUp () |
| |
| virtual void | DoMoveUp (bool select) |
| |
| virtual bool | AddUp () |
| |
| virtual bool | AddDown () |
| |
| virtual bool | ToParent () |
| |
| void | Populate (int levels=-1) |
| |
| virtual void | OnPopulate () |
| |
| void | Initialize (ResourceNode parent, FileMap source) |
| |
| void | Initialize (ResourceNode parent, VoidPtr address, int length) |
| |
| void | Initialize (ResourceNode parent, DataSource origSource) |
| |
| virtual void | Initialize (ResourceNode parent, DataSource origSource, DataSource uncompSource) |
| |
| virtual bool | OnInitialize () |
| |
| virtual void | Restore () |
| |
| virtual void | Remove () |
| |
| virtual void | RemoveChild (ResourceNode child) |
| |
| virtual void | AddChild (ResourceNode child) |
| |
| virtual void | AddChild (ResourceNode child, bool change) |
| |
| virtual void | InsertChild (ResourceNode child, int index) |
| |
| virtual void | InsertChild (ResourceNode child, bool change, int index) |
| |
| void | SetSizeInternal (int size) |
| |
| virtual void | Replace (string fileName) |
| |
| virtual void | Replace (ResourceNode node) |
| |
| virtual void | Replace (string fileName, FileMapProtect prot, FileOptions options) |
| |
| virtual void | ReplaceRaw (VoidPtr address, int length) |
| |
| virtual void | ReplaceRaw (FileMap map) |
| |
| virtual void | Export (string outPath) |
| |
| void | Export (FileStream outStream) |
| |
| virtual void | ExportUncompressed (string outPath) |
| |
| void | ExportUncompressed (FileStream outStream) |
| |
| virtual void | Rebuild () |
| |
| virtual void | Rebuild (bool force) |
| |
| virtual void | Rebuild (VoidPtr address, int length, bool force) |
| |
| virtual void | OnRebuild (VoidPtr address, int length, bool force) |
| |
| virtual int | CalculateSize (bool force) |
| |
| virtual int | OnCalculateSize (bool force) |
| |
| void | Merge () |
| |
| void | Merge (bool forceBuild) |
| |
| ResourceNode | FindChildByType (string path, bool searchChildren, params ResourceType[] types) |
| |
| ResourceNode | FindChildByType (string path, bool searchChildren, StringComparison compare, params ResourceType[] types) |
| |
| ResourceNode | FindChild (string path) |
| |
| ResourceNode | FindChild (string path, bool searchChildren) |
| |
| ResourceNode | FindChild (string path, StringComparison compare) |
| |
| ResourceNode | FindChild (string path, bool searchChildren, StringComparison compare) |
| |
| ResourceNode[] | FindChildrenByClassType (string path, Type type) |
| |
| ResourceNode[] | FindChildrenByType (string path, ResourceType type) |
| |
| ResourceNode[] | FindChildrenByTypeInGroup (string path, ResourceType type, byte group) |
| |
| ResourceNode[] | FindChildrenByName (string name) |
| |
| unsafe string | FindName (string name) |
| |
| ResourceNode | FindEmbeddedIndex (int index) |
| |
| virtual unsafe byte[] | MD5 () |
| | Find the MD5 checksum of this node's data. If this node doesn't have any data (BRESGroupNode, for example), this method will return null. More...
|
| |
| string | MD5Str () |
| | Get the result of the MD5() function as a string of hexadecimal digits. If MD5() returns null, this method will return an empty string. More...
|
| |
| ResourceNode | PrevSibling () |
| |
| ResourceNode | NextSibling () |
| |
| override string | ToString () |
| |
| virtual void | SortChildren () |
| |