WEBELO
HTML Visualizer & DOM Library
Loading...
Searching...
No Matches
path_structs Struct Reference

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

EventTargetinvocation_target
bool invocation_target_in_shadow_tree
EventTargetshadow_adjusted_target
EventTargetrelated_target
std::vector< EventTarget * > touch_target_list = {}
bool root_of_closed_tree
bool slot_in_closed_tree

Detailed Description

Definition at line 413 of file Webelo.cpp.

Constructor & Destructor Documentation

◆ path_structs()

path_structs::path_structs ( EventTarget * it = nullptr,
bool itst = false,
EventTarget * sat = nullptr,
EventTarget * rt = nullptr,
std::vector< EventTarget * > ttl = {},
bool rct = false,
bool sct = false )
inline

Definition at line 422 of file Webelo.cpp.

Member Data Documentation

◆ invocation_target

EventTarget* path_structs::invocation_target

Definition at line 414 of file Webelo.cpp.

◆ invocation_target_in_shadow_tree

bool path_structs::invocation_target_in_shadow_tree

Definition at line 415 of file Webelo.cpp.

◆ related_target

EventTarget* path_structs::related_target

Definition at line 417 of file Webelo.cpp.

◆ root_of_closed_tree

bool path_structs::root_of_closed_tree

Definition at line 419 of file Webelo.cpp.

◆ shadow_adjusted_target

EventTarget* path_structs::shadow_adjusted_target

Definition at line 416 of file Webelo.cpp.

◆ slot_in_closed_tree

bool path_structs::slot_in_closed_tree

Definition at line 420 of file Webelo.cpp.

◆ touch_target_list

std::vector<EventTarget*> path_structs::touch_target_list = {}

Definition at line 418 of file Webelo.cpp.


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