Torc  0.1
Namespaces | Functions
torccoreutils.h File Reference
#include <QFile>
#include <QMetaEnum>
#include <QDateTime>
Include dependency graph for torccoreutils.h:
This graph shows which files directly or indirectly include this file:

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 ()