Public Member Functions | |
| FileSystemWatcher () | |
| ~FileSystemWatcher () | |
| void | addFile (const BufferString &) |
| void | addFiles (const BufferStringSet &) |
| void | removeFile (const BufferString &) |
| void | removeFiles (const BufferStringSet &) |
| const BufferString & | changedDir () const |
| const BufferString & | changedFile () const |
Public Attributes | |
| Notifier< FileSystemWatcher > | directoryChanged |
| Notifier< FileSystemWatcher > | fileChanged |
Protected Attributes | |
| BufferString | chgddir_ |
| BufferString | chgdfile_ |
| QFileSystemWatcher * | qfswatcher_ |
| QFileSystemWComm * | qfswatchercomm_ |
Friends | |
| class | QFileSystemWComm |
| FileSystemWatcher::FileSystemWatcher | ( | ) |
| FileSystemWatcher::~FileSystemWatcher | ( | ) |
| void FileSystemWatcher::addFile | ( | const BufferString & | ) |
| void FileSystemWatcher::addFiles | ( | const BufferStringSet & | ) |
| const BufferString& FileSystemWatcher::changedDir | ( | ) | const [inline] |
| const BufferString& FileSystemWatcher::changedFile | ( | ) | const [inline] |
| void FileSystemWatcher::removeFile | ( | const BufferString & | ) |
| void FileSystemWatcher::removeFiles | ( | const BufferStringSet & | ) |
friend class QFileSystemWComm [friend] |
BufferString FileSystemWatcher::chgddir_ [protected] |
BufferString FileSystemWatcher::chgdfile_ [protected] |
QFileSystemWatcher* FileSystemWatcher::qfswatcher_ [protected] |
QFileSystemWComm* FileSystemWatcher::qfswatchercomm_ [protected] |
1.7.1