![]() |
ATLAS Offline Software
|
#include <VP1AvailEvtsLocalDir.h>
Classes | |
| class | Imp |
Signals | |
| void | allLocalEventsChanged () |
| void | freshEventsChanged () |
| void | message (const QString &) const |
Public Member Functions | |
| VP1AvailEvtsLocalDir (int timeCutForNew, const QString &sourcedir, const QString &tmpcopydir, int maxLocalFilesToKeep=-1, QObject *parent=0) | |
| void | setSourceDir (const QString &) |
| const QString & | currentSourceDir () const |
| void | setAvailableSourceDirectories (const QStringList &) |
| const QStringList & | availableSourceDirectories () const |
| virtual | ~VP1AvailEvtsLocalDir () |
| 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 | actualCleanup () |
| void | actualCheckForEventListChanges () |
Private Attributes | |
| Imp * | m_d |
Friends | |
| class | VP1LocalEvtRetriever |
Definition at line 24 of file VP1AvailEvtsLocalDir.h.
| VP1AvailEvtsLocalDir::VP1AvailEvtsLocalDir | ( | int | timeCutForNew, |
| const QString & | sourcedir, | ||
| const QString & | tmpcopydir, | ||
| int | maxLocalFilesToKeep = -1, | ||
| QObject * | parent = 0 ) |
Definition at line 33 of file VP1AvailEvtsLocalDir.cxx.
|
virtual |
Definition at line 52 of file VP1AvailEvtsLocalDir.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 |
| const QStringList & VP1AvailEvtsLocalDir::availableSourceDirectories | ( | ) | const |
Definition at line 78 of file VP1AvailEvtsLocalDir.cxx.
|
protectedinherited |
Definition at line 176 of file VP1AvailEvents.cxx.
| const QString & VP1AvailEvtsLocalDir::currentSourceDir | ( | ) | const |
Definition at line 58 of file VP1AvailEvtsLocalDir.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 45 of file VP1AvailEvtsLocalDir.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.
| void VP1AvailEvtsLocalDir::setAvailableSourceDirectories | ( | const QStringList & | l | ) |
Definition at line 71 of file VP1AvailEvtsLocalDir.cxx.
|
inherited |
Definition at line 144 of file VP1AvailEvents.cxx.
| void VP1AvailEvtsLocalDir::setSourceDir | ( | const QString & | dir | ) |
Definition at line 64 of file VP1AvailEvtsLocalDir.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.
|
friend |
Definition at line 30 of file VP1AvailEvtsLocalDir.h.
|
private |
Definition at line 50 of file VP1AvailEvtsLocalDir.h.