#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.
| casa::FileWatcher::FileWatcher | ( | QString & | file | ) | [inline] |
qDebug() << "path=" << info.path() << " file=" << file;
qDebug() << "dt=" << dt.toString();
Definition at line 44 of file logwatcher.qo.h.
| casa::FileWatcher::~FileWatcher | ( | ) | [inline] |
Definition at line 55 of file logwatcher.qo.h.
| void casa::FileWatcher::fileChanged | ( | const QString & | file | ) | [signal] |
Referenced by update().
| void casa::FileWatcher::update | ( | ) | [inline, slot] |
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().
QDateTime casa::FileWatcher::dt [private] |
Definition at line 79 of file logwatcher.qo.h.
Referenced by FileWatcher().
QFileInfo casa::FileWatcher::info [private] |
Definition at line 80 of file logwatcher.qo.h.
Referenced by FileWatcher(), and update().
int casa::FileWatcher::size [private] |
Definition at line 81 of file logwatcher.qo.h.
Referenced by FileWatcher(), and update().
QString casa::FileWatcher::watchFile [private] |
Definition at line 78 of file logwatcher.qo.h.
Referenced by FileWatcher(), and update().
1.6.1