CVSLogDialog Class Reference
Implementation for the form displaying 'cvs log' output. More...
#include <cvslogdialog.h>
Inheritance diagram for CVSLogDialog:

Public Member Functions | |
CVSLogDialog (CvsService_stub *cvsService, QWidget *parent=0, const char *name=0, int flags=0) | |
virtual | ~CVSLogDialog () |
void | startLog (const QString &workDir, const QString &pathName) |
Private Slots | |
void | slotDiffRequested (const QString &pathName, const QString &revA, const QString &revB) |
virtual void | slotCancel () |
Private Member Functions | |
void | displayActionFeedback (bool working) |
Private Attributes | |
QString | m_pathName |
CVSLogPage * | m_cvsLogPage |
CvsService_stub * | m_cvsService |
Detailed Description
Implementation for the form displaying 'cvs log' output.
- Author:
- KDevelop Authors
Definition at line 26 of file cvslogdialog.h.
Constructor & Destructor Documentation
|
Definition at line 35 of file cvslogdialog.cpp. References CVSLogDialog(), m_cvsLogPage, m_cvsService, and slotDiffRequested(). Referenced by CVSLogDialog(). |
|
Definition at line 51 of file cvslogdialog.cpp. |
Member Function Documentation
|
Definition at line 99 of file cvslogdialog.cpp. References displayActionFeedback(). Referenced by displayActionFeedback(). |
|
Reimplemented from KDialogBase. Definition at line 90 of file cvslogdialog.cpp. References KDialogBase::slotCancel(). |
|
Definition at line 77 of file cvslogdialog.cpp. References endl(), kdDebug(), m_cvsService, slotDiffRequested(), and CVSDiffPage::startDiff(). Referenced by CVSLogDialog(), and slotDiffRequested(). |
|
Definition at line 58 of file cvslogdialog.cpp. References endl(), kdDebug(), m_cvsLogPage, CVSLogPage::startLog(), and startLog(). Referenced by CvsServicePartImpl::log(), and startLog(). |
Member Data Documentation
|
Definition at line 46 of file cvslogdialog.h. Referenced by CVSLogDialog(), and startLog(). |
|
Definition at line 47 of file cvslogdialog.h. Referenced by CVSLogDialog(), and slotDiffRequested(). |
|
Definition at line 44 of file cvslogdialog.h. |
The documentation for this class was generated from the following files:
- vcs/cvsservice/cvslogdialog.h
- vcs/cvsservice/cvslogdialog.cpp