#include <logfile.h>
Inheritance diagram for YLogFile:
Public Member Functions | |
YLogFile (const QString &f) | |
int | ReadLine (QString &) |
int | GetLineNumber () const |
int | ReadGlobalArg (YASA_TIME &time, const QString &comparestring) |
int | ReadGlobalDoubleArg (double &value, const QString &comparestr) |
Private Attributes | |
int | linenumber |
|
|
|
|
|
Reads one of the global arguments and checks if it is correct If the function fails the argument time will set to zero ! |
|
Reads one of the global arguments and checks if it is correct If the function fails the argument time will set to zero ! |
|
Reads a line from the logfile |
|
|