Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qhelpsearchindexwriter.cpp File Reference

(82440a59b3c0e465ab3114a1dd8a46fd2e6a74cb)

#include "qhelpsearchindexwriter_p.h"
#include "qhelp_global.h"
#include "qhelpdbreader_p.h"
#include "qhelpenginecore.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 <QtGui/qtextdocument.h>
#include <QtSql/qsqldatabase.h>
#include <QtSql/qsqldriver.h>
#include <QtSql/qsqlerror.h>
#include <QtSql/qsqlquery.h>
+ Include dependency graph for qhelpsearchindexwriter.cpp:

Go to the source code of this file.

Classes

class  fulltextsearch::Writer
 

Namespaces

namespace  fulltextsearch
 

Functions

static QMap< QString, QDateTimefulltextsearch::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"