vcs
KDevelop::VcsEvent Class Reference
#include <vcsevent.h>
Detailed Description
Small container class that contains information about a single revision.
- Note:
- log() only returns information about the specific item that was asked about. When working with a VCS that supports atomic commits (i.e. where a revision might affect more than one item), use change() to retrieve information about all items affected by a particular revision.
Definition at line 92 of file vcsevent.h.
Public Member Functions | |
| VcsItemEvent::Actions | actions () |
| QString | author () |
| QDateTime | date () |
| QList< VcsItemEvent > | items () |
| QString | message () |
| VcsEvent & | operator= (const VcsEvent &rhs) |
| VcsRevision | revision () |
| void | setActions (VcsItemEvent::Actions) |
| void | setAuthor (const QString &) |
| void | setDate (const QDateTime &) |
| void | setItems (const QList< VcsItemEvent > &) |
| void | setMessage (const QString &) |
| void | setRevision (const VcsRevision &) |
| VcsEvent (const VcsEvent &) | |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference