Home
last modified time | relevance | path

Searched refs:fileChanged (Results 1 – 18 of 18) sorted by relevance

/glogg/glogg/src/
H A Dqtfilewatcher.cpp
H A Dfilewatcher.h
H A Dqtfilewatcher.h
H A Dplatformfilewatcher.cpp
H A Dplatformfilewatcher.h
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dqtfilewatcher.cpp31 connect( &qtFileWatcher_, SIGNAL( fileChanged( const QString& ) ), in QtFileWatcher()
108 emit fileChanged( filename ); in fileChangedOnDisk() local
133 emit fileChanged( fileMonitored_ ); in directoryChangedOnDisk() local
146 emit fileChanged( filename ); in directoryChangedOnDisk() local
H A Dfilewatcher.h48 void fileChanged( const QString& );
H A Dqtfilewatcher.h49 void fileChanged( const QString& );
H A Dplatformfilewatcher.cpp48 emit fileChanged( fileName ); } ) ); in addFile() local
H A Dplatformfilewatcher.h58 void fileChanged( const QString& );
H A Dcrawlerwidget.cpp820 connect( logData_, SIGNAL( fileChanged( LogData::MonitoredFileStatus ) ), in setup()
/glogg/glogg/src/data/
H A Dlogdata.h
H A Dlogdata.cpp
/glogg/src/data/
H A Dlogdata.h92 void fileChanged( LogData::MonitoredFileStatus status );
H A Dlogdata.cpp82 connect( fileWatcher_.get(), SIGNAL( fileChanged( const QString& ) ), in LogData()
252 emit fileChanged( fileChangedOnDisk_ ); in fileChangedOnDisk() local
/glogg/glogg/tests/
H A DlogdataTest.cpp
/glogg/tests/
H A DlogdataTest.cpp35 SIGNAL( fileChanged( LogData::MonitoredFileStatus ) ) ); in TEST_F()