Nepomuk
filequery.h
Go to the documentation of this file.
void setIncludeFolders(const KUrl::List &folders)
This is an overloaded member function, provided for convenience. It differs from the above function o...
FileMode fileMode() const
void setIncludeFolders(const QHash< KUrl, bool > &folders)
This is an overloaded member function, provided for convenience. It differs from the above function o...
QHash< KUrl, bool > allIncludeFolders() const
The hash of include folders set via addIncludeFolder() and setIncludeFolders() including their recurs...
KUrl::List includeFolders() const
The list of include folders set via addIncludeFolder() and setIncludeFolders().
void addIncludeFolder(const KUrl &folder)
Add a folder to include in the search.
void addIncludeFolder(const KUrl &folder, bool recursive)
Add a folder to include in the search path.
FileQuery(const Term &term)
Create a file query with root term term.
void addExcludeFolder(const KUrl &folder)
Add a folder to exclude from the search.
KUrl::List excludeFolders() const
The list of exclude folders set via addExcludeFolder() and setExcludeFolders().
FileModeFlags
An enumeration used in setFileMode() to state wether the query should return files and folders or onl...
Definition filequery.h:167
void setExcludeFolders(const KUrl::List &folders)
This is an overloaded member function, provided for convenience. It differs from the above function o...
The Query namespace contains all classes that make up the Nepomuk Query API.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.