• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdevelop API Reference
  • KDE Home
  • Contact Us
 

kdevelop/kdevplatform/vcs

  • extragear
  • kdevelop
  • kdevelop
  • kdevplatform
  • vcs
  • widgets
vcsdiffwidget.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This file is part of KDevelop *
3  * Copyright 2007 Andreas Pakulat <[email protected]> *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU Library General Public License as *
7  * published by the Free Software Foundation; either version 2 of the *
8  * License, or (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU Library General Public *
16  * License along with this program; if not, write to the *
17  * Free Software Foundation, Inc., *
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
19  ***************************************************************************/
20 
21 #ifndef KDEVPLATFORM_VCSDIFFWIDGET_H
22 #define KDEVPLATFORM_VCSDIFFWIDGET_H
23 
24 #include <QWidget>
25 #include <vcs/vcsexport.h>
26 
27 namespace KDevelop
28 {
29 class VcsJob;
30 class VcsRevision;
31 class VcsDiffWidgetPrivate;
32 
33 class KDEVPLATFORMVCS_EXPORT VcsDiffWidget : public QWidget
34 {
35 Q_OBJECT
36 public:
37  explicit VcsDiffWidget( KDevelop::VcsJob*, QWidget* parent = nullptr );
38  ~VcsDiffWidget() override;
39  void setRevisions( const KDevelop::VcsRevision&, const KDevelop::VcsRevision& );
40 
41 private:
42  const QScopedPointer<class VcsDiffWidgetPrivate> d_ptr;
43  Q_DECLARE_PRIVATE(VcsDiffWidget)
44 };
45 
46 }
47 
48 #endif
QWidget
QScopedPointer< class VcsDiffWidgetPrivate >
KDevelop::VcsDiffWidget
Definition: vcsdiffwidget.h:33
KDevelop::VcsJob
This class provides an extension of KJob to get various VCS-specific information about the job...
Definition: vcsjob.h:43
KDevelop::VcsRevision
Encapsulates a vcs revision number, date or range of revisions.
Definition: vcsrevision.h:66
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sun Dec 8 2019 04:33:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kdevelop/kdevplatform/vcs

Skip menu "kdevelop/kdevplatform/vcs"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdevelop API Reference

Skip menu "kdevelop API Reference"
  •   kdevplatform
  •     debugger
  •     documentation
  •     interfaces
  •     language
  •       assistant
  •       backgroundparser
  •       checks
  •       classmodel
  •       codecompletion
  •       codegen
  •       duchain
  •       editor
  •       highlighting
  •       interfaces
  •       util
  •     outputview
  •     project
  •     serialization
  •     shell
  •     sublime
  •     tests
  •     util
  •     vcs

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal