|
WEBELO
HTML Visualizer & DOM Library
|
Public Member Functions | |
| path_structs (EventTarget *it=nullptr, bool itst=false, EventTarget *sat=nullptr, EventTarget *rt=nullptr, std::vector< EventTarget * > ttl={}, bool rct=false, bool sct=false) | |
Public Attributes | |
| EventTarget * | invocation_target |
| bool | invocation_target_in_shadow_tree |
| EventTarget * | shadow_adjusted_target |
| EventTarget * | related_target |
| std::vector< EventTarget * > | touch_target_list = {} |
| bool | root_of_closed_tree |
| bool | slot_in_closed_tree |
Definition at line 413 of file Webelo.cpp.
|
inline |
Definition at line 422 of file Webelo.cpp.
| EventTarget* path_structs::invocation_target |
Definition at line 414 of file Webelo.cpp.
| bool path_structs::invocation_target_in_shadow_tree |
Definition at line 415 of file Webelo.cpp.
| EventTarget* path_structs::related_target |
Definition at line 417 of file Webelo.cpp.
| bool path_structs::root_of_closed_tree |
Definition at line 419 of file Webelo.cpp.
| EventTarget* path_structs::shadow_adjusted_target |
Definition at line 416 of file Webelo.cpp.
| bool path_structs::slot_in_closed_tree |
Definition at line 420 of file Webelo.cpp.
| std::vector<EventTarget*> path_structs::touch_target_list = {} |
Definition at line 418 of file Webelo.cpp.