|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
This is the complete list of members for donner::svg::components::TreeMutation, including all inherited members.
| AppendChild(EntityHandle parent, EntityHandle child) | donner::svg::components::TreeMutation | static |
| InsertBefore(EntityHandle parent, EntityHandle newNode, EntityHandle referenceNode=EntityHandle()) | donner::svg::components::TreeMutation | static |
| Remove(EntityHandle entity) | donner::svg::components::TreeMutation | static |
| RemoveChild(EntityHandle parent, EntityHandle child) | donner::svg::components::TreeMutation | static |
| ReplaceChild(EntityHandle parent, EntityHandle newChild, EntityHandle oldChild) | donner::svg::components::TreeMutation | static |