QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlFilePathFilterInterface Class Referenceabstract

An interface class used to filter file paths. More...

Public Member Functions

virtual bool filePathFilter (const QFileInfo &fileInfo)=0
 File path filter. More...
 
virtual bool recursionFilter (const QFileInfo &dirInfo)=0
 Subdirectory recursion filter. More...
 

Detailed Description

An interface class used to filter file paths.

See also
QtsTsFile::qtlExpandFilePath()

Member Function Documentation

◆ filePathFilter()

virtual bool QtlFilePathFilterInterface::filePathFilter ( const QFileInfo &  fileInfo)
pure virtual

File path filter.

Parameters
[in]fileInfoInformation 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]dirInfoInformation 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: