KDECore
#include "kdirwatch.h"
#include "kdirwatch_p.h"
#include "kfilesystemtype_p.h"
#include <io/config-kdirwatch.h>
#include <config.h>
#include <sys/stat.h>
#include <assert.h>
#include <errno.h>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QSocketNotifier>
#include <QtCore/QTimer>
#include <QtCore/QCoreApplication>
#include <ksharedconfig.h>
#include <kdebug.h>
#include <kconfig.h>
#include <kglobal.h>
#include <kde_file.h>
#include <kconfiggroup.h>
#include <stdlib.h>
#include <string.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.
Functions | |
static void | cleanupQFSWatcher () |
static KDirWatchPrivate * | createPrivate () |
static KDirWatch::Method | methodFromString (const QString &method) |
static const char * | methodToString (KDirWatch::Method method) |
QDebug | operator<< (QDebug debug, const KDirWatchPrivate::Entry &entry) |
Variables | |
static KDirWatchPrivate * | dwp_self = 0 |
static const bool | s_verboseDebug = false |
Function Documentation
|
static |
Definition at line 1759 of file kdirwatch.cpp.
|
static |
Definition at line 81 of file kdirwatch.cpp.
|
static |
Definition at line 88 of file kdirwatch.cpp.
|
static |
Definition at line 106 of file kdirwatch.cpp.
QDebug operator<< | ( | QDebug | debug, |
const KDirWatchPrivate::Entry & | entry | ||
) |
Definition at line 561 of file kdirwatch.cpp.
Variable Documentation
|
static |
Definition at line 80 of file kdirwatch.cpp.
|
static |
Definition at line 77 of file kdirwatch.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.