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
void KDirWatchPrivate::Entry::addClient | ( | KDirWatch * | instance, |
KDirWatch::WatchModes | watchModes | ||
) |
Definition at line 469 of file kdirwatch.cpp.
int KDirWatchPrivate::Entry::clientCount | ( | ) | const |
Definition at line 511 of file kdirwatch.cpp.
QList< KDirWatchPrivate::Client * > KDirWatchPrivate::Entry::clientsForFileOrDir | ( | const QString & | tpath, |
bool * | isDir | ||
) | const |
Definition at line 525 of file kdirwatch.cpp.
Definition at line 162 of file kdirwatch_p.h.
QList< KDirWatchPrivate::Client * > KDirWatchPrivate::Entry::inotifyClientsForFileOrDir | ( | bool | isDir | ) | const |
Definition at line 549 of file kdirwatch.cpp.
|
inline |
Definition at line 160 of file kdirwatch_p.h.
QString KDirWatchPrivate::Entry::parentDirectory | ( | ) | const |
Definition at line 520 of file kdirwatch.cpp.
void KDirWatchPrivate::Entry::propagate_dirty | ( | ) |
Definition at line 453 of file kdirwatch.cpp.
void KDirWatchPrivate::Entry::removeClient | ( | KDirWatch * | instance | ) |
Definition at line 493 of file kdirwatch.cpp.
Member Data Documentation
bool KDirWatchPrivate::Entry::dirty |
Definition at line 170 of file kdirwatch_p.h.
int KDirWatchPrivate::Entry::freq |
Definition at line 154 of file kdirwatch_p.h.
bool KDirWatchPrivate::Entry::isDir |
Definition at line 147 of file kdirwatch_p.h.
Definition at line 149 of file kdirwatch_p.h.
time_t KDirWatchPrivate::Entry::m_ctime |
Definition at line 140 of file kdirwatch_p.h.
Definition at line 151 of file kdirwatch_p.h.
ino_t KDirWatchPrivate::Entry::m_ino |
Definition at line 144 of file kdirwatch_p.h.
entryMode KDirWatchPrivate::Entry::m_mode |
Definition at line 146 of file kdirwatch_p.h.
int KDirWatchPrivate::Entry::m_nlink |
Definition at line 142 of file kdirwatch_p.h.
entryStatus KDirWatchPrivate::Entry::m_status |
Definition at line 145 of file kdirwatch_p.h.
int KDirWatchPrivate::Entry::msecLeft |
Definition at line 154 of file kdirwatch_p.h.
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.