Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::repro::ReproHit Struct Reference

Hit-test checkpoint captured at mouse-down time. More...

#include "donner/editor/repro/ReproFile.h"

Collaboration diagram for donner::editor::repro::ReproHit:
[legend]

Public Attributes

std::string id
 id attribute of the hit element, or empty if none.
std::string tag
 Tag name of the hit element, or empty if none.
int docOrderIndex = -1
 Document-order index of the hit element, or -1 if unspecified.
bool empty = false
 True when the click landed on empty space.

Friends

bool operator== (const ReproHit &, const ReproHit &)=default

Detailed Description

Hit-test checkpoint captured at mouse-down time.


The documentation for this struct was generated from the following file: