org.kde.koala
public class KFileFilter extends Object implements QtSupport
UNKNOWN: Base class for file filters.
| Constructor Summary | |
|---|---|
| protected | KFileFilter(Class dummy) |
| Method Summary | |
|---|---|
| boolean | passesFilter(KFileItem item)
Checks the given item. |
item.Parameters: item the item to filter
Returns: true if the item passes the filter, false otherwise
UNKNOWN: Checks the given item.