44 #include <QtCore/QFileSystemWatcher>
80 delay_in_seconds_ = delay;
86 QFileSystemWatcher::addPath(path.
toQString());
92 QFileSystemWatcher::removePath(path.
toQString());
Watcher that monitors file changes.
Definition: FileWatcher.h:67
void fileChanged(const String &)
Delayed file change signal.
void removeFile(const String &path)
removes a file from the watcher
Definition: FileWatcher.h:90
void timerTriggered_()
Slot that is called when the delay is over.
void setDelayInSeconds(double delay)
Sets the delay in seconds (default: 1s)
Definition: FileWatcher.h:78
~FileWatcher() override
Destructor.
void monitorFileChanged_(const QString &name)
Slot that is connected to the fileChanged signal in order to track the changes.
Map< QString, QString > timers_
A map that links timer name and file.
Definition: FileWatcher.h:107
double delay_in_seconds_
Delay (seconds)
Definition: FileWatcher.h:109
void addFile(const String &path)
Adds a file to the watcher.
Definition: FileWatcher.h:84
FileWatcher(QObject *parent=nullptr)
Constructor.
A more convenient string class.
Definition: String.h:61
QString toQString() const
Conversion to Qt QString.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47