Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
Loading...
Searching...
No Matches
IndividualMap Class Reference

A view-driven helper for working with one map's worth of data. More...

#include <individualmap.h>

Inheritance diagram for IndividualMap:
Collaboration diagram for IndividualMap:

Public Member Functions

 IndividualMap ()

Detailed Description

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.

Constructor & Destructor Documentation

◆ IndividualMap()

IndividualMap::IndividualMap ( )

Definition at line 23 of file individualmap.cpp.


The documentation for this class was generated from the following files: