|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
Directories | |
| expanded | |
Files | |
| filemanagement.cpp | |
| Implementation of FileManagement – file new/open/save/reopen and the recent-files list (disk I/O around SaveFile). | |
| filemanagement.h | |
| qmlownership.h | |
| qmlCppOwned() – protect Q_INVOKABLE QObject returns from QML's GC. | |
| savefile.cpp | |
| Implementation of SaveFile – the raw<->expanded lifecycle (expand/flatten/reset/randomize). | |
| savefile.h | |
| savefile_autoport.h | |
Import/export macro for the savefile library, plus the central list of QObject types kept deliberately opaque to QML. | |
| savefileiterator.cpp | |
| Implementation of SaveFileIterator – the auto-advancing cursor that wraps SaveFileToolset. | |
| savefileiterator.h | |
| savefiletoolset.cpp | |
| Implementation of SaveFileToolset – the raw-byte primitives (BCD, font-encoded strings, bit-fields, words, and the Gen 1 checksum). | |
| savefiletoolset.h | |