21 #ifndef DIRECTORY_READER 22 #define DIRECTORY_READER 58 void get_files_in_dir(
const QDir base_dir, QStringList& files)
const;
82 QStringList _name_filters;
MetaDataList get_md_from_filelist(const QStringList &paths)
extracts MetaData structures from a list of files
void set_filter(const QStringList &filter)
set name filters
Directory reader functions.
Definition: DirectoryReader.h:32
QStringList find_files_rec(QDir dir, const QString &filename)
Finds files recursively in the given directory with the given filter.
void get_files_in_dir_rec(QDir base_dir, QStringList &files) const
fetch all files recursively for base_dir. Only files matching the name filter will be extracted ...