Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
ResourceLoaderInterface.h File Reference
#include <cstdint>
#include <string_view>
#include <variant>
#include <vector>
Include dependency graph for ResourceLoaderInterface.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::svg::ResourceLoaderInterface
 Interface for loading external resources, such as images. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
namespace  donner::svg
 Donner SVG library, which can load, manipulate and render SVG files.

Enumerations

enum class  donner::svg::ResourceLoaderError : uint8_t {
  donner::svg::NotFound ,
  donner::svg::SandboxViolation ,
  donner::svg::TooLarge
}
 Error codes for resource loading. More...

Functions

std::string_view donner::svg::ToString (ResourceLoaderError error)
 Convert a resource-loader error to a stable human-readable string.