![]() |
Tome
A generic data editor for games supporting arbitrary input and output formats.
|
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. | |
Data record that combines the values of various fields.
1.8.13