Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
PointerEvents.h File Reference
#include <ostream>
#include "donner/base/Utils.h"
Include dependency graph for PointerEvents.h:
This graph shows which files directly or indirectly include this file:

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::PointerEvents {
  donner::svg::None ,
  donner::svg::BoundingBox ,
  donner::svg::VisiblePainted ,
  donner::svg::VisibleFill ,
  donner::svg::VisibleStroke ,
  donner::svg::Visible ,
  donner::svg::Painted ,
  donner::svg::Fill ,
  donner::svg::Stroke ,
  donner::svg::All
}
 Values for the 'pointer-events' property, which defines how mouse events interact with an element. More...
 

Functions

std::ostream & donner::svg::operator<< (std::ostream &os, PointerEvents value)
 Output stream operator for PointerEvents, outputs the CSS string representation for this enum, e.g. "none", "bounding-box", etc.