DocIndexWatcher Class Reference
Watches index files for changes and marks the documentation tree as dirty if a change is detected. More...
#include <docindexwatcher.h>
Inheritance diagram for DocIndexWatcher:


Public Member Functions | |
DocIndexWatcher (QObject *parent=0L, const char *name=0L) | |
void | addItem (DocTreeItem *item) |
void | removeItem (const DocTreeItem *item) |
Private Slots | |
void | slotDirty (const QString &fileName) |
Private Attributes | |
QDict< DocTreeItem > | m_docs |
Detailed Description
Watches index files for changes and marks the documentation tree as dirty if a change is detected.
Definition at line 24 of file docindexwatcher.h.
Constructor & Destructor Documentation
|
Definition at line 18 of file docindexwatcher.cpp. References slotDirty(). |
Member Function Documentation
|
Definition at line 25 of file docindexwatcher.cpp. References KDirWatch::addFile(), DocTreeItem::indexFileName(), m_docs, and KDirWatch::self(). Referenced by DocTreeItem::setIndexFileName(). |
|
Definition at line 33 of file docindexwatcher.cpp. References DocTreeItem::indexFileName(), m_docs, KDirWatch::removeFile(), and KDirWatch::self(). Referenced by DocTreeItem::setIndexFileName(), and DocTreeItem::~DocTreeItem(). |
|
Definition at line 41 of file docindexwatcher.cpp. Referenced by DocIndexWatcher(). |
Member Data Documentation
|
Definition at line 38 of file docindexwatcher.h. Referenced by addItem(), and removeItem(). |
The documentation for this class was generated from the following files:
- parts/doctreeview/docindexwatcher.h
- parts/doctreeview/docindexwatcher.cpp