KDECore
Go to the documentation of this file.
30 #include <io/config-kdirwatch.h>
33 #ifndef QT_NO_FILESYSTEMWATCHER
34 #define HAVE_QFILESYSTEMWATCHER
37 #include <QtCore/QList>
38 #include <QtCore/QSet>
39 #include <QtCore/QMap>
40 #include <QtCore/QObject>
41 #include <QtCore/QString>
42 #include <QtCore/QTimer>
43 class QFileSystemWatcher;
44 class QSocketNotifier;
51 #ifdef HAVE_SYS_INOTIFY_H
54 #include <sys/inotify.h>
56 #ifndef IN_DONT_FOLLOW
57 #define IN_DONT_FOLLOW 0x02000000
61 #define IN_ONLYDIR 0x01000000
67 #include <sys/param.h>
71 #define invalid_ctime ((time_t)-1)
73 #ifdef HAVE_QFILESYSTEMWATCHER
74 #include <QtCore/QFileSystemWatcher>
102 QFileSystemWatcher* availableWatcher();
103 QFileSystemWatcher* m_recentWatcher;
164 if (sub_entry->
path == path)
179 #ifdef HAVE_SYS_INOTIFY_H
251 void checkFAMEvent(FAMEvent*);
255 #ifdef HAVE_SYS_INOTIFY_H
256 QSocketNotifier *mSn;
257 bool supports_inotify;
260 bool useINotify(
Entry*);
262 #ifdef HAVE_QFILESYSTEMWATCHER
272 #endif // KDIRWATCH_P_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 21:52:39 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.