94 LogFile(
const QString & szName);
147 void getText(QString & szText);
150 #endif // _LOGFILE_H_
QString m_szFilename
Definition: LogFile.h:99
const QDate & date() const
Returns the date of the log.
Definition: LogFile.h:140
Type
Holds the type of the log file.
Definition: LogFile.h:68
QString m_szType
Definition: LogFile.h:98
bool m_bCompressed
Definition: LogFile.h:100
LogFile(const QString &szName)
Constructs the log file object.
Definition: LogFile.cpp:38
QString szFile
Definition: LogFile.h:48
QString szName
Definition: LogFile.h:46
struct _LogFileData LogFileData
Definition: LogFile.h:37
The LogFile class which handle any log file.
Definition: LogFile.h:61
Type m_eType
Definition: LogFile.h:97
const QString & typeString() const
Returns the type of the log.
Definition: LogFile.h:116
A struct that contains the data of a log.
Definition: LogFile.h:44
QDate m_date
Definition: LogFile.h:103
const QString & name() const
Returns the name of the log.
Definition: LogFile.h:128
Type type() const
Returns the type of the log.
Definition: LogFile.h:110
void getText(QString &szText)
Returns the text of the log file.
Definition: LogFile.cpp:146
QString szType
Definition: LogFile.h:47
QString m_szName
Definition: LogFile.h:101
ExportType
Holds the type of the exported log file.
Definition: LogFile.h:81
const QString & fileName() const
Returns the filename of the log.
Definition: LogFile.h:122
const QString & network() const
Returns the network of the log.
Definition: LogFile.h:134
QString m_szNetwork
Definition: LogFile.h:102