Tome
A generic data editor for games supporting arbitrary input and output formats.
Tome::RecordsController Member List

This is the complete list of members for Tome::RecordsController, including all inherited members.

addRecord(const QVariant &id, const QString &displayName, const QString &editorIconFieldId, const QStringList &fieldIds, const QString &recordSetName)Tome::RecordsController
addRecordSet(const RecordSet &recordSet)Tome::RecordsController
computeRecordsHash() constTome::RecordsController
duplicateRecord(const QVariant &existingRecordId, const QVariant &newRecordId)Tome::RecordsController
getAncestors(const QVariant &id) constTome::RecordsController
getChildren(const QVariant &id) constTome::RecordsController
getDescendents(const QVariant &id) constTome::RecordsController
getInheritedFieldValue(const QVariant &id, const QString &fieldId) constTome::RecordsController
getInheritedFieldValues(const QVariant &id) constTome::RecordsController
getParentId(const QVariant &id) constTome::RecordsController
getRecord(const QVariant &id) constTome::RecordsController
getRecordEditorIconFieldId(const QVariant &id) constTome::RecordsController
getRecordFieldValues(const QVariant &id) constTome::RecordsController
getRecordIds() constTome::RecordsController
getRecordNames() constTome::RecordsController
getRecords() constTome::RecordsController
getRecordSetNames() constTome::RecordsController
getRecordSets() constTome::RecordsController
getRootRecordId(const QVariant &id) constTome::RecordsController
hasRecord(const QVariant &id) constTome::RecordsController
haveTheSameParent(const QVariantList ids) constTome::RecordsController
isAncestorOf(const QVariant &possibleAncestor, const QVariant &recordId) constTome::RecordsController
progressChanged(const QString title, const QString text, const int currentValue, const int maximumValue)Tome::RecordsControllersignal
recordAdded(const QVariant &recordId, const QString &recordDisplayName, const QVariant &parentId)Tome::RecordsControllersignal
recordFieldsChanged(const QVariant &recordId)Tome::RecordsControllersignal
recordRemoved(const QVariant &recordId)Tome::RecordsControllersignal
recordReparented(const QVariant &recordId, const QVariant &oldParentId, const QVariant &newParentId)Tome::RecordsControllersignal
RecordsController(const FieldDefinitionsController &fieldDefinitionsController, const ProjectController &projectController, const TypesController &typesController)Tome::RecordsController
recordSetsChanged()Tome::RecordsControllersignal
recordUpdated(const QVariant &oldId, const QString &oldDisplayName, const QString &oldEditorIconFieldId, const QVariant &newId, const QString &newDisplayName, const QString &newEditorIconFieldId)Tome::RecordsControllersignal
removeRecord(const QVariant &recordId)Tome::RecordsController
removeRecordSet(const QString &name)Tome::RecordsController
reparentRecord(const QVariant &recordId, const QVariant &newParentId)Tome::RecordsController
revertRecord(const QVariant &recordId)Tome::RecordsController
setReadOnly(const QVariant &recordId, const bool readOnly)Tome::RecordsController
setRecordSets(RecordSetList &model)Tome::RecordsController
updateRecord(const QVariant oldId, const QVariant newId, const QString newDisplayName, const QString newEditorIconFieldId, const QStringList &newFieldIds, const QString &newRecordSetName)Tome::RecordsController
updateRecordFieldValue(const QVariant &recordId, const QString &fieldId, const QVariant &fieldValue)Tome::RecordsController