#include <libosmscout-client-qt/include/osmscout/DBInstance.h>
◆ QBreaker()
| osmscout::QBreaker::QBreaker |
( |
| ) |
|
◆ Break()
| void osmscout::QBreaker::Break |
( |
| ) |
|
|
overridevirtual |
Stop the processing. This is just a setting a flag that must actively get polled by the long running process. So while the process was signaled to stop, it can still continue for a while.
- Returns
Implements osmscout::Breaker.
◆ IsAborted()
| bool osmscout::QBreaker::IsAborted |
( |
| ) |
const |
|
overridevirtual |
Return true, if the process was signaled to stop
- Returns
- True, if signaled, else false
Implements osmscout::Breaker.
◆ Reset()
| void osmscout::QBreaker::Reset |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: