filter_row
Description:
public bool filter_row (
uint row)
Checks whether row should be filtered or not using the filtering function set on this.
This function should be used only by subclasses of Model.
Parameters:
| this |
a Model
|
| row |
the row to filter
|
Returns:
|
true if the row should be displayed, false otherwise
|