TreeActionContext

Keeps track of currently active actions.

Members

Functions

opApply
int opApply(int delegate(TreeAction) @(safe) yield)

List all currently active actions in a loop.

spawn
void spawn(TreeAction[] actions)

Start a number of tree actions. As the node tree is drawn, the action's hook will be called whenever a relevant place is reached in the tree.

Meta