forward


Description:

public bool forward (PadForwardFunction forward)

Calls forward for all internally linked pads of this.

This function deals with dynamically changing internal pads and will make sure that the forward function is only called once for each pad.

When forward returns true, no further pads will be processed.

Parameters:

this

a Pad

forward

a PadForwardFunction

user_data

user data passed to forward

Returns:

true if one of the dispatcher functions returned true.