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::svg::components::TreeMutation Member List

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

AppendChild(EntityHandle parent, EntityHandle child)donner::svg::components::TreeMutationstatic
InsertBefore(EntityHandle parent, EntityHandle newNode, EntityHandle referenceNode=EntityHandle())donner::svg::components::TreeMutationstatic
Remove(EntityHandle entity)donner::svg::components::TreeMutationstatic
RemoveChild(EntityHandle parent, EntityHandle child)donner::svg::components::TreeMutationstatic
ReplaceChild(EntityHandle parent, EntityHandle newChild, EntityHandle oldChild)donner::svg::components::TreeMutationstatic