kdevelop/kdevplatform/vcs
ipatchsource.cpp
Go to the documentation of this file.
virtual bool canSelectFiles() const
Should return whether the user should be able to select files of the patch The files available for se...
Definition: ipatchsource.cpp:57
virtual bool finishReview(const QList< QUrl > &selection)
Called when the user has reviewed and accepted this patch If canSelectFiles() returned true...
Definition: ipatchsource.cpp:41
virtual bool canCancel() const
Should return whether the user may cancel this review (cancelReview will be called when he does) The ...
Definition: ipatchsource.cpp:47
virtual QWidget * customWidget() const
Can return a custom widget that should be shown to the user with this patch The ownership of the widg...
Definition: ipatchsource.cpp:67
virtual QString finishReviewCustomText() const
May return a custom text for the "Finish Review" action.
Definition: ipatchsource.cpp:62
virtual QMap< QUrl, KDevelop::VcsStatusInfo::State > additionalSelectableFiles() const
May return an additional list of selectable files together with short description strings for this pa...
Definition: ipatchsource.cpp:52
virtual uint depth() const
Depth - number of directories to left-strip from paths in the patch - see "patch -p" Defaults to 0...
Definition: ipatchsource.cpp:72
virtual void cancelReview()
Called when the user has rejected this patch.
Definition: ipatchsource.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 14 2019 02:58:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 14 2019 02:58:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.