Base class for the association functor that is used in foreach(). If you want to supply your specific actions to do with the associated data found by the foreach() functions you need to derive from this class and provide a new handle function.
Public Member Functions | |
virtual bool | handle (const AssociationType &, const Widget *, void *data)=0 |
|
For each found association this function is called. If the function returns true the loop is aborted and the data pointer for the current association is returned |