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


Signals | |
void | diffRequested (const QString &pathName, const QString &revA, const QString &revB) |
Public Member Functions | |
CVSLogPage (CvsService_stub *cvsService, QWidget *parent=0, const char *name=0, int flags=0) | |
virtual | ~CVSLogPage () |
void | startLog (const QString &workDir, const QString &pathName) |
void | cancel () |
Private Slots | |
void | slotLinkClicked (const QString &link) |
virtual void | slotJobExited (bool normalExit, int exitStatus) |
virtual void | slotReceivedOutput (QString someOutput) |
virtual void | slotReceivedErrors (QString someErrors) |
Private Attributes | |
QString | m_pathName |
QTextBrowser * | m_textBrowser |
QString | m_logTextBackup |
CvsService_stub * | m_cvsService |
CvsJob_stub * | m_cvsLogJob |
Detailed Description
Implementation for the form displaying 'cvs log' output.
- Author:
- KDevelop Authors
Definition at line 27 of file cvslogpage.h.
Constructor & Destructor Documentation
|
Definition at line 35 of file cvslogpage.cpp. References m_textBrowser, and slotLinkClicked(). |
|
Definition at line 54 of file cvslogpage.cpp. |
Member Function Documentation
|
Definition at line 205 of file cvslogpage.cpp. References m_cvsLogJob. Referenced by ~CVSLogPage(). |
|
Referenced by slotLinkClicked(). |
|
Implements CVSServiceDCOPIface. Definition at line 110 of file cvslogpage.cpp. References kdDebug(), m_cvsLogJob, m_logTextBackup, m_pathName, m_textBrowser, and KMessageBox::sorry(). |
|
Definition at line 167 of file cvslogpage.cpp. References diffRequested(), kdDebug(), m_logTextBackup, m_pathName, and m_textBrowser. Referenced by CVSLogPage(). |
|
Implements CVSServiceDCOPIface. Definition at line 198 of file cvslogpage.cpp. References kdDebug(). |
|
Implements CVSServiceDCOPIface. Definition at line 189 of file cvslogpage.cpp. References kdDebug(). |
|
Definition at line 63 of file cvslogpage.cpp. References DCOPRef::app(), DCOPObject::connectDCOPSignal(), kdDebug(), m_cvsLogJob, m_cvsService, m_pathName, and DCOPRef::obj(). Referenced by CVSLogDialog::startLog(). |
Member Data Documentation
|
Definition at line 57 of file cvslogpage.h. Referenced by cancel(), slotJobExited(), and startLog(). |
|
Definition at line 56 of file cvslogpage.h. Referenced by startLog(). |
|
Definition at line 54 of file cvslogpage.h. Referenced by slotJobExited(), and slotLinkClicked(). |
|
Definition at line 52 of file cvslogpage.h. Referenced by slotJobExited(), slotLinkClicked(), and startLog(). |
|
Definition at line 53 of file cvslogpage.h. Referenced by CVSLogPage(), slotJobExited(), and slotLinkClicked(). |
The documentation for this class was generated from the following files:
- vcs/cvsservice/cvslogpage.h
- vcs/cvsservice/cvslogpage.cpp