KDevDiffFrontend Class Reference
The interface to a diff frontend. More...
#include <kdevdifffrontend.h>
Inheritance diagram for KDevDiffFrontend:

Public Member Functions | |
KDevDiffFrontend (const QString &pluginName, const QString &icon, QObject *parent=0, const char *name=0) | |
virtual | ~KDevDiffFrontend () |
virtual void | showDiff (const QString &diff)=0 |
displays the patch. | |
virtual void | openURL (const KURL &url)=0 |
displays a patch file | |
virtual void | showDiff (const KURL &url1, const KURL &url2)=0 |
displays the difference between the two files |
Detailed Description
The interface to a diff frontend.
Definition at line 32 of file kdevdifffrontend.h.
Constructor & Destructor Documentation
|
Definition at line 24 of file kdevdifffrontend.cpp. References KDevDiffFrontend(). Referenced by KDevDiffFrontend(). |
|
Definition at line 29 of file kdevdifffrontend.cpp. |
Member Function Documentation
|
displays a patch file
Implemented in DiffPart. |
|
displays the difference between the two files
Implemented in DiffPart. |
|
displays the patch.
Implemented in DiffPart. Referenced by PerforcePart::slotDiffFinished(), CvsServicePartImpl::slotDiffFinished(), and ClearcasePart::slotDiffFinished(). |
The documentation for this class was generated from the following files:
- lib/interfaces/kdevdifffrontend.h
- lib/interfaces/kdevdifffrontend.cpp