![]() |
ATLAS Offline Software
|
#include <VP1WebWatcher.h>
Classes | |
| class | Imp |
Public Types | |
| enum | RESULT { UNKNOWN , INVALID_URL , CONNECTION_PROBLEMS , NOT_ON_SERVER , EXISTS } |
Signals | |
| void | urlChanged (const QString &url) |
Public Member Functions | |
| VP1WebWatcher (int recheckInterval_ms=30000, QObject *parent=0) | |
| VP1WebWatcher (const QStringList &urls, int recheckInterval_ms=30000, QObject *parent=0) | |
| virtual | ~VP1WebWatcher () |
| void | addUrl (const QString &) |
| void | addUrls (const QStringList &) |
| QStringList | urls () const |
| bool | isWatchingUrl (const QString &) const |
| void | removeUrl (const QString &) |
| void | removeUrls (const QStringList &) |
| RESULT | lastResult (const QString &url) |
| QString | lastResultToString (const QString &url) |
| QDateTime | lastModTime (const QString &url) |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *) |
Private Slots | |
| void | httpRequestDone (bool) |
Private Attributes | |
| Imp * | m_d |
Definition at line 29 of file VP1WebWatcher.h.
| Enumerator | |
|---|---|
| UNKNOWN | |
| INVALID_URL | |
| CONNECTION_PROBLEMS | |
| NOT_ON_SERVER | |
| EXISTS | |
Definition at line 49 of file VP1WebWatcher.h.
| VP1WebWatcher::VP1WebWatcher | ( | int | recheckInterval_ms = 30000, |
| QObject * | parent = 0 ) |
Definition at line 177 of file VP1WebWatcher.cxx.
| VP1WebWatcher::VP1WebWatcher | ( | const QStringList & | urls, |
| int | recheckInterval_ms = 30000, | ||
| QObject * | parent = 0 ) |
Definition at line 184 of file VP1WebWatcher.cxx.
|
virtual |
Definition at line 192 of file VP1WebWatcher.cxx.
| void VP1WebWatcher::addUrl | ( | const QString & | ) |
Definition at line 226 of file VP1WebWatcher.cxx.
| void VP1WebWatcher::addUrls | ( | const QStringList & | ) |
Definition at line 236 of file VP1WebWatcher.cxx.
|
privateslot |
Definition at line 200 of file VP1WebWatcher.cxx.
| bool VP1WebWatcher::isWatchingUrl | ( | const QString & | u | ) | const |
Definition at line 216 of file VP1WebWatcher.cxx.
| QDateTime VP1WebWatcher::lastModTime | ( | const QString & | url | ) |
Definition at line 325 of file VP1WebWatcher.cxx.
| VP1WebWatcher::RESULT VP1WebWatcher::lastResult | ( | const QString & | url | ) |
Definition at line 291 of file VP1WebWatcher.cxx.
| QString VP1WebWatcher::lastResultToString | ( | const QString & | url | ) |
Definition at line 311 of file VP1WebWatcher.cxx.
| void VP1WebWatcher::removeUrl | ( | const QString & | ) |
Definition at line 252 of file VP1WebWatcher.cxx.
| void VP1WebWatcher::removeUrls | ( | const QStringList & | ) |
Definition at line 263 of file VP1WebWatcher.cxx.
|
protected |
Definition at line 270 of file VP1WebWatcher.cxx.
|
signal |
| QStringList VP1WebWatcher::urls | ( | ) | const |
Definition at line 243 of file VP1WebWatcher.cxx.
|
private |
Definition at line 68 of file VP1WebWatcher.h.