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::TreeComponent Member List

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

appendChild(Registry &registry, Entity child)donner::components::TreeComponent
firstChild() constdonner::components::TreeComponentinline
insertBefore(Registry &registry, Entity newNode, Entity referenceNode)donner::components::TreeComponent
lastChild() constdonner::components::TreeComponentinline
nextSibling() constdonner::components::TreeComponentinline
parent() constdonner::components::TreeComponentinline
previousSibling() constdonner::components::TreeComponentinline
remove(Registry &registry)donner::components::TreeComponent
removeChild(Registry &registry, Entity child)donner::components::TreeComponent
replaceChild(Registry &registry, Entity newChild, Entity oldChild)donner::components::TreeComponent
tagName() const UTILS_LIFETIME_BOUNDdonner::components::TreeComponentinline
TreeComponent(const xml::XMLQualifiedNameRef &tagName)donner::components::TreeComponentinlineexplicit