vcs
KDevelop::VcsAnnotationLine Class Reference
#include <vcsannotation.h>
Detailed Description
Annotation information for a line of a version controlled file.Definition at line 39 of file vcsannotation.h.
Public Member Functions | |
| QString | author () const |
| QDateTime | date () const |
| int | lineNumber () const |
| VcsAnnotationLine & | operator= (const VcsAnnotationLine &rhs) |
| VcsRevision | revision () const |
| void | setAuthor (const QString &) |
| void | setDate (const QDateTime &) |
| void | setLineNumber (int) |
| void | setRevision (const VcsRevision &) |
| void | setText (const QString &) |
| QString | text () const |
| VcsAnnotationLine (const VcsAnnotationLine &) | |
Member Function Documentation
| QString KDevelop::VcsAnnotationLine::author | ( | ) | const |
| QDateTime KDevelop::VcsAnnotationLine::date | ( | ) | const |
| int KDevelop::VcsAnnotationLine::lineNumber | ( | ) | const |
| VcsRevision KDevelop::VcsAnnotationLine::revision | ( | ) | const |
| void KDevelop::VcsAnnotationLine::setAuthor | ( | const QString & | author | ) |
set the author of this annotation line
- Parameters:
-
author the author of the last change
Definition at line 107 of file vcsannotation.cpp.
| void KDevelop::VcsAnnotationLine::setDate | ( | const QDateTime & | date | ) |
set the date of this annotation line
- Parameters:
-
date the date of the last change
Definition at line 117 of file vcsannotation.cpp.
| void KDevelop::VcsAnnotationLine::setLineNumber | ( | int | lineno | ) |
set the line number of this annotation line
- Parameters:
-
number the line number
Definition at line 97 of file vcsannotation.cpp.
| void KDevelop::VcsAnnotationLine::setRevision | ( | const VcsRevision & | revision | ) |
set the revision of this annotation line
- Parameters:
-
revision the revision of the last change
Definition at line 112 of file vcsannotation.cpp.
| void KDevelop::VcsAnnotationLine::setText | ( | const QString & | text | ) |
set the text of this annotation line
- Parameters:
-
text the text of the line
Definition at line 102 of file vcsannotation.cpp.
| QString KDevelop::VcsAnnotationLine::text | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference