KDevelop API Documentation

CVSLogDialog Class Reference

Implementation for the form displaying 'cvs log' output. More...

#include <cvslogdialog.h>

Inheritance diagram for CVSLogDialog:

KDialogBase KDialog QDialog List of all members.

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
CVSLogPagem_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

CVSLogDialog::CVSLogDialog CvsService_stub *  cvsService,
QWidget parent = 0,
const char *  name = 0,
int  flags = 0
 

Definition at line 35 of file cvslogdialog.cpp.

References CVSLogDialog(), m_cvsLogPage, m_cvsService, and slotDiffRequested().

Referenced by CVSLogDialog().

CVSLogDialog::~CVSLogDialog  )  [virtual]
 

Definition at line 51 of file cvslogdialog.cpp.

References endl(), and kdDebug().


Member Function Documentation

void CVSLogDialog::displayActionFeedback bool  working  )  [private]
 

Definition at line 99 of file cvslogdialog.cpp.

References displayActionFeedback().

Referenced by displayActionFeedback().

void CVSLogDialog::slotCancel  )  [private, virtual, slot]
 

Reimplemented from KDialogBase.

Definition at line 90 of file cvslogdialog.cpp.

References KDialogBase::slotCancel().

void CVSLogDialog::slotDiffRequested const QString pathName,
const QString revA,
const QString revB
[private, slot]
 

Definition at line 77 of file cvslogdialog.cpp.

References endl(), kdDebug(), m_cvsService, slotDiffRequested(), and CVSDiffPage::startDiff().

Referenced by CVSLogDialog(), and slotDiffRequested().

void CVSLogDialog::startLog const QString workDir,
const QString pathName
 

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

CVSLogPage* CVSLogDialog::m_cvsLogPage [private]
 

Definition at line 46 of file cvslogdialog.h.

Referenced by CVSLogDialog(), and startLog().

CvsService_stub* CVSLogDialog::m_cvsService [private]
 

Definition at line 47 of file cvslogdialog.h.

Referenced by CVSLogDialog(), and slotDiffRequested().

QString CVSLogDialog::m_pathName [private]
 

Definition at line 44 of file cvslogdialog.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:01 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003