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 30 of file qhelpsearchindexwriter.cpp.

Constructor & Destructor Documentation

◆ Writer() [1/2]

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

Definition at line 66 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 189 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 266 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 198 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 231 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 243 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 219 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 256 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 88 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: