This class holds the CIGI settings used by the DtCigiConnection object. A named settings object is held by this class, and if those settings are modified in the GUI, signals will be sent to this class with the settings name and other parameters to describe the change. If the settings name in the GUI matches the settings held by the connection, they will be modified. This is all done so that settings can be changed while the CIGI driver is connected.
|
| void | on_entityTypeMappingAdded (const std::string &settingsName, int entType, const std::string &modelDef, const std::string &schemaName) |
| |
| void | on_entityTypeMappingRemoved (const std::string &settingsName, int entType) |
| |
| void | on_entityTypeRemapped (const std::string &settingsName, int oldType, int newType) |
| |
| void | on_cigiSettingsLoaded (const std::string &settingsName, const makArchives::DtCigiSettingsRecord &record) |
| |
| void | on_artPartMappingSet (const std::string &settingsName, int entType, int cigiId, int disId) |
| |
| void | on_artPartMappingRemoved (const std::string &settingsName, int entType, int cigiId) |
| |
| void | on_modelStateMappingAdded (const std::string &settingsName, int cigiId, int stateId) |
| |
| void | on_modelStateMappingRemoved (const std::string &settingsName, int cigiId) |
| |
| void | on_animationMappingAdded (const std::string &settingsName, int animationId, const std::string &animationName) |
| |
| void | on_animationMappingRemoved (const std::string &settingsName, int animationId) |
| |
| void | on_componentMappingAdded (const std::string &settingsName, makArchives::DtCigiComponentClass compClass, int compId, const std::string &compName) |
| |
| void | on_componentMappingRemoved (const std::string &settingsName, makArchives::DtCigiComponentClass compClass, int cigiId) |
| |
| void | on_databaseMappingAdded (const std::string &settingsName, int databaseNumber, const std::string &filename) |
| |
| void | on_databaseMappingRemoved (const std::string &settingsName, int databaseNumber) |
| |
| void | on_observerModeMappingAdded (const std::string &settingsName, int observerModeNumber, const std::string &observerModeName) |
| |
| void | on_observerModeMappingRemoved (const std::string &settingsName, int observerModeNumber) |
| |