SECLayoutNode::RecalcZOrder

voidSECLayoutNode::RecalcZOrder(BOOLbRecurseChildren)

Recalculate the Z-Order associated with this particular node

Defined in: LAYOUTND.CPP

Return Value

void

Parameters

bRecurseChildren

Recurse recalculation through all children

Comments

This function can be called to rectify the Z-Order associated with this particular node. Derived classes will override this function to apply specific Z-Order implementation (note this need not necessarily be an hWnd operation - his can also refer to other images (like a ray-traced GDI image or the like)). Derived classes should conform to a preorder traversal, i.e. invoke the base class first before special processing. This will allow leaf nodes to be above the Z-Order from root nodes, as approp.