Allows you to filter the items displayed in a file panel. More...
Public Member Functions | |
virtual bool | Filter (const entry_ref *ref, BNode *node, struct stat_beos *stat, const char *mimeType)=0 |
Hook method that's called on each file in the target directory displayed by a file panel. | |
Allows you to filter the items displayed in a file panel.
|
pure virtual |
Hook method that's called on each file in the target directory displayed by a file panel.
ref | The file currently under consideration. |
node | The node currently under consideration. |
stat | The stat information of the file. |
mimeType | The MIME type of the file. |