Home
last modified time | relevance | path

Searched refs:qtFileWatcher_ (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dqtfilewatcher.cpp
H A Dqtfilewatcher.h
/glogg/src/
H A Dqtfilewatcher.cpp27 QtFileWatcher::QtFileWatcher() : FileWatcher(), qtFileWatcher_( this ) in QtFileWatcher()
31 connect( &qtFileWatcher_, SIGNAL( fileChanged( const QString& ) ), in QtFileWatcher()
34 connect( &qtFileWatcher_, SIGNAL( directoryChanged( const QString& ) ), in QtFileWatcher()
40 disconnect( &qtFileWatcher_ ); in ~QtFileWatcher()
53 qtFileWatcher_.addPath( fileInfo.path() ); in addFile()
57 qtFileWatcher_.addPath( fileName ); in addFile()
80 qtFileWatcher_.removePath( fileName ); in removeFile()
81 qtFileWatcher_.removePath( fileInfo.path() ); in removeFile()
90 foreach (QString str, qtFileWatcher_.files()) { in removeFile()
93 foreach (QString str, qtFileWatcher_.directories()) { in removeFile()
[all …]
H A Dqtfilewatcher.h58 QFileSystemWatcher qtFileWatcher_; variable