|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
#include <QCollator>#include <QObject>#include <QString>#include <QAbstractListModel>#include <QVector>Go to the source code of this file.
Classes | |
| struct | PokedexEntryData |
| One Pokedex grid row: name, dex number, internal id. More... | |
| class | PokedexModel |
| The Pokedex grid model – seen/owned state, with cycling sort orders. More... | |