|
|
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.
|
#include <cstddef>#include <cstdint>#include <optional>#include <ostream>#include <string>#include <string_view>#include <vector>#include "donner/base/Utils.h"Classes | |
| struct | donner::xml::SourceAnchorId |
| Stable identifier for a source anchor stored in XMLSourceStore. More... | |
| struct | donner::xml::ResolvedSourceSpan |
| Current resolved byte span between two source anchors. More... | |
| struct | donner::xml::SourceAnchorSpan |
| Pair of anchors representing a source span. More... | |
| struct | donner::xml::XMLSourceDelta |
| Describes one applied source edit. More... | |
| class | donner::xml::XMLSourceStore |
| Owns XML source bytes and mutable source anchors. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
| namespace | donner::xml |
| XML parsing and document model support, top-level objects are donner::xml::XMLParser and donner::xml::XMLDocument. | |
Enumerations | |
| enum class | donner::xml::SourceAnchorBias : std::uint8_t { donner::xml::Before , donner::xml::After } |
| Controls how an anchor behaves when text is inserted exactly at its offset. More... | |
| struct donner::xml::SourceAnchorSpan |
Pair of anchors representing a source span.
| Class Members | ||
|---|---|---|
| SourceAnchorId | end | End anchor. |
| SourceAnchorId | start | Start anchor. |