#include <netgrabbermanager.h>
Signals | |
| void | finished () |
Public Member Functions | |
| GrabberDownloadThread (QObject *parent) | |
| ~GrabberDownloadThread () | |
| void | refreshAll () |
| void | cancel () |
Protected Member Functions | |
| void | run () |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Attributes | |
| QObject * | m_parent |
| QList< GrabberScript * > | m_scripts |
| QMutex | m_mutex |
| bool | m_refreshAll |
Definition at line 109 of file netgrabbermanager.h.
| GrabberDownloadThread::GrabberDownloadThread | ( | QObject * | parent | ) |
Definition at line 189 of file netgrabbermanager.cpp.
| GrabberDownloadThread::~GrabberDownloadThread | ( | ) |
Definition at line 196 of file netgrabbermanager.cpp.
| void GrabberDownloadThread::refreshAll | ( | ) |
Definition at line 210 of file netgrabbermanager.cpp.
Referenced by GrabberManager::doUpdate(), main(), and NetTree::updateTrees().
| void GrabberDownloadThread::cancel | ( | ) |
Definition at line 202 of file netgrabbermanager.cpp.
Referenced by ~GrabberDownloadThread().
| void GrabberDownloadThread::finished | ( | ) | [signal] |
Referenced by run().
| void GrabberDownloadThread::run | ( | void | ) | [protected, virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 219 of file netgrabbermanager.cpp.
QObject* GrabberDownloadThread::m_parent [private] |
Definition at line 130 of file netgrabbermanager.h.
Referenced by GrabberDownloadThread(), and run().
QList<GrabberScript*> GrabberDownloadThread::m_scripts [private] |
Definition at line 131 of file netgrabbermanager.h.
QMutex GrabberDownloadThread::m_mutex [private] |
Definition at line 132 of file netgrabbermanager.h.
Referenced by cancel(), and refreshAll().
bool GrabberDownloadThread::m_refreshAll [private] |
Definition at line 133 of file netgrabbermanager.h.
Referenced by GrabberDownloadThread(), refreshAll(), and run().
1.6.3