|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
Abstract clipboard interface used by the editor's text-editor core. 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>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. | |
Abstract clipboard interface used by the editor's text-editor core. Decouples copy/cut/paste from ImGui so headless unit tests can inject an in-memory implementation instead of requiring an ImGui context.