An interface class used to filter file paths.
More...
An interface class used to filter file paths.
- See also
- QtsTsFile::qtlExpandFilePath()
◆ filePathFilter()
virtual bool QtlFilePathFilterInterface::filePathFilter |
( |
const QFileInfo & |
fileInfo | ) |
|
|
pure virtual |
File path filter.
- Parameters
-
[in] | fileInfo | Information about the file to filter. |
- Returns
- True if the file shall be "kept" (whatever it means in the context) and false if it should be ignored.
◆ recursionFilter()
virtual bool QtlFilePathFilterInterface::recursionFilter |
( |
const QFileInfo & |
dirInfo | ) |
|
|
pure virtual |
Subdirectory recursion filter.
- Parameters
-
[in] | dirInfo | Information about a directory which is encountered in the exploration. |
- Returns
- True if the caller should explore the content of the specified directory, false if the content of the directory should be ignored.
The documentation for this class was generated from the following file: