Skip to content

Class Flusher

ClassList > Flusher

Inherits the following classes: QObject

Public Slots

Type Name
slot void flush (const QString & filename)
slot bool isStopped (const QString & fileName)
slot void scheduleFlush (const QString & filename)
slot void start (const QString & fileName)
slot void stop (const QString & fileName)

Public Slots Documentation

slot flush

void Flusher::flush;

Flushes the contents of the given filename.


slot isStopped

bool Flusher::isStopped;

Returns whether the flusher is stopped for a given fileName.


slot scheduleFlush

void Flusher::scheduleFlush;

Schedules a new flush for the given filename after 500ms. If a new flush is scheduled for the same file before the actual flush is performed, the timer is reset to wait another 500ms.


slot start

void Flusher::start;

Reenables scheduling flushes for a given fileName.


slot stop

void Flusher::stop;

Immediately performs a flush for a given fileName and returns. If the flusher is stopped, flush for that fileName would be ignored.



The documentation for this class was generated from the following file src/core/qgsgpkgflusher.cpp