ff7tk  0.02
Toolkit for making FF7 Tools
FieldItemList Struct Reference

data structure to hold field item changes More...

#include <FF7FieldItemList.h>

Public Attributes

QList< quint16 > Offset
 
QList< quint8 > Bit
 
QStringList Maps
 
QString Text
 

Detailed Description

data structure to hold field item changes

Todo:
add more field items

Definition at line 26 of file FF7FieldItemList.h.

Member Data Documentation

QList<quint8> FieldItemList::Bit

list of bits to change (at offset of same index)

Definition at line 29 of file FF7FieldItemList.h.

Referenced by FF7FieldItemList::bit().

QStringList FieldItemList::Maps

list of maps (filename) the item is shown on

Definition at line 30 of file FF7FieldItemList.h.

Referenced by FF7FieldItemList::maps().

QList<quint16> FieldItemList::Offset

list of offsets to change

Definition at line 28 of file FF7FieldItemList.h.

Referenced by FF7FieldItemList::offset().

QString FieldItemList::Text

text to show.

Definition at line 31 of file FF7FieldItemList.h.


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