#include <backgroundworker.h>
◆ BackgroundWorker()
BackgroundWorker::BackgroundWorker |
( |
MainWindow * |
main | ) |
|
|
explicit |
◆ completed
void BackgroundWorker::completed |
( |
bool |
success | ) |
|
|
signal |
◆ execute()
virtual void BackgroundWorker::execute |
( |
| ) |
|
|
pure virtual |
◆ getError()
QString BackgroundWorker::getError |
( |
| ) |
const |
|
inline |
◆ mainMessage
void BackgroundWorker::mainMessage |
( |
QString |
_t1 | ) |
|
|
signal |
◆ process
void BackgroundWorker::process |
( |
| ) |
|
|
slot |
◆ progress
void BackgroundWorker::progress |
( |
int |
n | ) |
|
|
signal |
◆ progressMessage
void BackgroundWorker::progressMessage |
( |
QString |
_t1 | ) |
|
|
signal |
◆ setFail()
void BackgroundWorker::setFail |
( |
QString |
msg | ) |
|
|
inlineprotected |
◆ setSuccess()
void BackgroundWorker::setSuccess |
( |
| ) |
|
|
inlineprotected |
◆ success()
virtual bool BackgroundWorker::success |
( |
| ) |
const |
|
inlinevirtual |
◆ totalChanged
void BackgroundWorker::totalChanged |
( |
int |
tot | ) |
|
|
signal |
◆ warning
void BackgroundWorker::warning |
( |
QString |
_t1, |
|
|
QString |
_t2 |
|
) |
| |
|
signal |
◆ workEnded
void BackgroundWorker::workEnded |
( |
| ) |
|
|
signal |
◆ workStarted
void BackgroundWorker::workStarted |
( |
| ) |
|
|
signal |
◆ mError
QString BackgroundWorker::mError |
|
protected |
◆ mMain
◆ mResult
bool BackgroundWorker::mResult |
|
protected |
The documentation for this class was generated from the following files: