• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • KDevelop Platform Libraries
  • Sitemap
  • Contact Us
 

vcs

irepositoryversioncontrol.h

00001 /* This file is part of KDevelop
00002  *
00003  * Copyright 2007 Andreas Pakulat <apaku@gmx.de>
00004  * Copyright 2007 Matthew Woehlke <mw_triad@users.sourceforge.net>
00005  *
00006  * This program is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU General Public License
00008  * as published by the Free Software Foundation; either version 2
00009  * of the License, or (at your option) any later version.
00010  *
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00019  * 02110-1301, USA.
00020  */
00021 
00022 #ifndef IREPOSITORYVERSIONCONTROL_H
00023 #define IREPOSITORYVERSIONCONTROL_H
00024 
00025 #include <iextension.h>
00026 class QString;
00027 class VcsRevision;
00028 class QStringList;
00029 
00030 namespace KDevelop
00031 {
00032 
00033 class IRepositoryVersionControl
00034 {
00035 public:
00039     virtual VcsJob* copy( const QString& commitMessage,
00040                           const QString& repoSrc,
00041                           const QString& repoDst,
00042                           const VcsRevision& srcRev ) = 0;
00043 
00047     virtual VcsJob* move( const QString& commitMessage,
00048                           const QString& repoSrc,
00049                           const QString& repoDst,
00050                           const VcsRevision& srcRev ) = 0;
00051 
00052 
00056     virtual VcsJob* remove( const QString& commitMessage,
00057                             const QStringList& repoLocations ) = 0;
00058 };
00059 
00060 }
00061 
00062 KDEV_DECLARE_EXTENSION_INTERFACE_NS( KDevelop, IRepositoryVersionControl, "org.kdevelop.IRepositoryVersionControl" )
00063 Q_DECLARE_INTERFACE( KDevelop::IRepositoryVersionControl, "org.kdevelop.IRepositoryVersionControl" )
00064 #endif
00065 

vcs

Skip menu "vcs"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

KDevelop Platform Libraries

Skip menu "KDevelop Platform Libraries"
  • interfaces
  • language
  •   duchain
  •   editor
  • outputview
  • project
  • shell
  • sublime
  • util
  • vcs
Generated for KDevelop Platform Libraries by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal