|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
|
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 |