vcs
KDevelop::VcsMapping Class Reference
#include <vcsmapping.h>
Detailed Description
This class stores mappings of vcs locations.Usually one location is a local location, the other is a repository location.
Definition at line 43 of file vcsmapping.h.
Public Types | |
| enum | MappingFlag { Recursive = 1, NonRecursive = 2 } |
Public Member Functions | |
| void | addMapping (const VcsLocation &sourceLocation, const VcsLocation &destinationLocation, MappingFlag recursion) |
| VcsLocation | destinationLocation (const VcsLocation &sourceLocation) const |
| MappingFlag | mappingFlag (const VcsLocation &sourceLocation) const |
| VcsMapping & | operator= (const VcsMapping &rhs) |
| void | removeMapping (const VcsLocation &sourceLocation) |
| QList< VcsLocation > | sourceLocations () const |
| VcsMapping (const VcsMapping &) | |
Member Enumeration Documentation
Definition at line 46 of file vcsmapping.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference