Baloo
8 #ifndef BALOO_INDEXERCONFIG_H
9 #define BALOO_INDEXERCONFIG_H
12 #include "core_export.h"
35 bool fileIndexingEnabled()
const;
36 void setFileIndexingEnabled(
bool enabled)
const;
54 bool shouldBeIndexed(
const QString& path)
const;
66 bool canBeSearched(
const QString& folder)
const;
84 void setIncludeFolders(
const QStringList& includeFolders);
85 void setExcludeFolders(
const QStringList& excludeFolders);
86 void setExcludeFilters(
const QStringList& excludeFilters);
87 void setExcludeMimetypes(
const QStringList& excludeMimetypes);
89 #if BALOO_CORE_BUILD_DEPRECATED_SINCE(5, 69)
95 BALOO_CORE_DEPRECATED_VERSION(5, 69,
"Do not use. firstRun is a baloo internal state")
96 bool firstRun()
const;
101 BALOO_CORE_DEPRECATED_VERSION(5, 69,
"Do not use. firstRun is a baloo internal state")
102 void setFirstRun(
bool firstRun)
const;
105 bool indexHidden()
const;
106 void setIndexHidden(
bool value)
const;
108 bool onlyBasicIndexing()
const;
109 void setOnlyBasicIndexing(
bool value);
111 void refresh()
const;
119 #endif // BALOO_INDEXERCONFIG_H
Implements storage for docIds without any associated data Instantiated for:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 03:53:56 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.