|
| TypeArchiveNotification () |
|
virtual | ~TypeArchiveNotification ()=default |
|
BNTypeArchiveNotification * | GetCallbacks () |
|
virtual void | OnTypeAdded (Ref< TypeArchive > archive, const std::string &id, Ref< Type > definition) |
| Called when a type is added to the archive.
|
|
virtual void | OnTypeUpdated (Ref< TypeArchive > archive, const std::string &id, Ref< Type > oldDefinition, Ref< Type > newDefinition) |
| Called when a type in the archive is updated to a new definition.
|
|
virtual void | OnTypeRenamed (Ref< TypeArchive > archive, const std::string &id, const QualifiedName &oldName, const QualifiedName &newName) |
| Called when a type in the archive is renamed.
|
|
virtual void | OnTypeDeleted (Ref< TypeArchive > archive, const std::string &id, Ref< Type > definition) |
| Called when a type in the archive is deleted from the archive.
|
|