|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Production ClipboardInterface implementation backed by ImGui's clipboard functions (ImGui::GetClipboardText / SetClipboardText). More...
Classes | |
| class | donner::editor::ImGuiClipboard |
| ClipboardInterface implementation that routes through ImGui's built-in clipboard. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Production ClipboardInterface implementation backed by ImGui's clipboard functions (ImGui::GetClipboardText / SetClipboardText).
This file is the ONLY place in the editor that is permitted to touch ImGui::Clipboard APIs — it is the isolation point that lets TextEditorCore stay headless-testable. Any other consumer should depend on ClipboardInterface, not on ImGui directly.