![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
class | QHelpSearchIndexReader |
class | QHelpSearchIndexWriter |
class | Reader |
class | Writer |
Functions | |
static QString | namespacePlaceholders (const QMultiMap< QString, QStringList > &namespaces) |
static void | bindNamespacesAndAttributes (QSqlQuery *query, const QMultiMap< QString, QStringList > &namespaces) |
static QString | namespacePlaceholders (const QStringList &namespaceList) |
static void | bindNamespacesAndAttributes (QSqlQuery *query, const QStringList &namespaceList) |
static bool | attributesMatchFilter (const QStringList &attributes, const QStringList &filter) |
static QMap< QString, QDateTime > | readIndexMap (const QHelpEngineCore &engine) |
static bool | writeIndexMap (QHelpEngineCore *engine, const QMap< QString, QDateTime > &indexMap) |
static bool | clearIndexMap (QHelpEngineCore *engine) |
Variables | |
const char | FTS_DB_NAME [] = "fts" |
static const char | IndexedNamespacesKey [] = "FTS5IndexedNamespaces" |
|
static |
Definition at line 182 of file qhelpsearchindexreader.cpp.
|
static |
Definition at line 85 of file qhelpsearchindexreader.cpp.
|
static |
Definition at line 114 of file qhelpsearchindexreader.cpp.
|
static |
Definition at line 337 of file qhelpsearchindexwriter.cpp.
|
static |
Definition at line 53 of file qhelpsearchindexreader.cpp.
|
static |
Definition at line 100 of file qhelpsearchindexreader.cpp.
|
static |
Definition at line 320 of file qhelpsearchindexwriter.cpp.
References IndexedNamespacesKey.
|
static |
Definition at line 329 of file qhelpsearchindexwriter.cpp.
const char fulltextsearch::FTS_DB_NAME = "fts" |
Definition at line 31 of file qhelpsearchindexwriter.cpp.
|
static |
Definition at line 318 of file qhelpsearchindexwriter.cpp.
Referenced by readIndexMap().