Mask.onDelegateFindVisuals

Requests that the list gather sub-visuals to be rendered, if applicable.

class Mask
protected @nogc override
void
onDelegateFindVisuals
(
ref weak_vector!Visual visuals
,,
bool append
)

Parameters

visuals weak_vector!Visual

The list to write to, the list may be resized by the implementation.

recurseDelegates bool

Whether to recurse through delegate visuals.

append bool

Whether to append to the visuals list.

Meta