ff7tk
1.2.0.13
Work with Final Fantasy 7 game data
|
Convert ff7text <-> pc string. More...
#include <FF7Text.h>
Signals | |
void | languageChanged () |
emited when switching language used for decode. More... | |
Static Public Member Functions | |
static FF7Text * | get () |
Get the FF7Text Instance. More... | |
static void | setJapanese (bool japanese) |
sets the text mode, if TRUE will return Japanese text More... | |
static bool | isJapanese () |
returns True if using Japanese mode. More... | |
static Q_INVOKABLE QString | toPC (QByteArray text) |
convert ff7text to pc string More... | |
static Q_INVOKABLE QByteArray | toFF7 (const QString &string) |
convert pc string to ff7text More... | |
Properties | |
bool | japanese |
Convert ff7text <-> pc string.
|
static |
returns True if using Japanese mode.
|
signal |
emited when switching language used for decode.
|
static |
sets the text mode, if TRUE will return Japanese text
|
static |
convert pc string to ff7text
string | the raw ff7text to read |
|
static |
convert ff7text to pc string
text | the raw ff7text to read |
|
readwrite |