Graph Registry Events#

Variables Summary#

const auto omni::graph::core::kGlobalEventNodeTypeAdded

Node type has been added to the registry (deferred).

const auto omni::graph::core::kGlobalEventNodeTypeAddedImmediate

Node type has been added to the registry (immediate).

const auto omni::graph::core::kGlobalEventNodeTypeCategoryChanged

Node type has had its category changed (deferred).

const auto omni::graph::core::kGlobalEventNodeTypeCategoryChangedImmediate

Node type has had its category changed (immediate).

const auto omni::graph::core::kGlobalEventNodeTypeNamespaceChanged

Node type has had its namespace changed (deferred).

const auto omni::graph::core::kGlobalEventNodeTypeNamespaceChangedImmediate

Node type has had its namespace changed (immediate).

const auto omni::graph::core::kGlobalEventNodeTypeRemoved

Node type has been removed from the registry (deferred).

const auto omni::graph::core::kGlobalEventNodeTypeRemovedImmediate

Node type has been removed from the registry (immediate).

const auto omni::graph::core::kGlobalEventStagePreAttach

A stage is being attached (deferred).

const auto omni::graph::core::kGlobalEventStagePreAttachImmediate

A stage is being attached (immediate).