![]() |
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 33 of file qhelpsearchindexwriter.cpp.
| fulltextsearch::Writer::Writer | ( | const QString & | path | ) |
Definition at line 69 of file qhelpsearchindexwriter.cpp.
References Writer(), and startTransaction().
Referenced by Writer().
| fulltextsearch::Writer::~Writer | ( | ) |
Definition at line 192 of file qhelpsearchindexwriter.cpp.
| fulltextsearch::Writer::Writer | ( | const QString & | path | ) |
| fulltextsearch::Writer::~Writer | ( | ) |
| void fulltextsearch::Writer::endTransaction | ( | ) |
Definition at line 269 of file qhelpsearchindexwriter.cpp.
Referenced by fulltextsearch::QHelpSearchIndexWriter::run().
| void fulltextsearch::Writer::endTransaction | ( | ) |
| void fulltextsearch::Writer::flush | ( | ) |
Definition at line 201 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 234 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 246 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 222 of file qhelpsearchindexwriter.cpp.
Referenced by fulltextsearch::QHelpSearchIndexWriter::run().
| void fulltextsearch::Writer::startTransaction | ( | ) |
Definition at line 259 of file qhelpsearchindexwriter.cpp.
Referenced by Writer().
| void fulltextsearch::Writer::startTransaction | ( | ) |
| bool fulltextsearch::Writer::tryInit | ( | bool | reindex | ) |
Definition at line 91 of file qhelpsearchindexwriter.cpp.
Referenced by fulltextsearch::QHelpSearchIndexWriter::run().
| bool fulltextsearch::Writer::tryInit | ( | bool | reindex | ) |