Tome
A generic data editor for games supporting arbitrary input and output formats.
Public Attributes | List of all members
Tome::Record Class Reference

Data record that combines the values of various fields. More...

#include <record.h>

Public Attributes

QVariant id
 Unique id of this record.
 
QString displayName
 Display name of this record.
 
QString editorIconFieldId
 Id of the field to use as editor icon for this record.
 
RecordFieldValueMap fieldValues
 Values of all fields of this record.
 
QVariant parentId
 Id of the parent of this record, or null if this record is a root of the record tree.
 
bool readOnly = false
 Whether to prevent this record from being edited, reparented or removed.
 
QString recordSetName
 Name of the set this record belongs to.
 

Detailed Description

Data record that combines the values of various fields.


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