22 #ifndef DIRECTORY_READER
23 #define DIRECTORY_READER
25 #include "Helper/MetaData/MetaDataList.h"
88 QStringList _name_filters;
MetaDataList get_md_from_filelist(const QStringList &paths)
extracts MetaData structures from a list of files
QStringList get_files_in_dir(const QDir &base_dir) const
get_files_in_dir fetch all files in base_dir. Subdirectories are ignored
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 ...
void set_filter(const QStringList &filter)
set name filters
Directory reader functions.
Definition: DirectoryReader.h:34
QStringList find_files_rec(QDir dir, const QString &filename)
Finds files recursively in the given directory with the given filter.