DiffDlg Class Reference
#include <diffdlg.h>
Inheritance diagram for DiffDlg:


Public Slots | |
void | openURL (const KURL &url) |
The URL has to point to a diff file. | |
void | setDiff (const QString &diff) |
Pass a diff file in here. | |
void | slotClear () |
clears the difference viewer | |
Public Member Functions | |
DiffDlg (QWidget *parent=0, const char *name=0) | |
virtual | ~DiffDlg () |
Private Attributes | |
DiffWidget * | diffWidget |
Constructor & Destructor Documentation
|
Definition at line 19 of file diffdlg.cpp. References diffWidget, KDialogBase::setMainWidget(), and KDialog::spacingHint(). |
|
Definition at line 29 of file diffdlg.cpp. |
Member Function Documentation
|
The URL has to point to a diff file.
Definition at line 43 of file diffdlg.cpp. References diffWidget, and DiffWidget::openURL(). |
|
Pass a diff file in here.
Definition at line 38 of file diffdlg.cpp. References diffWidget, and DiffWidget::setDiff(). |
|
clears the difference viewer
Definition at line 33 of file diffdlg.cpp. References diffWidget, and DiffWidget::slotClear(). |
Member Data Documentation
|
Definition at line 37 of file diffdlg.h. Referenced by DiffDlg(), openURL(), setDiff(), and slotClear(). |
The documentation for this class was generated from the following files:
- parts/diff/diffdlg.h
- parts/diff/diffdlg.cpp