VCF::FileSearchFilter Class Reference
FileSearchFilter is an abstract class for any user defined Filter object working with the Directory::Finder. More...
#include <vcf/FoundationKit/Directory.h>
Inheritance diagram for VCF::FileSearchFilter:

Public Member Functions | |
| virtual | ~FileSearchFilter () |
| virtual File * | passSearchFilter (const File *file, const Directory *subdir, const Directory::Finder *finder)=0 |
| the filtering function of the object, called by the Directory::Finder during the search | |
| virtual String | toString () const |
Detailed Description
FileSearchFilter is an abstract class for any user defined Filter object working with the Directory::Finder.
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
||||||||||||||||
|
the filtering function of the object, called by the Directory::Finder during the search
Implemented in VCF::FileSearchFilterStandard. |
|
|
Reimplemented in VCF::FileSearchFilterStandard. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/Directory.h
