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
fulltextsearch::Writer Class Reference
Collaboration diagram for fulltextsearch::Writer:

Public Member Functions

 Writer (const QString &path)
 ~Writer ()
bool tryInit (bool reindex)
void flush ()
void removeNamespace (const QString &namespaceName)
bool hasNamespace (const QString &namespaceName)
void insertDoc (const QString &namespaceName, const QString &attributes, const QString &url, const QString &title, const QString &contents)
void startTransaction ()
void endTransaction ()
 Writer (const QString &path)
 ~Writer ()
bool tryInit (bool reindex)
void flush ()
void removeNamespace (const QString &namespaceName)
bool hasNamespace (const QString &namespaceName)
void insertDoc (const QString &namespaceName, const QString &attributes, const QString &url, const QString &title, const QString &contents)
void startTransaction ()
void endTransaction ()

Detailed Description

Definition at line 33 of file qhelpsearchindexwriter.cpp.

Constructor & Destructor Documentation

◆ Writer() [1/2]

fulltextsearch::Writer::Writer ( const QString & path)

Definition at line 69 of file qhelpsearchindexwriter.cpp.

References Writer(), and startTransaction().

Referenced by Writer().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~Writer() [1/2]

fulltextsearch::Writer::~Writer ( )

Definition at line 192 of file qhelpsearchindexwriter.cpp.

◆ Writer() [2/2]

fulltextsearch::Writer::Writer ( const QString & path)

◆ ~Writer() [2/2]

fulltextsearch::Writer::~Writer ( )

Member Function Documentation

◆ endTransaction() [1/2]

void fulltextsearch::Writer::endTransaction ( )

Definition at line 269 of file qhelpsearchindexwriter.cpp.

Referenced by fulltextsearch::QHelpSearchIndexWriter::run().

Here is the caller graph for this function:

◆ endTransaction() [2/2]

void fulltextsearch::Writer::endTransaction ( )

◆ flush() [1/2]

void fulltextsearch::Writer::flush ( )

Definition at line 201 of file qhelpsearchindexwriter.cpp.

Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().

Here is the caller graph for this function:

◆ flush() [2/2]

void fulltextsearch::Writer::flush ( )

Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().

Here is the caller graph for this function:

◆ hasNamespace() [1/2]

bool fulltextsearch::Writer::hasNamespace ( const QString & namespaceName)

Definition at line 234 of file qhelpsearchindexwriter.cpp.

◆ hasNamespace() [2/2]

bool fulltextsearch::Writer::hasNamespace ( const QString & namespaceName)

◆ insertDoc() [1/2]

void fulltextsearch::Writer::insertDoc ( const QString & namespaceName,
const QString & attributes,
const QString & url,
const QString & title,
const QString & contents )

Definition at line 246 of file qhelpsearchindexwriter.cpp.

◆ insertDoc() [2/2]

void fulltextsearch::Writer::insertDoc ( const QString & namespaceName,
const QString & attributes,
const QString & url,
const QString & title,
const QString & contents )

◆ removeNamespace() [1/2]

void fulltextsearch::Writer::removeNamespace ( const QString & namespaceName)

Definition at line 222 of file qhelpsearchindexwriter.cpp.

Referenced by fulltextsearch::QHelpSearchIndexWriter::run().

Here is the caller graph for this function:

◆ removeNamespace() [2/2]

void fulltextsearch::Writer::removeNamespace ( const QString & namespaceName)

◆ startTransaction() [1/2]

void fulltextsearch::Writer::startTransaction ( )

Definition at line 259 of file qhelpsearchindexwriter.cpp.

Referenced by Writer().

Here is the caller graph for this function:

◆ startTransaction() [2/2]

void fulltextsearch::Writer::startTransaction ( )

◆ tryInit() [1/2]

bool fulltextsearch::Writer::tryInit ( bool reindex)

Definition at line 91 of file qhelpsearchindexwriter.cpp.

Referenced by fulltextsearch::QHelpSearchIndexWriter::run().

Here is the caller graph for this function:

◆ tryInit() [2/2]

bool fulltextsearch::Writer::tryInit ( bool reindex)

The documentation for this class was generated from the following file: