KCoreAddons
kdirwatch.h
void removeFile(const QString &file)
Removes a file from the list of watched files.
Definition kdirwatch.cpp:1683
bool contains(const QString &path) const
Check if a directory is being watched by this KDirWatch instance.
Definition kdirwatch.cpp:1735
bool stopDirScan(const QString &path)
Stops scanning the specified path.
Definition kdirwatch.cpp:1690
void removeDir(const QString &path)
Removes a directory from the list of scanned directories.
Definition kdirwatch.cpp:1676
void startScan(bool notify=false, bool skippedToo=false)
Starts scanning of all dirs in list.
Definition kdirwatch.cpp:1727
void addDir(const QString &path, WatchModes watchModes=WatchDirOnly)
Adds a directory to be watched.
Definition kdirwatch.cpp:1641
QDateTime ctime(const QString &path) const
Returns the time the directory/file was last changed.
Definition kdirwatch.cpp:1665
void created(const QString &path)
Emitted when a file or directory (being watched explicitly) is created.
bool restartDirScan(const QString &path)
Restarts scanning for specified path.
Definition kdirwatch.cpp:1701
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
virtual bool event(QEvent *e)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.