![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 () |
Definition at line 34 of file qhelpsearchindexwriter.cpp.
| fulltextsearch::Writer::Writer | ( | const QString & | path | ) |
Definition at line 70 of file qhelpsearchindexwriter.cpp.
References Writer(), and startTransaction().
Referenced by Writer().
| fulltextsearch::Writer::~Writer | ( | ) |
Definition at line 193 of file qhelpsearchindexwriter.cpp.
| fulltextsearch::Writer::Writer | ( | const QString & | path | ) |
| fulltextsearch::Writer::~Writer | ( | ) |
| void fulltextsearch::Writer::endTransaction | ( | ) |
Definition at line 270 of file qhelpsearchindexwriter.cpp.
Referenced by fulltextsearch::QHelpSearchIndexWriter::run().
| void fulltextsearch::Writer::endTransaction | ( | ) |
| void fulltextsearch::Writer::flush | ( | ) |
Definition at line 202 of file qhelpsearchindexwriter.cpp.
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
| void fulltextsearch::Writer::flush | ( | ) |
Referenced by testing.tools.encode_pdf_filter._SinkPdfStream::close().
| bool fulltextsearch::Writer::hasNamespace | ( | const QString & | namespaceName | ) |
Definition at line 235 of file qhelpsearchindexwriter.cpp.
| bool fulltextsearch::Writer::hasNamespace | ( | const QString & | namespaceName | ) |
| void fulltextsearch::Writer::insertDoc | ( | const QString & | namespaceName, |
| const QString & | attributes, | ||
| const QString & | url, | ||
| const QString & | title, | ||
| const QString & | contents ) |
Definition at line 247 of file qhelpsearchindexwriter.cpp.
| void fulltextsearch::Writer::insertDoc | ( | const QString & | namespaceName, |
| const QString & | attributes, | ||
| const QString & | url, | ||
| const QString & | title, | ||
| const QString & | contents ) |
Definition at line 223 of file qhelpsearchindexwriter.cpp.
Referenced by fulltextsearch::QHelpSearchIndexWriter::run().
| void fulltextsearch::Writer::startTransaction | ( | ) |
Definition at line 260 of file qhelpsearchindexwriter.cpp.
Referenced by Writer().
| void fulltextsearch::Writer::startTransaction | ( | ) |
| bool fulltextsearch::Writer::tryInit | ( | bool | reindex | ) |
Definition at line 92 of file qhelpsearchindexwriter.cpp.
Referenced by fulltextsearch::QHelpSearchIndexWriter::run().
| bool fulltextsearch::Writer::tryInit | ( | bool | reindex | ) |