kleopatra
Kleo::FileSystemWatcher Class Reference
#include <filesystemwatcher.h>
Inheritance diagram for Kleo::FileSystemWatcher:

Detailed Description
Definition at line 45 of file filesystemwatcher.h.
Signals | |
| void | directoryChanged (const QString &path) |
| void | fileChanged (const QString &path) |
Public Member Functions | |
| void | addPath (const QString &path) |
| void | addPaths (const QStringList &paths) |
| int | delay () const |
| QStringList | directories () const |
| QStringList | files () const |
| FileSystemWatcher (const QStringList &paths, QObject *parent=0) | |
| FileSystemWatcher (QObject *parent=0) | |
| bool | isEnabled () const |
| void | removePath (const QString &path) |
| void | removePaths (const QStringList &path) |
| void | setDelay (int ms) |
| void | setEnabled (bool enable) |
| ~FileSystemWatcher () | |
Constructor & Destructor Documentation
| FileSystemWatcher::FileSystemWatcher | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 103 of file filesystemwatcher.cpp.
| FileSystemWatcher::FileSystemWatcher | ( | const QStringList & | paths, | |
| QObject * | parent = 0 | |||
| ) | [explicit] |
Definition at line 109 of file filesystemwatcher.cpp.
| FileSystemWatcher::~FileSystemWatcher | ( | ) |
Definition at line 138 of file filesystemwatcher.cpp.
Member Function Documentation
| void FileSystemWatcher::addPath | ( | const QString & | path | ) |
Definition at line 160 of file filesystemwatcher.cpp.
| void FileSystemWatcher::addPaths | ( | const QStringList & | paths | ) |
Definition at line 153 of file filesystemwatcher.cpp.
| int FileSystemWatcher::delay | ( | ) | const |
Definition at line 148 of file filesystemwatcher.cpp.
| QStringList Kleo::FileSystemWatcher::directories | ( | ) | const |
| void Kleo::FileSystemWatcher::directoryChanged | ( | const QString & | path | ) | [signal] |
| void Kleo::FileSystemWatcher::fileChanged | ( | const QString & | path | ) | [signal] |
| QStringList Kleo::FileSystemWatcher::files | ( | ) | const |
| bool FileSystemWatcher::isEnabled | ( | ) | const |
Definition at line 133 of file filesystemwatcher.cpp.
| void FileSystemWatcher::removePath | ( | const QString & | path | ) |
Definition at line 173 of file filesystemwatcher.cpp.
| void FileSystemWatcher::removePaths | ( | const QStringList & | path | ) |
Definition at line 165 of file filesystemwatcher.cpp.
| void FileSystemWatcher::setDelay | ( | int | ms | ) |
Definition at line 142 of file filesystemwatcher.cpp.
| void FileSystemWatcher::setEnabled | ( | bool | enable | ) |
Definition at line 114 of file filesystemwatcher.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference