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

Scratch state threaded through the helpers that handle a single character insertion (handleNewLine, handleRegularCharacter, etc.). More...

#include "donner/editor/TextEditorCore.h"

Public Attributes

UndoRecord record
Coordinates insertPos

Detailed Description

Scratch state threaded through the helpers that handle a single character insertion (handleNewLine, handleRegularCharacter, etc.).

Member Data Documentation

◆ insertPos

Coordinates donner::editor::UndoState::insertPos

◆ record

UndoRecord donner::editor::UndoState::record

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