kdevplatform/vcs
KDevelop::IRepositoryVersionControl Class Referenceabstract
#include <irepositoryversioncontrol.h>
Public Member Functions | |
virtual | ~IRepositoryVersionControl () |
virtual VcsJob * | copy (const QString &commitMessage, const QString &repoSrc, const QString &repoDst, const VcsRevision &srcRev)=0 |
virtual VcsJob * | move (const QString &commitMessage, const QString &repoSrc, const QString &repoDst, const VcsRevision &srcRev)=0 |
virtual VcsJob * | remove (const QString &commitMessage, const QStringList &repoLocations)=0 |
Detailed Description
Definition at line 36 of file irepositoryversioncontrol.h.
Constructor & Destructor Documentation
◆ ~IRepositoryVersionControl()
|
inlinevirtual |
Definition at line 39 of file irepositoryversioncontrol.h.
Member Function Documentation
◆ copy()
|
pure virtual |
Copies the source location in the repository to the destination.
◆ move()
|
pure virtual |
Moves the source location in the repository to the destination.
◆ remove()
|
pure virtual |
Removes the source locations in the repository.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Apr 22 2021 23:31:47 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Apr 22 2021 23:31:47 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.