18#ifndef DFILEWATCHERMANAGER_H
19#define DFILEWATCHERMANAGER_H
21#include "dtkcore_global.h"
30class DFileWatcherManagerPrivate;
40 void remove(
const QString &filePath);
43 void fileDeleted(
const QString &filePath);
44 void fileAttributeChanged(
const QString &filePath);
45 void fileMoved(
const QString &fromFilePath,
const QString &toFilePath);
46 void subfileCreated(
const QString &filePath);
47 void fileModified(
const QString &filePath);
48 void fileClosed(
const QString &filePath);
51 QScopedPointer<DFileWatcherManagerPrivate> d_ptr;
The DFileWatcherManager class can help you manage file watchers and get signal when file got changed.
Definition: dfilewatchermanager.h:32
The DFileWatcher class provides an implemention of DBaseFileWatcher for monitoring files and director...
Definition: dfilewatcher.h:27
一些宏的定义.
Definition: dobject.h:38