|
|
Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
|
#include <cstddef>#include <cstdint>#include <string>Classes | |
| struct | donner::editor::SourceEditPoint |
| Line/column coordinate attached to a source edit boundary. More... | |
| struct | donner::editor::SourceEditIntent |
| One source-buffer edit expressed in byte offsets against the buffer version visible when the edit occurred. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Enumerations | |
| enum class | donner::editor::SourceEditIntentKind { Unknown , Insert , Delete , Replace , Undo , Redo } |
| High-level source edit operation kind captured from the text editor. More... | |
|
strong |
High-level source edit operation kind captured from the text editor.