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
AttributesComponent.h File Reference
#include <cstdint>
#include <map>
#include <optional>
#include <set>
#include "donner/base/EcsRegistry.h"
#include "donner/base/RcStringOrRef.h"
#include "donner/base/SmallVector.h"
#include "donner/base/xml/XMLQualifiedName.h"
Include dependency graph for AttributesComponent.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::components::AttributesComponent
 Stores XML attribute values. More...
struct  donner::components::AttributesComponent::AttributeSourceAnchors
 Source anchors for one serialized attribute. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.