kdevvcsfileinfoprovider.h File Reference
#include <qobject.h>
#include <qmap.h>
Include dependency graph for kdevvcsfileinfoprovider.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
struct | VCSFileInfo |
Info about file state. More... | |
class | KDevVCSFileInfoProvider |
A basic interface for providing info on file registered in a version control repository repository. More... | |
Typedefs | |
typedef QMap< QString, VCSFileInfo > | VCSFileInfoMap |
Info for a bunch of files that got modified. |
Typedef Documentation
|
Info for a bunch of files that got modified.
Definition at line 50 of file kdevvcsfileinfoprovider.h. Referenced by CVSDir::cacheableDirStatus(), VCSFileTreeBranchItem::createTreeViewItem(), CVSDir::dirStatus(), CVSFileInfoProvider::parse(), CVSFileInfoProvider::printOutFileInfoMap(), CVSFileInfoProvider::status(), VCSFileTreeWidgetImpl::vcsDirStatusReady(), and VCSFileTreeWidgetImpl::VCSFileTreeWidgetImpl(). |