![]() |
Tome
A generic data editor for games supporting arbitrary input and output formats.
|
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() const | Tome::TypesController | |
| getCustomType(const QString &name) const | Tome::TypesController | |
| getCustomTypes() const | Tome::TypesController | |
| getCustomTypeSetNames() const | Tome::TypesController | |
| getCustomTypeSets() const | Tome::TypesController | |
| getTypeNames() const | Tome::TypesController | |
| isBuiltInType(const QString &name) const | Tome::TypesController | |
| isCustomType(const QString &name) const | Tome::TypesController | |
| isTypeOrDerivedFromType(const QString &lhs, const QString &rhs) const | Tome::TypesController | |
| removeCustomType(const QString &typeName) | Tome::TypesController | |
| removeCustomTypeSet(const QString &name) | Tome::TypesController | |
| setCustomTypes(CustomTypeSetList &model) | Tome::TypesController | |
| typeAdded(const Tome::CustomType &type) | Tome::TypesController | signal |
| typeRemoved(const Tome::CustomType &type) | Tome::TypesController | signal |
| typeRenamed(const QString &oldName, const QString &newName) | Tome::TypesController | signal |
| typeUpdated(const Tome::CustomType &type) | Tome::TypesController | signal |
| 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) const | Tome::TypesController |
1.8.13