Graph Registry Events#
Variables#
- 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).
Variables#
-
const auto omni::graph::core::kGlobalEventNodeTypeAdded = carb::RString("omni.graph.core:graph_registry:node_type_added")#
Node type has been added to the registry (deferred).
-
const auto omni::graph::core::kGlobalEventNodeTypeAddedImmediate = carb::RString("omni.graph.core:graph_registry:node_type_added:immediate")#
Node type has been added to the registry (immediate).
-
const auto omni::graph::core::kGlobalEventNodeTypeCategoryChanged = carb::RString("omni.graph.core:graph_registry:node_type_category_changed")#
Node type has had its category changed (deferred).
-
const auto omni::graph::core::kGlobalEventNodeTypeCategoryChangedImmediate = carb::RString("omni.graph.core:graph_registry:node_type_category_changed:immediate")#
Node type has had its category changed (immediate).
-
const auto omni::graph::core::kGlobalEventNodeTypeNamespaceChanged = carb::RString("omni.graph.core:graph_registry:node_type_namespace_changed")#
Node type has had its namespace changed (deferred).
-
const auto omni::graph::core::kGlobalEventNodeTypeNamespaceChangedImmediate = carb::RString("omni.graph.core:graph_registry:node_type_namespace_changed:immediate")#
Node type has had its namespace changed (immediate).
-
const auto omni::graph::core::kGlobalEventNodeTypeRemoved = carb::RString("omni.graph.core:graph_registry:node_type_removed")#
Node type has been removed from the registry (deferred).
-
const auto omni::graph::core::kGlobalEventNodeTypeRemovedImmediate = carb::RString("omni.graph.core:graph_registry:node_type_removed_immediate")#
Node type has been removed from the registry (immediate).