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::svg::ResolvedReference Struct Reference

Represents a resolved reference to an SVG entity. More...

#include "donner/svg/graph/Reference.h"

Public Member Functions

 operator Entity () const
 Implicit conversion operator to Entity.
bool valid () const
 Returns true if this ResolvedReference is non-empty.

Public Attributes

EntityHandle handle
 Handle to the resolved entity.

Detailed Description

Represents a resolved reference to an SVG entity.

Returned by Reference::resolve.

Member Function Documentation

◆ operator Entity()

donner::svg::ResolvedReference::operator Entity ( ) const
inline

Implicit conversion operator to Entity.

Returns
The entity associated with the handle

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