Torc
0.1
|
#include <QFile>
#include <QMetaEnum>
#include <QDateTime>
Go to the source code of this file.
Namespaces | |
TorcCoreUtils | |
Functions | |
QDateTime | TorcCoreUtils::DateTimeFromString (const QString &String) |
Parse a QDateTime from the given QString. More... | |
quint64 | TorcCoreUtils::GetMicrosecondCount (void) |
Get the current system clock time in microseconds. More... | |
void | TorcCoreUtils::QtMessage (QtMsgType Type, const QMessageLogContext &Context, const QString &Message) |
A handler routine for Qt messages. More... | |
bool | TorcCoreUtils::HasZlib (void) |
Return true if zlib support is available. More... | |
QByteArray | TorcCoreUtils::GZipCompress (QByteArray &Source) |
Compress the supplied data using GZip. More... | |
QByteArray | TorcCoreUtils::GZipCompressFile (QFile &Source) |
Compress the given file using GZip. More... | |
template<typename T > | |
QString | TorcCoreUtils::EnumToLowerString (T Value) |
template<typename T > | |
QString | TorcCoreUtils::EnumToString (T Value) |
template<typename T > | |
int | TorcCoreUtils::StringToEnum (const QString &Value, bool CaseSensitive=false) |
template<typename T > | |
QStringList | TorcCoreUtils::EnumList () |