Qt 4.8
Classes | Typedefs
qfilesystemwatcher_fsevents_p.h File Reference
#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 Documentation

◆ CFArrayRef

typedef const struct __CFArray* CFArrayRef

Definition at line 71 of file qfilesystemwatcher_fsevents_p.h.

◆ ConstFSEventStreamRef

typedef const struct __FSEventStream* ConstFSEventStreamRef

Definition at line 70 of file qfilesystemwatcher_fsevents_p.h.

◆ FSEventStreamEventFlags

typedef UInt32 FSEventStreamEventFlags

Definition at line 72 of file qfilesystemwatcher_fsevents_p.h.

◆ FSEventStreamEventId

typedef uint64_t FSEventStreamEventId

Definition at line 73 of file qfilesystemwatcher_fsevents_p.h.

◆ FSEventStreamRef

typedef struct __FSEventStream* FSEventStreamRef

Definition at line 69 of file qfilesystemwatcher_fsevents_p.h.