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

One map picker row: display name + map index. More...

#include <mapselectmodel.h>

Public Member Functions

 MapSelectEntry (QString name, int ind)

Public Attributes

QString name
 Display name.
int ind
 Map index.

Detailed Description

One map picker row: display name + map index.

Definition at line 25 of file mapselectmodel.h.

Constructor & Destructor Documentation

◆ MapSelectEntry()

MapSelectEntry::MapSelectEntry ( QString name,
int ind )

Definition at line 30 of file mapselectmodel.cpp.

References ind, and name.

Member Data Documentation

◆ ind

int MapSelectEntry::ind

Map index.

Definition at line 29 of file mapselectmodel.h.

Referenced by MapSelectEntry().

◆ name

QString MapSelectEntry::name

Display name.

Definition at line 28 of file mapselectmodel.h.

Referenced by MapSelectEntry().


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