Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
TreeComponent.h File Reference
#include "donner/base/RcString.h"
#include "donner/base/SmallVector.h"
#include "donner/base/xml/XMLQualifiedName.h"
#include "donner/svg/registry/ElementType.h"
#include "donner/svg/registry/Registry.h"
Include dependency graph for TreeComponent.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::svg::components::TreeComponent
 Stores the tree structure for an SVG element, such as the parent, children, and siblings. More...
 

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
 
namespace  donner::svg
 Donner SVG library, which can load, manipulate and render SVG files.
 
namespace  donner::svg::components
 Contains the implementation of the Donner ECS,.
 

Functions

template<typename Func >
void donner::svg::components::ForAllChildren (EntityHandle handle, const Func &func)
 Iterate over all children of the given entity and call the given functor for each child.