|
libquentier 0.8.0
The library for rich desktop clients of Evernote service
|


Signals | |
| void | directoryChanged (const QString &path) |
| void | directoryRemoved (const QString &path) |
| void | fileChanged (const QString &path) |
| void | fileRemoved (const QString &path) |
Public Member Functions | |
| FileSystemWatcher (int removalTimeoutMSec=500, QObject *parent=nullptr) | |
| FileSystemWatcher (const QStringList &paths, int removalTimeoutMSec=500, QObject *parent=nullptr) | |
| void | addPath (const QString &path) |
| void | addPaths (const QStringList &paths) |
| QStringList | directories () const |
| QStringList | files () const |
| void | removePath (const QString &path) |
| void | removePaths (const QStringList &paths) |