|
|
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.
|
This is the complete list of members for donner::svg::SVGDocumentMutation, including all inherited members.
| access() const | donner::svg::SVGDocumentMutation | |
| appendChild(SVGElement parent, const SVGElement &child) | donner::svg::SVGDocumentMutation | |
| insertBefore(SVGElement parent, const SVGElement &newNode, std::optional< SVGElement > referenceNode) | donner::svg::SVGDocumentMutation | |
| operator=(const SVGDocumentMutation &other)=delete | donner::svg::SVGDocumentMutation | |
| operator=(SVGDocumentMutation &&other) noexcept=delete | donner::svg::SVGDocumentMutation | |
| remove(SVGElement element) | donner::svg::SVGDocumentMutation | |
| removeAttribute(SVGElement element, const xml::XMLQualifiedNameRef &name) | donner::svg::SVGDocumentMutation | |
| removeChild(SVGElement parent, const SVGElement &child) | donner::svg::SVGDocumentMutation | |
| replaceChild(SVGElement parent, const SVGElement &newChild, const SVGElement &oldChild) | donner::svg::SVGDocumentMutation | |
| setAttribute(SVGElement element, const xml::XMLQualifiedNameRef &name, std::string_view value) | donner::svg::SVGDocumentMutation | |
| setCanvasSize(int width, int height) | donner::svg::SVGDocumentMutation | |
| SVGDocumentMutation(SVGDocument document, DocumentWriteAccess &access) | donner::svg::SVGDocumentMutation | explicit |
| SVGDocumentMutation(const SVGDocumentMutation &other)=delete | donner::svg::SVGDocumentMutation | |
| SVGDocumentMutation(SVGDocumentMutation &&other) noexcept=delete | donner::svg::SVGDocumentMutation | |
| useAutomaticCanvasSize() | donner::svg::SVGDocumentMutation |