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

kdevplatform/vcs

  • sources
  • kfour-appscomplete
  • kdevelop
  • kdevplatform
  • vcs
  • widgets
vcscommitdialog.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright 2007 Dukju Ahn <[email protected]> *
3  * Copyright 2011 Andrey Batyiev <[email protected]> *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  * *
10  ***************************************************************************/
11 
12 #ifndef KDEVPLATFORM_VCS_COMMITDIALOG_H
13 #define KDEVPLATFORM_VCS_COMMITDIALOG_H
14 
15 #include <QDialog>
16 
17 #include <vcs/vcsexport.h>
18 
19 namespace KDevelop
20 {
21 
22 class VcsStatusInfo;
23 class IPatchSource;
24 class VcsCommitDialogPrivate;
25 
26 class KDEVPLATFORMVCS_EXPORT VcsCommitDialog : public QDialog
27 {
28  Q_OBJECT
29 public:
30  explicit VcsCommitDialog( IPatchSource *patchSource, QWidget *parent = nullptr );
31  ~VcsCommitDialog() override;
33  void setCommitCandidates( const QList<KDevelop::VcsStatusInfo>& statuses );
34  void setRecursive( bool );
35  bool recursive() const;
36 
37 private Q_SLOTS:
38  void ok();
39  void cancel();
40 
41 private:
42  const QScopedPointer<class VcsCommitDialogPrivate> d_ptr;
43  Q_DECLARE_PRIVATE(VcsCommitDialog)
44 };
45 
46 }
47 
48 #endif
QWidget
QList< KDevelop::VcsStatusInfo >
KDevelop::VcsCommitDialog
Definition: vcscommitdialog.h:33
QScopedPointer< class VcsCommitDialogPrivate >
KDevelop
Definition: dvcsevent.h:33
QDialog
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Jan 21 2021 23:36:46 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kdevplatform/vcs

Skip menu "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