Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::components::TreeMutationContext Member List

This is the complete list of members for donner::components::TreeMutationContext, including all inherited members.

appendChilddonner::components::TreeMutationContext
DefaultAppendChild(EntityHandle parent, EntityHandle child) (defined in donner::components::TreeMutationContext)donner::components::TreeMutationContextinlinestatic
DefaultInsertBefore(EntityHandle parent, EntityHandle newNode, EntityHandle referenceNode)donner::components::TreeMutationContextinlinestatic
DefaultRemove(EntityHandle entity) (defined in donner::components::TreeMutationContext)donner::components::TreeMutationContextinlinestatic
DefaultRemoveChild(EntityHandle parent, EntityHandle child) (defined in donner::components::TreeMutationContext)donner::components::TreeMutationContextinlinestatic
DefaultReplaceChild(EntityHandle parent, EntityHandle newChild, EntityHandle oldChild) (defined in donner::components::TreeMutationContext)donner::components::TreeMutationContextinlinestatic
insertBeforedonner::components::TreeMutationContext
removedonner::components::TreeMutationContext
removeChilddonner::components::TreeMutationContext
replaceChilddonner::components::TreeMutationContext
TreeMutationContext()donner::components::TreeMutationContextinline