Qt 4.8
|
#include "qfilesystemwatcher_p.h"
#include <QtCore/qmutex.h>
#include <QtCore/qwaitcondition.h>
#include <QtCore/qthread.h>
#include <QtCore/qhash.h>
#include <QtCore/qlinkedlist.h>
#include <private/qcore_mac_p.h>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
class | QFSEventsFileSystemWatcherEngine |
Typedefs | |
typedef const struct __CFArray * | CFArrayRef |
typedef const struct __FSEventStream * | ConstFSEventStreamRef |
typedef UInt32 | FSEventStreamEventFlags |
typedef uint64_t | FSEventStreamEventId |
typedef struct __FSEventStream * | FSEventStreamRef |
typedef const struct __CFArray* CFArrayRef |
Definition at line 71 of file qfilesystemwatcher_fsevents_p.h.
typedef const struct __FSEventStream* ConstFSEventStreamRef |
Definition at line 70 of file qfilesystemwatcher_fsevents_p.h.
typedef UInt32 FSEventStreamEventFlags |
Definition at line 72 of file qfilesystemwatcher_fsevents_p.h.
typedef uint64_t FSEventStreamEventId |
Definition at line 73 of file qfilesystemwatcher_fsevents_p.h.
typedef struct __FSEventStream* FSEventStreamRef |
Definition at line 69 of file qfilesystemwatcher_fsevents_p.h.