Delegate for hierarchical filtering of models.
delegate
|
ModelDelegate
|
||||
(IModel model)
|
|||||
type
|
int32
|
||||
params
|
model
|
The current model node. | |||
returns
|
A
bitmask
of
the
following
values:
1 :
the
given
model
matches
the
filter.
2 :
traversal
shall
stop
at
model,
i.e.
its
children
are
skipped.
|