Protected Member Functions | Private Slots | Private Attributes | Friends

QFileSystemWComm Class Reference

List of all members.

Protected Member Functions

 QFileSystemWComm (QFileSystemWatcher *qfswatcher, FileSystemWatcher *fswatcher)

Private Slots

void directoryChanged (const QString &path)
void fileChanged (const QString &fnm)

Private Attributes

QFileSystemWatcher * qfswatcher_
FileSystemWatcherfswatcher_

Friends

class FileSystemWatcher

Constructor & Destructor Documentation

QFileSystemWComm::QFileSystemWComm ( QFileSystemWatcher *  qfswatcher,
FileSystemWatcher fswatcher 
) [inline, protected]

Member Function Documentation

void QFileSystemWComm::directoryChanged ( const QString &  path  )  [inline, private, slot]
void QFileSystemWComm::fileChanged ( const QString &  fnm  )  [inline, private, slot]

Friends And Related Function Documentation

friend class FileSystemWatcher [friend]

Member Data Documentation

QFileSystemWatcher* QFileSystemWComm::qfswatcher_ [private]