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
qhelpsearchindexreader.cpp File Reference

(9f9604c50d069d517dc378bf597d87a1fef78545)

#include "qhelpsearchindexreader_p.h"
#include "qhelpenginecore.h"
#include "qhelpfilterengine.h"
#include <QtCore/qmap.h>
#include <QtCore/qset.h>
#include <QtSql/qsqldatabase.h>
#include <QtSql/qsqlquery.h>
+ Include dependency graph for qhelpsearchindexreader.cpp:

Go to the source code of this file.

Classes

class  fulltextsearch::Reader
 

Namespaces

namespace  fulltextsearch
 

Functions

static QString fulltextsearch::namespacePlaceholders (const QMultiMap< QString, QStringList > &namespaces)
 
static void fulltextsearch::bindNamespacesAndAttributes (QSqlQuery *query, const QMultiMap< QString, QStringList > &namespaces)
 
static QString fulltextsearch::namespacePlaceholders (const QStringList &namespaceList)
 
static void fulltextsearch::bindNamespacesAndAttributes (QSqlQuery *query, const QStringList &namespaceList)
 
static bool fulltextsearch::attributesMatchFilter (const QStringList &attributes, const QStringList &filter)