Definition at line 27 of file VP1AvailEvents.cxx.
◆ attemptGenerationOfTmpSubdir()
QString VP1AvailEvents::Imp::attemptGenerationOfTmpSubdir |
( |
const QString & |
preferredname, |
|
|
QString & |
cachevar |
|
) |
| |
Definition at line 248 of file VP1AvailEvents.cxx.
250 if (!cachevar.isEmpty())
251 return cachevar==
"bad"?
"":cachevar;
254 if (!(
fi.exists()&&
fi.isDir())) {
255 theclass->
message(
"Could not create subdir in "+
tmpDir+
", since it does not exists or is not a directory" );
264 bool ok = QDir().mkdir(
dir);
◆ cleanupTmpLocalFiles()
void VP1AvailEvents::Imp::cleanupTmpLocalFiles |
( |
| ) |
|
◆ evtToID()
◆ dircache
std::map<QString,std::pair<QDateTime,QList<VP1EventFile> > > VP1AvailEvents::Imp::dircache |
◆ historyOrdered
QList<EventID> VP1AvailEvents::Imp::historyOrdered |
◆ historySorted
std::set<EventID> VP1AvailEvents::Imp::historySorted |
◆ lastAllLocal
◆ lastFresh
◆ maxLocalFilesToKeep
int VP1AvailEvents::Imp::maxLocalFilesToKeep |
◆ theclass
◆ timeCutForNew
int VP1AvailEvents::Imp::timeCutForNew |
◆ tmpActiveRetrievalDir
QString VP1AvailEvents::Imp::tmpActiveRetrievalDir |
◆ tmpDir
QString VP1AvailEvents::Imp::tmpDir |
◆ tmpLocalFileDir
QString VP1AvailEvents::Imp::tmpLocalFileDir |
The documentation for this class was generated from the following file: