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
ClipboardInterface.h File Reference

Abstract clipboard interface used by the editor's text-editor core (see 0051-text_editor_refactor.md). Decouples copy/cut/paste from ImGui so headless unit tests can inject an in-memory implementation instead of requiring an ImGui context. More...

#include <string>
#include <string_view>
Include dependency graph for ClipboardInterface.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::editor::ClipboardInterface
 Three-method interface for clipboard access. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.

Detailed Description

Abstract clipboard interface used by the editor's text-editor core (see 0051-text_editor_refactor.md). Decouples copy/cut/paste from ImGui so headless unit tests can inject an in-memory implementation instead of requiring an ImGui context.