Skip to main content

Module debug_element_configuring

Module debug_element_configuring 

Source
Expand description

Recording wrappers around cotis::element_configuring for stage-1 capture.

Each wrapper delegates to the real configuring API and mirrors every operation into a LeafedInterfaceDeclaration. DebugOpenElement and DebugConfiguredParentElement record Close on drop if not closed explicitly.

Structsยง

DebugConfiguredParentElement
Debug wrapper for a parent element created via DebugOpenElement::make_parent.
DebugInitialConfiguredParentElement
Root debug wrapper used at the start of UiFn::draw_in.
DebugOpenElement
Debug wrapper for an open element being configured.