filter_iter


Description:

public bool filter_iter (ModelIter iter)

Checks whether the row pointer by iter should be filtered or not using the filtering function set on this.

Note:

Use ListModel instead

This function should be used only by subclasses of Model.

Parameters:

this

a Model

iter

the row to filter

Returns:

true if the row should be displayed, false otherwise