Additional Inherited Members |
| virtual void | on_addValue (const std::string &name, const std::string &value, int index) |
| virtual void | on_changeValue (const std::string &name, const std::string &oldValue, const std::string &value, int index) |
| virtual void | on_deleteValue (const std::string &name, const std::string &value) |
| virtual void | on_renameValue (const std::string &oldName, const std::string &value, const std::string &newName) |
| virtual void | on_renameValues (const std::string &oldName, const std::string &value, const std::string &newName) |
| virtual void | on_import () |
| virtual void | on_export () |
| virtual void | on_importFilePathChosen (const std::string &filePath) |
| virtual void | on_exportFilePathChosen (const std::string &filePath) |
| virtual void | on_filterChanged (const DtUnicode &filter) |
| virtual void | on_lookupChanged (const std::string &filter) |
| virtual void | on_selectMatch () |
| virtual void | updatePossibleValues () |
| virtual void | updateSettings () |
| virtual void | rebuildDefinitions () |
| virtual void | buildFiltersFromDefinitions () |
| virtual void | askForNewElementDefinitionForEntityType (std::string entType) |
| | Called as a result of "<New...> being selected when creating a new item, if the user creates new definitions, asks for the new entity type again.
|
| virtual void | entityTypeMappingsRestored (const DtSettingsBackup *s) |
| | If the restored settings are displayed on this page, reseed the page with entity type mappings.
|
| virtual void | on_elementDefinitionRenamed (const DtUnicode &oldName, const DtUnicode &newName) |
| | Called when an element definition is renamed, update display.
|
| virtual void | loadMtlMappings (const std::string &filePath, bool queryForEach=false, bool excludeOldSettings=false) |
| | Import (stealth 6.2) mtl mappings.
|
| virtual DtModelDefinition | mtlToModelDefinition (const DtMtlModelMapReader::MtlModelMapping &mtlMapping) |
| | Create and add a model definition based on the mtl model map entry read.
|
| virtual void | addElementDefinition (const DtEntityType &type, const std::string &modelDefName) |
| | Add an element definition for the specified type and model def name.
|
| virtual void | queryForMtlMappingImportSettings (const std::string &filePath) |
| DtDe & | myDe |
| DtSignalConnectionManager | myConnections |
| const DtElementDefinitionManager & | myElementManager |
| DtSharedSimulationSettingsManager & | myManager |
| DtEntityMappingEditorInterface & | myEditorInterface |
| DtEntityTypeMapEditorInterface & | myEntityTypeMapInterface |
| DtMultiMapEditorInterface & | myMapInterface |
| DtPersistenceControlsInterface & | myToolbarInterface |
| QStringList | myDefinitions |
| DtUnicode | myParentDefinition |
| DtEntityType | myLookupType |
| DtEntityTypeMapperSettingsObjectInterface * | myMapperObject |
Logic for editing fire mappings.