KDevelop API Documentation

CVSLogDialog Class Reference

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

#include <cvslogdialog.h>

Inheritance diagram for CVSLogDialog:

Inheritance graph
[legend]
Collaboration diagram for CVSLogDialog:

Collaboration graph
[legend]
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 KDialogBase::addVBoxPage(), m_cvsLogPage, m_cvsService, and slotDiffRequested().

CVSLogDialog::~CVSLogDialog  )  [virtual]
 

Definition at line 51 of file cvslogdialog.cpp.

References kdDebug().


Member Function Documentation

void CVSLogDialog::displayActionFeedback bool  working  )  [private]
 

Definition at line 99 of file cvslogdialog.cpp.

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 KDialogBase::addVBoxPage(), kdDebug(), m_cvsService, and CVSDiffPage::startDiff().

Referenced by CVSLogDialog().

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

Definition at line 58 of file cvslogdialog.cpp.

References kdDebug(), m_cvsLogPage, and CVSLogPage::startLog().

Referenced by CvsServicePartImpl::log().


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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:39:26 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003