casa
5.7.0-16
|
#include <logwatcher.qo.h>
Public Slots | |
void | update () |
Signals | |
void | fileChanged (const QString &file) |
Public Member Functions | |
FileWatcher (QString &file) | |
~FileWatcher () | |
Private Attributes | |
QString | watchFile |
QDateTime | dt |
QFileInfo | info |
int | size |
Definition at line 40 of file logwatcher.qo.h.
|
inline |
qDebug() << "path=" << info.path() << " file=" << file;
qDebug() << "dt=" << dt.toString();
Definition at line 44 of file logwatcher.qo.h.
|
inline |
Definition at line 55 of file logwatcher.qo.h.
|
signal |
Referenced by update().
|
inlineslot |
qDebug() << "emit file changed";
qDebug() << "emit file changed";
Definition at line 57 of file logwatcher.qo.h.
References fileChanged(), info, size, and watchFile.
Referenced by FileWatcher().
|
private |
Definition at line 79 of file logwatcher.qo.h.
Referenced by FileWatcher().
|
private |
Definition at line 80 of file logwatcher.qo.h.
Referenced by FileWatcher(), and update().
|
private |
Definition at line 81 of file logwatcher.qo.h.
Referenced by FileWatcher(), and update().
|
private |
Definition at line 78 of file logwatcher.qo.h.
Referenced by FileWatcher(), and update().