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
DocumentSyncController.h File Reference
#include <limits>
#include <optional>
#include <string>
#include <vector>
#include "donner/base/ParseDiagnostic.h"
#include "donner/editor/AttributeWriteback.h"
#include "donner/editor/EditorApp.h"
#include "donner/editor/SourceDiagnostics.h"
#include "donner/editor/SourceEditIntent.h"
#include "donner/editor/TextEditor.h"
Include dependency graph for DocumentSyncController.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::editor::DocumentSyncController
 Owns source-pane debounce, parse-error markers, and XML-owned source view mirroring. More...

Namespaces

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