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
donner::css::Declaration Member List

This is the complete list of members for donner::css::Declaration, including all inherited members.

Declaration(RcString name, std::vector< ComponentValue > values={}, const FileOffset &sourceOffset=FileOffset::Offset(0), bool important=false)donner::css::Declarationinline
Declaration(const Declaration &other)=defaultdonner::css::Declaration
Declaration(Declaration &&other) noexcept=defaultdonner::css::Declaration
importantdonner::css::Declaration
namedonner::css::Declaration
operator<<(std::ostream &os, const Declaration &declaration)donner::css::Declarationfriend
operator=(const Declaration &other)=defaultdonner::css::Declaration
operator=(Declaration &&other) noexcept=defaultdonner::css::Declaration
operator==(const Declaration &other) const =defaultdonner::css::Declaration
sourceOffsetdonner::css::Declaration
sourceRangedonner::css::Declaration
toCssText() constdonner::css::Declaration
valuesdonner::css::Declaration
~Declaration()=defaultdonner::css::Declaration