KDECore
#include <io/config-kdirwatch.h>
#include "kdirwatch.h"
#include <QtCore/QList>
#include <QtCore/QSet>
#include <QtCore/QMap>
#include <QtCore/QObject>
#include <QtCore/QString>
#include <QtCore/QTimer>
#include <sys/time.h>
#include <sys/param.h>
#include <ctime>
#include <QtCore/QFileSystemWatcher>
Include dependency graph for kdirwatch_p.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | KDirWatchPrivate::Client |
class | KDirWatchPrivate::Entry |
class | KDirWatchPrivate |
class | KFileSystemWatcher |
Macros | |
#define | HAVE_QFILESYSTEMWATCHER |
#define | invalid_ctime ((time_t)-1) |
Functions | |
QDebug | operator<< (QDebug debug, const KDirWatchPrivate::Entry &entry) |
Macro Definition Documentation
#define HAVE_QFILESYSTEMWATCHER |
Definition at line 34 of file kdirwatch_p.h.
#define invalid_ctime ((time_t)-1) |
Definition at line 71 of file kdirwatch_p.h.
Function Documentation
QDebug operator<< | ( | QDebug | debug, |
const KDirWatchPrivate::Entry & | entry | ||
) |
Definition at line 561 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.