| 
    ff7tk
    0.02
    
   Toolkit for making FF7 Tools 
   | 
 
data structure to hold field item changes More...
#include <FF7FieldItemList.h>
Public Attributes | |
| QList< quint16 > | Offset | 
| QList< quint8 > | Bit | 
| QStringList | Maps | 
| QString | Text | 
data structure to hold field item changes
Definition at line 26 of file FF7FieldItemList.h.
| 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.