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

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

#include <natureselectmodel.h>

Public Member Functions

 NatureSelectEntry (QString name, int ind)

Public Attributes

QString name
 Display name.
int ind
 Nature index.

Detailed Description

One nature picker row: display name + nature index.

Definition at line 23 of file natureselectmodel.h.

Constructor & Destructor Documentation

◆ NatureSelectEntry()

NatureSelectEntry::NatureSelectEntry ( QString name,
int ind )

Definition at line 27 of file natureselectmodel.cpp.

References ind, and name.

Member Data Documentation

◆ ind

int NatureSelectEntry::ind

Nature index.

Definition at line 27 of file natureselectmodel.h.

Referenced by NatureSelectEntry().

◆ name

QString NatureSelectEntry::name

Display name.

Definition at line 26 of file natureselectmodel.h.

Referenced by NatureSelectEntry().


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