|
svcore
1.9
|
#include "Debug.h"#include "ResourceFinder.h"#include <QString>#include <QUrl>#include <QMutex>#include <QMutexLocker>#include <QFile>#include <QDir>#include <QCoreApplication>#include <QDateTime>#include <QThreadStorage>#include <cstdio>
Go to the source code of this file.
Functions | |
| QDebug & | getSVDebug () |
| QDebug & | operator<< (QDebug &dbg, const std::string &s) |
| std::ostream & | operator<< (std::ostream &target, const QString &str) |
| std::ostream & | operator<< (std::ostream &target, const QUrl &u) |
Variables | |
| static QThreadStorage< QDebug * > | debugs |
| static QMutex | mutex |
| static char * | prefix = 0 |
| QDebug& getSVDebug | ( | ) |
| std::ostream& operator<< | ( | std::ostream & | target, |
| const QString & | str | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | target, |
| const QUrl & | u | ||
| ) |
QThreadStorage<QDebug *> debugs [static] |
Definition at line 31 of file Debug.cpp.
Referenced by getSVDebug().
QMutex mutex [static] |
Definition at line 32 of file Debug.cpp.
Referenced by XmlExportable::getObjectExportId(), IntervalModel< PointType >::getPoints(), and getSVDebug().
char* prefix = 0 [static] |
Definition at line 33 of file Debug.cpp.
Referenced by ResourceFinder::getResourceDir(), ResourceFinder::getResourceFiles(), ResourceFinder::getResourcePath(), and getSVDebug().