KDECore
#include <kdirwatch_p.h>
Public Member Functions | |
| void | addClient (KDirWatch *, KDirWatch::WatchModes) |
| int | clientCount () const |
| QList< Client * > | clientsForFileOrDir (const QString &tpath, bool *isDir) const |
| Entry * | findSubEntry (const QString &path) const |
| QList< Client * > | inotifyClientsForFileOrDir (bool isDir) const |
| bool | isValid () |
| QString | parentDirectory () const |
| void | propagate_dirty () |
| void | removeClient (KDirWatch *) |
Public Attributes | |
| bool | dirty |
| int | freq |
| bool | isDir |
| QList< Client * > | m_clients |
| time_t | m_ctime |
| QList< Entry * > | m_entries |
| ino_t | m_ino |
| entryMode | m_mode |
| int | m_nlink |
| entryStatus | m_status |
| int | msecLeft |
| QString | path |
Detailed Description
Definition at line 136 of file kdirwatch_p.h.
Member Function Documentation
◆ addClient()
| void KDirWatchPrivate::Entry::addClient | ( | KDirWatch * | instance, |
| KDirWatch::WatchModes | watchModes | ||
| ) |
Definition at line 469 of file kdirwatch.cpp.
◆ clientCount()
| int KDirWatchPrivate::Entry::clientCount | ( | ) | const |
Definition at line 511 of file kdirwatch.cpp.
◆ clientsForFileOrDir()
| QList< KDirWatchPrivate::Client * > KDirWatchPrivate::Entry::clientsForFileOrDir | ( | const QString & | tpath, |
| bool * | isDir | ||
| ) | const |
Definition at line 525 of file kdirwatch.cpp.
◆ findSubEntry()
Definition at line 162 of file kdirwatch_p.h.
◆ inotifyClientsForFileOrDir()
| QList< KDirWatchPrivate::Client * > KDirWatchPrivate::Entry::inotifyClientsForFileOrDir | ( | bool | isDir | ) | const |
Definition at line 549 of file kdirwatch.cpp.
◆ isValid()
|
inline |
Definition at line 160 of file kdirwatch_p.h.
◆ parentDirectory()
| QString KDirWatchPrivate::Entry::parentDirectory | ( | ) | const |
Definition at line 520 of file kdirwatch.cpp.
◆ propagate_dirty()
| void KDirWatchPrivate::Entry::propagate_dirty | ( | ) |
Definition at line 453 of file kdirwatch.cpp.
◆ removeClient()
| void KDirWatchPrivate::Entry::removeClient | ( | KDirWatch * | instance | ) |
Definition at line 493 of file kdirwatch.cpp.
Member Data Documentation
◆ dirty
| bool KDirWatchPrivate::Entry::dirty |
Definition at line 170 of file kdirwatch_p.h.
◆ freq
| int KDirWatchPrivate::Entry::freq |
Definition at line 154 of file kdirwatch_p.h.
◆ isDir
| bool KDirWatchPrivate::Entry::isDir |
Definition at line 147 of file kdirwatch_p.h.
◆ m_clients
Definition at line 149 of file kdirwatch_p.h.
◆ m_ctime
| time_t KDirWatchPrivate::Entry::m_ctime |
Definition at line 140 of file kdirwatch_p.h.
◆ m_entries
Definition at line 151 of file kdirwatch_p.h.
◆ m_ino
| ino_t KDirWatchPrivate::Entry::m_ino |
Definition at line 144 of file kdirwatch_p.h.
◆ m_mode
| entryMode KDirWatchPrivate::Entry::m_mode |
Definition at line 146 of file kdirwatch_p.h.
◆ m_nlink
| int KDirWatchPrivate::Entry::m_nlink |
Definition at line 142 of file kdirwatch_p.h.
◆ m_status
| entryStatus KDirWatchPrivate::Entry::m_status |
Definition at line 145 of file kdirwatch_p.h.
◆ msecLeft
| int KDirWatchPrivate::Entry::msecLeft |
Definition at line 154 of file kdirwatch_p.h.
◆ path
| QString KDirWatchPrivate::Entry::path |
Definition at line 152 of file kdirwatch_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 18:58:54 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.