![]() |
ATLAS Offline Software
|
#include <VP1AvailEvtsHttp.h>
Classes | |
| class | Imp |
Signals | |
| void | allLocalEventsChanged () |
| void | freshEventsChanged () |
| void | message (const QString &) const |
Public Member Functions | |
| VP1AvailEvtsHttp (const QString &fileinfoUrl, int updateInterval, int timeCutForNew, const QString &tmpcopydir, int maxLocalFilesToKeep=-1, QObject *parent=0) | |
| virtual | ~VP1AvailEvtsHttp () |
| virtual void | init () |
| QList< VP1EventFile > | allLocalEvents () const |
| QList< VP1EventFile > | freshEvents () const |
| VP1EventFile | newestEvent () const |
| void | setCurrentEvent (int run, int event) |
| int | maxLocalFilesToKeep () const |
Protected Member Functions | |
| QList< VP1EventFile > | freshEvents (VP1EventFile newestEvt, const QList< VP1EventFile > &) const |
| void | cleanupAndCheckForEventListChanges () |
| void | invalidateDirCache (const QString &dir) |
| bool | inHistory (int run, int event) const |
| QList< VP1EventFile > | allEventFilesInDir (const QString &dir) const |
| const QString & | tmpDir () const |
| QString | tmpLocalFileDir () const |
| QString | tmpActiveRetrievalDir () |
| int | timeCutForNew () const |
| bool | requireNewestRunNumber () const |
| bool | isConsideredFresh (const VP1EventFile &evt, const VP1EventFile &newestEvt) const |
| void | messageDebug (const QString &) const |
Private Slots | |
| void | fileInfoChanged () |
| void | fileInfoDownloadSuccessful (const QString &urltofile, const QString &localtargetfile) |
| void | fileInfoDownloadFailed (const QString &error, const QString &urltofile, const QString &localtargetfile) |
| void | eventFileDownloadSuccessful (const QString &urltofile, const QString &localtargetfile, const QString &data) |
| void | eventFileDownloadFailed (const QString &error, const QString &urltofile, const QString &localtargetfile) |
| void | examineEvtsOnServer () |
| void | actualCleanup () |
| void | actualCheckForEventListChanges () |
Private Attributes | |
| Imp * | m_d |
Definition at line 24 of file VP1AvailEvtsHttp.h.
| VP1AvailEvtsHttp::VP1AvailEvtsHttp | ( | const QString & | fileinfoUrl, |
| int | updateInterval, | ||
| int | timeCutForNew, | ||
| const QString & | tmpcopydir, | ||
| int | maxLocalFilesToKeep = -1, | ||
| QObject * | parent = 0 ) |
Definition at line 52 of file VP1AvailEvtsHttp.cxx.
|
virtual |
Definition at line 99 of file VP1AvailEvtsHttp.cxx.
|
privateslotinherited |
Definition at line 161 of file VP1AvailEvents.cxx.
|
privateslotinherited |
Definition at line 151 of file VP1AvailEvents.cxx.
|
protectedinherited |
Definition at line 202 of file VP1AvailEvents.cxx.
|
inherited |
Definition at line 241 of file VP1AvailEvents.cxx.
|
signalinherited |
|
protectedinherited |
Definition at line 176 of file VP1AvailEvents.cxx.
|
privateslot |
Definition at line 244 of file VP1AvailEvtsHttp.cxx.
|
privateslot |
Definition at line 228 of file VP1AvailEvtsHttp.cxx.
|
privateslot |
Definition at line 152 of file VP1AvailEvtsHttp.cxx.
|
privateslot |
Definition at line 106 of file VP1AvailEvtsHttp.cxx.
|
privateslot |
Definition at line 219 of file VP1AvailEvtsHttp.cxx.
|
privateslot |
Definition at line 133 of file VP1AvailEvtsHttp.cxx.
|
inherited |
Definition at line 129 of file VP1AvailEvents.cxx.
|
protectedinherited |
Definition at line 110 of file VP1AvailEvents.cxx.
|
signalinherited |
|
protectedinherited |
Definition at line 187 of file VP1AvailEvents.cxx.
|
virtual |
Implements VP1AvailEvents.
Definition at line 92 of file VP1AvailEvtsHttp.cxx.
|
protectedinherited |
|
protectedinherited |
Definition at line 336 of file VP1AvailEvents.cxx.
|
inherited |
Definition at line 98 of file VP1AvailEvents.cxx.
|
signalinherited |
|
protectedinherited |
Definition at line 351 of file VP1AvailEvents.cxx.
|
inherited |
Definition at line 135 of file VP1AvailEvents.cxx.
|
inlineprotectedinherited |
Definition at line 62 of file VP1AvailEvents.h.
|
inherited |
Definition at line 144 of file VP1AvailEvents.cxx.
|
protectedinherited |
Definition at line 92 of file VP1AvailEvents.cxx.
|
protectedinherited |
Definition at line 277 of file VP1AvailEvents.cxx.
|
protectedinherited |
Definition at line 104 of file VP1AvailEvents.cxx.
|
protectedinherited |
Definition at line 283 of file VP1AvailEvents.cxx.
|
private |
Definition at line 51 of file VP1AvailEvtsHttp.h.