7 #include <ff7tkdata_export.h>
28 Q_INVOKABLE
bool openFile(
const QString &fileName);
36 Q_INVOKABLE
bool saveFile(
const QString &fileName);
43 Q_INVOKABLE
bool achievementUnlocked(
int bit);
50 Q_INVOKABLE
void setAchievementUnlocked(
int bit,
bool unlocked);
56 Q_INVOKABLE QString name(
int bit);
58 QByteArray _achievements = QByteArray(8,
'\x00');
59 inline static const QStringList _names{
61 , QT_TR_NOOP(
"Sled Fang")
62 , QT_TR_NOOP(
"Greased Lightning")
63 , QT_TR_NOOP(
"Beat Rush")
64 , QT_TR_NOOP(
"Boost Jump")
65 , QT_TR_NOOP(
"Healing Wind")
66 , QT_TR_NOOP(
"Galian Beast")
67 , QT_TR_NOOP(
"Big Shot")
68 , QT_TR_NOOP(
"Braver")
69 , QT_TR_NOOP(
"First Battle")
70 , QT_TR_NOOP(
"Gold Chocobo")
71 , QT_TR_NOOP(
"Battle Square")
72 , QT_TR_NOOP(
"Materia Overlord")
73 , QT_TR_NOOP(
"Yuffie")
74 , QT_TR_NOOP(
"Vincent")
75 , QT_TR_NOOP(
"Emerald Weapon")
76 , QT_TR_NOOP(
"Ruby Weapon")
77 , QT_TR_NOOP(
"Diamond Weapon")
78 , QT_TR_NOOP(
"Ultimate Weapon")
79 , QT_TR_NOOP(
"Bahamut Zero")
81 , QT_TR_NOOP(
"Cosmo Memory")
82 , QT_TR_NOOP(
"All Creation")
83 , QT_TR_NOOP(
"Final Heaven")
84 , QT_TR_NOOP(
"Highwind")
85 , QT_TR_NOOP(
"Great Gospel")
87 , QT_TR_NOOP(
"Catastrophe")
88 , QT_TR_NOOP(
"Omnislash")
89 , QT_TR_NOOP(
"Knights of the Round")
90 , QT_TR_NOOP(
"Top Level")
91 , QT_TR_NOOP(
"Master of Gil")
92 , QT_TR_NOOP(
"Master Materia")
93 , QT_TR_NOOP(
"End of Game")
94 , QT_TR_NOOP(
"End of Part II")
95 , QT_TR_NOOP(
"End of Part I")
Work with achievements.dat.
Definition: FF7Achievements.h:17
~FF7Achievements()=default
FF7Achievements()=default