#include <logfile.h>
Definition at line 39 of file logfile.h.
LogFile::LogFile |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
qint64 LogFile::bytesAvailable |
( |
| ) |
const |
qint64 LogFile::bytesToWrite |
( |
| ) |
const |
|
inline |
bool LogFile::open |
( |
OpenMode |
mode | ) |
|
Opens the logfile QIODevice and the underlying logfile. In case we want to save the logfile, we open in WriteOnly. In case we want to read the logfile, we open in ReadOnly.
Definition at line 49 of file logfile.cpp.
void LogFile::pauseReplay |
( |
| ) |
|
|
slot |
qint64 LogFile::readData |
( |
char * |
data, |
|
|
qint64 |
maxlen |
|
) |
| |
void LogFile::readReady |
( |
| ) |
|
|
signal |
void LogFile::replayFinished |
( |
| ) |
|
|
signal |
void LogFile::replayStarted |
( |
| ) |
|
|
signal |
void LogFile::resumeReplay |
( |
| ) |
|
|
slot |
void LogFile::setFileName |
( |
QString |
name | ) |
|
|
inline |
void LogFile::setReplaySpeed |
( |
double |
val | ) |
|
|
inlineslot |
void LogFile::setReplayTime |
( |
double |
val | ) |
|
|
slot |
bool LogFile::startReplay |
( |
| ) |
|
bool LogFile::stopReplay |
( |
| ) |
|
void LogFile::timerFired |
( |
| ) |
|
|
protectedslot |
qint64 LogFile::writeData |
( |
const char * |
data, |
|
|
qint64 |
dataSize |
|
) |
| |
QByteArray LogFile::dataBuffer |
|
protected |
quint32 LogFile::lastPlayTime |
|
protected |
int LogFile::lastPlayTimeOffset |
|
protected |
quint32 LogFile::lastTimeStamp |
|
protected |
double LogFile::playbackSpeed |
|
protected |
The documentation for this class was generated from the following files: