KDECore
KDirWatchPrivate::Entry Class Reference
#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 |
| 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 460 of file kdirwatch.cpp.
| int KDirWatchPrivate::Entry::clientCount | ( | ) | const |
Definition at line 502 of file kdirwatch.cpp.
| QList< KDirWatchPrivate::Client * > KDirWatchPrivate::Entry::clientsForFileOrDir | ( | const QString & | tpath, |
| bool * | isDir | ||
| ) | const |
Definition at line 516 of file kdirwatch.cpp.
Definition at line 162 of file kdirwatch_p.h.
| bool KDirWatchPrivate::Entry::isValid | ( | ) | [inline] |
Definition at line 160 of file kdirwatch_p.h.
| QString KDirWatchPrivate::Entry::parentDirectory | ( | ) | const |
Definition at line 511 of file kdirwatch.cpp.
| void KDirWatchPrivate::Entry::propagate_dirty | ( | ) |
Definition at line 444 of file kdirwatch.cpp.
| void KDirWatchPrivate::Entry::removeClient | ( | KDirWatch * | instance | ) |
Definition at line 484 of file kdirwatch.cpp.
Member Data Documentation
Definition at line 170 of file kdirwatch_p.h.
Definition at line 154 of file kdirwatch_p.h.
Definition at line 147 of file kdirwatch_p.h.
| QList<Client *> KDirWatchPrivate::Entry::m_clients |
Definition at line 149 of file kdirwatch_p.h.
Definition at line 140 of file kdirwatch_p.h.
| QList<Entry *> KDirWatchPrivate::Entry::m_entries |
Definition at line 151 of file kdirwatch_p.h.
Definition at line 144 of file kdirwatch_p.h.
Definition at line 146 of file kdirwatch_p.h.
Definition at line 142 of file kdirwatch_p.h.
Definition at line 145 of file kdirwatch_p.h.
Definition at line 154 of file kdirwatch_p.h.
Definition at line 152 of file kdirwatch_p.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference