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

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

#include <speciesselectmodel.h>

Public Member Functions

 SpeciesSelectEntry (QString name, int ind)

Public Attributes

QString name
 Display name.
int ind
 Species index.

Detailed Description

One species picker row: display name + species index.

Definition at line 23 of file speciesselectmodel.h.

Constructor & Destructor Documentation

◆ SpeciesSelectEntry()

SpeciesSelectEntry::SpeciesSelectEntry ( QString name,
int ind )

Definition at line 28 of file speciesselectmodel.cpp.

References ind, and name.

Member Data Documentation

◆ ind

int SpeciesSelectEntry::ind

Species index.

Definition at line 27 of file speciesselectmodel.h.

Referenced by SpeciesSelectEntry().

◆ name

QString SpeciesSelectEntry::name

Display name.

Definition at line 26 of file speciesselectmodel.h.

Referenced by SpeciesSelectEntry().


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