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

Collaboration diagram for donner::editor::StyleFocus:
[legend]

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: