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"
Include dependency graph for kdirwatch.cpp:

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) |
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.
Variable Documentation
KDirWatchPrivate* dwp_self = 0 [static] |
Definition at line 75 of file kdirwatch.cpp.
KDE 4.2 API Reference