Home
last modified time | relevance | path

Searched refs:PlatformFileWatcher (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/src/
H A Dplatformfilewatcher.cpp
H A Dplatformfilewatcher.h
/glogg/src/
H A Dplatformfilewatcher.cpp24 std::shared_ptr<PlatformFileWatcher::PlatformWatchTower> PlatformFileWatcher::watch_tower_;
26 PlatformFileWatcher::PlatformFileWatcher() : FileWatcher() in PlatformFileWatcher() function in PlatformFileWatcher
35 PlatformFileWatcher::~PlatformFileWatcher() in ~PlatformFileWatcher()
39 void PlatformFileWatcher::addFile( const QString& fileName ) in addFile()
51 void PlatformFileWatcher::removeFile( const QString& fileName ) in removeFile()
58 void PlatformFileWatcher::setPollingInterval( uint32_t interval_ms ) in setPollingInterval()
H A Dplatformfilewatcher.h42 class PlatformFileWatcher : public FileWatcher {
47 PlatformFileWatcher();
49 ~PlatformFileWatcher();
/glogg/glogg/tests/
H A DfilewatcherTest.cpp
/glogg/tests/
H A DfilewatcherTest.cpp14 file_watcher = make_shared<PlatformFileWatcher>(); in SetUp()
/glogg/src/data/
H A Dlogdata.cpp76 fileWatcher_ = std::make_shared<PlatformFileWatcher>(); in LogData()
/glogg/glogg/src/data/
H A Dlogdata.cpp