![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qhelpsearchindexwriter_p.h"#include "qhelp_global.h"#include "qhelpdbreader_p.h"#include "qhelpenginecore.h"#include <QtTools/qttools-config.h>#include <QtCore/qdatastream.h>#include <QtCore/qdatetime.h>#include <QtCore/qdir.h>#include <QtCore/qstringconverter.h>#include <QtCore/qtextstream.h>#include <QtCore/qurl.h>#include <QtCore/qvariant.h>#include <QtSql/qsqldatabase.h>#include <QtSql/qsqldriver.h>#include <QtSql/qsqlerror.h>#include <QtSql/qsqlquery.h>Go to the source code of this file.
Classes | |
| class | fulltextsearch::Writer |
Namespaces | |
| namespace | fulltextsearch |
Functions | |
| static QMap< QString, QDateTime > | fulltextsearch::readIndexMap (const QHelpEngineCore &engine) |
| static bool | fulltextsearch::writeIndexMap (QHelpEngineCore *engine, const QMap< QString, QDateTime > &indexMap) |
| static bool | fulltextsearch::clearIndexMap (QHelpEngineCore *engine) |
Variables | |
| const char | fulltextsearch::FTS_DB_NAME [] = "fts" |
| static const char | fulltextsearch::IndexedNamespacesKey [] = "FTS5IndexedNamespaces" |