vcs
KDevelop::VcsItemEvent Class Reference
#include <vcsevent.h>
Detailed Description
Small container class that contains information about a history event of a single repository item.Definition at line 41 of file vcsevent.h.
Public Types | |
| enum | Action { Added = 1<<0, Deleted = 1<<1, Modified = 1<<2, Copied = 1<<3, Merged = 1<<4, ContentsModified = 1<<5, Replaced = 1<<6 } |
Public Member Functions | |
| Actions | actions () const |
| VcsItemEvent & | operator= (const VcsItemEvent &rhs) |
| QString | repositoryCopySourceLocation () const |
| VcsRevision | repositoryCopySourceRevision () const |
| QString | repositoryLocation () const |
| VcsRevision | revision () const |
| void | setActions (Actions) |
| void | setRepositoryCopySourceLocation (const QString &) |
| void | setRepositoryCopySourceRevision (const KDevelop::VcsRevision &) |
| void | setRepositoryLocation (const QString &) |
| void | setRevision (const KDevelop::VcsRevision &) |
| VcsItemEvent (const VcsItemEvent &) | |
Member Enumeration Documentation
Class that tells you what happened to a given repository location in a specific revision.
Combinations of some of the flags are possible, for example Add|Modified, Copy|Modified or Merge|Modified, or when returned from VcsEvent::actions().
- Enumerator:
Definition at line 51 of file vcsevent.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference