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

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

addCustomTypeSet(const CustomTypeSet &customTypeSet)Tome::TypesController
addDerivedType(const QString &name, const QString &baseType, const QVariantMap &facets, const QString &customTypeSetName)Tome::TypesController
addEnumeration(const QString &name, const QStringList &enumeration, const QString &customTypeSetName)Tome::TypesController
addList(const QString &name, const QString &itemType, const QString &customTypeSetName)Tome::TypesController
addMap(const QString &name, const QString &keyType, const QString &valueType, const QString &customTypeSetName)Tome::TypesController
getBuiltInTypes() constTome::TypesController
getCustomType(const QString &name) constTome::TypesController
getCustomTypes() constTome::TypesController
getCustomTypeSetNames() constTome::TypesController
getCustomTypeSets() constTome::TypesController
getTypeNames() constTome::TypesController
isBuiltInType(const QString &name) constTome::TypesController
isCustomType(const QString &name) constTome::TypesController
isTypeOrDerivedFromType(const QString &lhs, const QString &rhs) constTome::TypesController
removeCustomType(const QString &typeName)Tome::TypesController
removeCustomTypeSet(const QString &name)Tome::TypesController
setCustomTypes(CustomTypeSetList &model)Tome::TypesController
typeAdded(const Tome::CustomType &type)Tome::TypesControllersignal
typeRemoved(const Tome::CustomType &type)Tome::TypesControllersignal
typeRenamed(const QString &oldName, const QString &newName)Tome::TypesControllersignal
typeUpdated(const Tome::CustomType &type)Tome::TypesControllersignal
updateDerivedType(const QString &oldName, const QString &newName, const QString &baseType, const QVariantMap facets, const QString &typeSetName)Tome::TypesController
updateEnumeration(const QString &oldName, const QString &newName, const QStringList &enumeration, const QString &typeSetName)Tome::TypesController
updateList(const QString &oldName, const QString &newName, const QString &itemType, const QString &typeSetName)Tome::TypesController
updateMap(const QString &oldName, const QString &newName, const QString &keyType, const QString &valueType, const QString &typeSetName)Tome::TypesController
valueToString(const QVariant &value, const QString &typeName) constTome::TypesController