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::StyleFocus Struct Reference

Focus information for a stylesheet rule under the source cursor. More...

#include "donner/editor/FocusView.h"

Public Attributes

FocusPartition partition
 Source-pane partition for the matched rule.
std::vector< svg::SVGElementimpactedElements
 Elements matched by the selected rule.
bool reverseReferenceExpansionSuppressed = false
 True when too many matches fan out.

Detailed Description

Focus information for a stylesheet rule under the source cursor.

Member Data Documentation

◆ impactedElements

std::vector<svg::SVGElement> donner::editor::StyleFocus::impactedElements

Elements matched by the selected rule.

◆ partition

FocusPartition donner::editor::StyleFocus::partition

Source-pane partition for the matched rule.

◆ reverseReferenceExpansionSuppressed

bool donner::editor::StyleFocus::reverseReferenceExpansionSuppressed = false

True when too many matches fan out.


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