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

Result of validating and building a structural move plan. More...

#include "donner/editor/SourceStructuralMove.h"

Public Attributes

SourceStructuralMoveStatus status = SourceStructuralMoveStatus::Rejected
std::optional< SourceStructuralMovePlanplan

Detailed Description

Result of validating and building a structural move plan.

Member Data Documentation

◆ plan

std::optional<SourceStructuralMovePlan> donner::editor::SourceStructuralMoveEvaluation::plan

◆ status

SourceStructuralMoveStatus donner::editor::SourceStructuralMoveEvaluation::status = SourceStructuralMoveStatus::Rejected

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