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

Template for importing record data. More...

#include <recordtableimporttemplate.h>

Public Attributes

QString name
 Name of this import template, as shown in the UI.
 
QString path
 Relative path of this impoirt template on disk.
 
QString idColumn
 Header the table column which contains the record IDs.
 
QStringList ignoredIds
 Entries of the ID column that should cause the importer to skip the respective row.
 
QMap< QString, QString > columnMap
 Maps column headers to field IDs (defaults to just use the column header).
 
TableType::TableType sourceType
 Type of the import data source.
 
QString rootRecordId
 Id of the record to parent all imported new records to.
 
QMap< QString, QString > parameters
 Optional additional import parameters (e.g. which table to import).
 

Detailed Description

Template for importing record data.


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