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::editor::XmlAutocompleteSuggestion Struct Reference

A single XML autocomplete suggestion. More...

#include "donner/editor/XmlAutocomplete.h"

Public Attributes

std::string displayText
 Text shown in the popup.
std::string insertText
 Text inserted when selected.
bool alsoPresentationAttribute = false
 True for CSS properties usable as attributes.

Detailed Description

A single XML autocomplete suggestion.

Member Data Documentation

◆ alsoPresentationAttribute

bool donner::editor::XmlAutocompleteSuggestion::alsoPresentationAttribute = false

True for CSS properties usable as attributes.

◆ displayText

std::string donner::editor::XmlAutocompleteSuggestion::displayText

Text shown in the popup.

◆ insertText

std::string donner::editor::XmlAutocompleteSuggestion::insertText

Text inserted when selected.


The documentation for this struct was generated from the following file: