Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
Cursor.h File Reference
#include <optional>
#include <ostream>
#include <vector>
#include "donner/base/RcString.h"
#include "donner/base/Vector2.h"
#include "donner/svg/core/CursorType.h"
Include dependency graph for Cursor.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  donner::svg::CursorImage
 One authored cursor image candidate and its optional hotspot. More...
struct  donner::svg::Cursor
 Cascaded CSS cursor value with authored URL candidates and a required keyword fallback. 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.

Functions

std::ostream & donner::svg::operator<< (std::ostream &os, const Cursor &cursor)
 Human-readable output for diagnostics and tests.