![]() |
Qt 4.8
|
#include <qfilesystemwatcher_p.h>
Signals | |
| static QFileSystemWatcherEngine * | createNativeEngine () |
Public Functions | |
| void | _q_directoryChanged (const QString &path, bool removed) |
| void | _q_fileChanged (const QString &path, bool removed) |
| void | init () |
| void | initForcedEngine (const QString &) |
| void | initPollerEngine () |
| QFileSystemWatcherPrivate () | |
Public Functions inherited from QObjectPrivate | |
| void | _q_reregisterTimers (void *pointer) |
| void | addConnection (int signal, Connection *c) |
| void | cleanConnectionLists () |
| void | connectNotify (const char *signal) |
| void | deleteChildren () |
| void | disconnectNotify (const char *signal) |
| bool | isSender (const QObject *receiver, const char *signal) const |
| bool | isSignalConnected (uint signalIdx) const |
| Returns true if the signal with index signal_index from object sender is connected. More... | |
| void | moveToThread_helper () |
| QObjectPrivate (int version=QObjectPrivateVersion) | |
| QObjectList | receiverList (const char *signal) const |
| QObjectList | senderList () const |
| void | setParent_helper (QObject *) |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
| int | signalIndex (const char *signalName) const |
| Returns the signal index used in the internal connectionLists vector. More... | |
| virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
| virtual | ~QObjectData ()=0 |
Public Variables | |
| QStringList | directories |
| QStringList | files |
| QFileSystemWatcherEngine * | forced |
| QFileSystemWatcherEngine * | native |
| QFileSystemWatcherEngine * | poller |
Public Variables inherited from QObjectPrivate | |
| union { | |
| QObject * currentChildBeingDeleted | |
| QAbstractDeclarativeData * declarativeData | |
| }; | |
| quint32 | connectedSignals [2] |
| QObjectConnectionListVector * | connectionLists |
| Sender * | currentSender |
| QList< QPointer< QObject > > | eventFilters |
| ExtraData * | extraData |
| QString | objectName |
| Connection * | senders |
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
| QThreadData * | threadData |
| void * | unused |
Public Variables inherited from QObjectData | |
| uint | blockSig: 1 |
| QObjectList | children |
| uint | hasGuards: 1 |
| uint | inEventHandler: 1 |
| uint | inThreadChangeEvent: 1 |
| uint | isWidget: 1 |
| QMetaObject * | metaObject |
| uint | ownObjectName: 1 |
| QObject * | parent |
| uint | pendTimer: 1 |
| int | postedEvents |
| QObject * | q_ptr |
| uint | receiveChildEvents: 1 |
| uint | sendChildEvents: 1 |
| uint | unused: 22 |
| uint | wasDeleted: 1 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QObjectPrivate | |
| static void | clearGuards (QObject *) |
| static QObjectPrivate * | get (QObject *o) |
| static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
| static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
| static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Definition at line 98 of file qfilesystemwatcher_p.h.
| QFileSystemWatcherPrivate::QFileSystemWatcherPrivate | ( | ) |
Definition at line 274 of file qfilesystemwatcher.cpp.
| void QFileSystemWatcherPrivate::_q_directoryChanged | ( | const QString & | path, |
| bool | removed | ||
| ) |
Definition at line 353 of file qfilesystemwatcher.cpp.
Referenced by init(), initForcedEngine(), and initPollerEngine().
| void QFileSystemWatcherPrivate::_q_fileChanged | ( | const QString & | path, |
| bool | removed | ||
| ) |
Definition at line 341 of file qfilesystemwatcher.cpp.
Referenced by init(), initForcedEngine(), and initPollerEngine().
|
staticprivatesignal |
Definition at line 249 of file qfilesystemwatcher.cpp.
Referenced by init().
| void QFileSystemWatcherPrivate::init | ( | ) |
Definition at line 279 of file qfilesystemwatcher.cpp.
| void QFileSystemWatcherPrivate::initForcedEngine | ( | const QString & | forceName | ) |
Definition at line 295 of file qfilesystemwatcher.cpp.
| void QFileSystemWatcherPrivate::initPollerEngine | ( | ) |
Definition at line 324 of file qfilesystemwatcher.cpp.
| QStringList QFileSystemWatcherPrivate::directories |
Definition at line 111 of file qfilesystemwatcher_p.h.
Referenced by _q_directoryChanged().
| QStringList QFileSystemWatcherPrivate::files |
Definition at line 111 of file qfilesystemwatcher_p.h.
Referenced by _q_fileChanged().
| QFileSystemWatcherEngine * QFileSystemWatcherPrivate::forced |
Definition at line 110 of file qfilesystemwatcher_p.h.
Referenced by initForcedEngine().
| QFileSystemWatcherEngine* QFileSystemWatcherPrivate::native |
Definition at line 110 of file qfilesystemwatcher_p.h.
Referenced by init().
| QFileSystemWatcherEngine * QFileSystemWatcherPrivate::poller |
Definition at line 110 of file qfilesystemwatcher_p.h.
Referenced by initPollerEngine().