|
|
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.
|
Detailed outcome from a document save attempt. More...
#include "donner/editor/DocumentSave.h"
Public Member Functions | |
| bool | ok () const |
| Whether the save completed successfully. | |
Public Attributes | |
| DocumentSaveStatus | status = DocumentSaveStatus::Ok |
| int | errorNumber = 0 |
| std::size_t | bytesWritten = 0 |
| std::string | message |
Detailed outcome from a document save attempt.