|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
Header-only in-memory implementation of ClipboardInterface. Stores a single std::string in the object — no OS / ImGui interaction. More...
#include <string>#include <string_view>#include <utility>#include "donner/editor/ClipboardInterface.h"Classes | |
| class | donner::editor::InMemoryClipboard |
| In-memory ClipboardInterface backed by a single std::string member. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Header-only in-memory implementation of ClipboardInterface. Stores a single std::string in the object — no OS / ImGui interaction.
Useful in two places:
Lives in the main donner/editor/ directory (not tests/) so that production headless contexts can link against it.