|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
A view-driven helper for working with one map's worth of data. More...
#include <individualmap.h>
Public Member Functions | |
| IndividualMap () | |
A view-driven helper for working with one map's worth of data.
Not a Qt model – a "the view is in charge, this assists" helper (see the note above). The save's expanded data is stored data-oriented (all events across all maps, all hidden items across all maps, ...); this class re-frames it map-oriented so the map screen can ask questions about a single map. The commented list below enumerates the facets it surfaces per map.
Definition at line 42 of file individualmap.h.
| IndividualMap::IndividualMap | ( | ) |
Definition at line 23 of file individualmap.cpp.