kdevplatform/vcs
KDevelop::IPatchReview Class Referenceabstract
#include <ipatchsource.h>
Public Types | |
enum | ReviewMode { OpenAndRaise } |
Public Member Functions | |
virtual | ~IPatchReview () |
virtual void | startReview (IPatchSource *patch, ReviewMode mode=OpenAndRaise)=0 |
Detailed Description
Definition at line 97 of file ipatchsource.h.
Member Enumeration Documentation
◆ ReviewMode
Enumerator | |
---|---|
OpenAndRaise | Opens the related files in the review area, switches to that area, and raises the patch-review tool view. |
Definition at line 102 of file ipatchsource.h.
Constructor & Destructor Documentation
◆ ~IPatchReview()
|
virtual |
Definition at line 31 of file ipatchsource.cpp.
Member Function Documentation
◆ startReview()
|
pure virtual |
Starts a review on the patch: Opens the patch and the files within the review area.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 23:30:50 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 23:30:50 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.