KIO
kdirwatch.cpp File Reference
#include "kdirwatch.h"#include "kdirwatch_p.h"#include <config-kdirwatch.h>#include <config.h>#include <sys/stat.h>#include <assert.h>#include <QtCore/QDir>#include <QtCore/QFile>#include <QtCore/QSocketNotifier>#include <QtCore/QTimer>#include <kapplication.h>#include <kdebug.h>#include <kconfig.h>#include <kglobal.h>#include <kde_file.h>#include <kconfiggroup.h>#include "kmountpoint.h"#include <stdlib.h>#include <sys/ioctl.h>#include <sys/utsname.h>#include "kdirwatch.moc"#include "kdirwatch_p.moc"Go to the source code of this file.
Defines | |
| #define | NO_NOTIFY (time_t) 0 |
Functions | |
| static KDirWatchPrivate * | createPrivate () |
| static KDirWatchPrivate::WatchMethod | methodFromString (const QString &method) |
| QDebug | operator<< (QDebug debug, const KDirWatchPrivate::Entry &entry) |
Variables | |
| static KDirWatchPrivate * | dwp_self = 0 |
Define Documentation
| #define NO_NOTIFY (time_t) 0 |
Definition at line 73 of file kdirwatch.cpp.
Function Documentation
| static KDirWatchPrivate* createPrivate | ( | ) | [static] |
Definition at line 76 of file kdirwatch.cpp.
| static KDirWatchPrivate::WatchMethod methodFromString | ( | const QString & | method | ) | [static] |
Definition at line 84 of file kdirwatch.cpp.
| QDebug operator<< | ( | QDebug | debug, | |
| const KDirWatchPrivate::Entry & | entry | |||
| ) |
Definition at line 486 of file kdirwatch.cpp.
Variable Documentation
KDirWatchPrivate* dwp_self = 0 [static] |
Definition at line 75 of file kdirwatch.cpp.
KDE 4.3 API Reference