Protected Member Functions |
| void | on_entityTypeMappingAdded (const std::string &settingsName, int entType, const std::string &modelDef, const std::string &schemaName) |
| | Slot called when an entity type mapping is added.
|
| void | on_entityTypeMappingRemoved (const std::string &settingsName, int entType) |
| | Slot called when an entity type mapping is removed.
|
| void | on_entityTypeRemapped (const std::string &settingsName, int oldType, int newType) |
| | Slot called when the CIGI entity type is changed for a particular model definition.
|
| void | on_cigiSettingsLoaded (const std::string &settingsName, const makArchives::DtCigiSettingsRecord &record) |
| | Slot called when CIGI settings are imported.
|
| void | on_artPartMappingSet (const std::string &settingsName, int entType, int cigiId, int disId) |
| | Slot called when an articulated part mapping is set.
|
| void | on_artPartMappingRemoved (const std::string &settingsName, int entType, int cigiId) |
| | Slot called when an articulated part mapping is removed.
|
| void | on_modelStateMappingAdded (const std::string &settingsName, int cigiId, int stateId) |
| | Slot called when a model state mapping is added.
|
| void | on_modelStateMappingRemoved (const std::string &settingsName, int cigiId) |
| | Slot called when a model state mapping is removed.
|
| void | on_animationMappingAdded (const std::string &settingsName, int animationId, const std::string &animationName) |
| | Slot called when an animation mapping is added.
|
| void | on_animationMappingRemoved (const std::string &settingsName, int animationId) |
| | Slot called when an animation mapping is removed.
|
| void | on_componentMappingAdded (const std::string &settingsName, makArchives::DtCigiComponentClass compClass, int compId, const std::string &compName) |
| | Slot called when an component mapping is added.
|
| void | on_componentMappingRemoved (const std::string &settingsName, makArchives::DtCigiComponentClass compClass, int cigiId) |
| | Slot called when an component mapping is removed.
|
| void | on_databaseMappingAdded (const std::string &settingsName, int databaseNumber, const std::string &filename) |
| | Slot called when an database mapping is added.
|
| void | on_databaseMappingRemoved (const std::string &settingsName, int databaseNumber) |
| | Slot called when an database mapping is removed.
|
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.