|
|
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.
|
A single XML autocomplete suggestion. More...
#include "donner/editor/XmlAutocomplete.h"
A single XML autocomplete suggestion.
| bool donner::editor::XmlAutocompleteSuggestion::alsoPresentationAttribute = false |
True for CSS properties usable as attributes.
| std::string donner::editor::XmlAutocompleteSuggestion::displayText |
Text shown in the popup.
| std::string donner::editor::XmlAutocompleteSuggestion::insertText |
Text inserted when selected.