Go to the source code of this file.
Namespaces | |
namespace | ot |
Enumerations | |
enum class | ot::ContentChangedHandling : int32_t { ot::ModelServiceSavesNotifyOwner = 0 , ot::OwnerHandles = 1 , ot::ModelServiceSaves = 2 } |
Defines how the model service shall deal with a content changed notification from the ui. Options are to save the changes and notify the owner of the entity, letting the owner handle everything or simply saving the changes without notification. More... | |