CheckoutDialog Class Reference
This dialog widget will collect all useful informazion about the module the user want to to check-out from a remote repository. More...
#include <checkoutdialog.h>
Inheritance diagram for CheckoutDialog:


Public Member Functions | |
CheckoutDialog (CvsService_stub *cvsService, QWidget *parent=0, const char *name=0, WFlags f=0) | |
virtual | ~CheckoutDialog () |
virtual void | slotOk () |
QString | serverPath () const |
void | fillServerPaths (const QStringList &serverPaths) |
QString | workDir () const |
void | setWorkDir (const QString &aDir) |
QString | module () const |
bool | pruneDirs () const |
QString | tag () const |
Private Slots | |
void | slotModuleSelected (QListViewItem *item) |
void | slotFetchModulesList () |
virtual void | slotJobExited (bool normalExit, int exitStatus) |
virtual void | slotReceivedOutput (QString someOutput) |
virtual void | slotReceivedErrors (QString someErrors) |
Private Member Functions | |
void | fetchUserCvsRepositories () |
Retrives the known servers from $HOME/.cvspass file. | |
Private Attributes | |
CvsService_stub * | m_service |
CvsJob_stub * | m_job |
CheckoutDialogBase * | m_base |
Detailed Description
This dialog widget will collect all useful informazion about the module the user want to to check-out from a remote repository.
- Author:
- Mario Scalas
Definition at line 30 of file checkoutdialog.h.
Constructor & Destructor Documentation
|
|
Definition at line 100 of file checkoutdialog.cpp. |
Member Function Documentation
|
Retrives the known servers from $HOME/.cvspass file.
Definition at line 231 of file checkoutdialog.cpp. References fillServerPaths(). Referenced by CheckoutDialog(). |
|
Definition at line 114 of file checkoutdialog.cpp. References m_base, and CheckoutDialogBase::serverPaths. Referenced by fetchUserCvsRepositories(). |
|
Definition at line 149 of file checkoutdialog.cpp. References m_base, and CheckoutDialogBase::moduleEdit. Referenced by CvsServicePartImpl::checkout(), and slotOk(). |
|
Definition at line 135 of file checkoutdialog.cpp. References m_base, and CheckoutDialogBase::pruneDirsCheck. Referenced by CvsServicePartImpl::checkout(). |
|
Definition at line 107 of file checkoutdialog.cpp. References m_base, and CheckoutDialogBase::serverPaths. Referenced by CvsServicePartImpl::checkout(), slotFetchModulesList(), and slotOk(). |
|
Definition at line 128 of file checkoutdialog.cpp. References m_base, KURLRequester::setURL(), and CheckoutDialogBase::workURLRequester. Referenced by CheckoutDialog(). |
|
Definition at line 156 of file checkoutdialog.cpp. References DCOPRef::app(), DCOPObject::connectDCOPSignal(), kdDebug(), m_job, m_service, DCOPRef::obj(), serverPath(), and workDir(). Referenced by CheckoutDialog(). |
|
Implements CVSServiceDCOPIface. Definition at line 179 of file checkoutdialog.cpp. |
|
Definition at line 218 of file checkoutdialog.cpp. References ModuleListViewItem::alias(), m_base, CheckoutDialogBase::moduleEdit, and CheckoutDialogBase::modulesListView. Referenced by CheckoutDialog(). |
|
Reimplemented from KDialogBase. Definition at line 258 of file checkoutdialog.cpp. References KMessageBox::error(), module(), serverPath(), KDialogBase::slotOk(), and workDir(). |
|
Implements CVSServiceDCOPIface. Definition at line 211 of file checkoutdialog.cpp. References kdDebug(). |
|
Implements CVSServiceDCOPIface. Definition at line 190 of file checkoutdialog.cpp. References kdDebug(), m_base, and CheckoutDialogBase::modulesListView. |
|
Definition at line 142 of file checkoutdialog.cpp. References m_base, and CheckoutDialogBase::tagEdit. Referenced by CvsServicePartImpl::checkout(). |
|
Definition at line 121 of file checkoutdialog.cpp. References m_base, KURLRequester::url, and CheckoutDialogBase::workURLRequester. Referenced by CvsServicePartImpl::checkout(), slotFetchModulesList(), and slotOk(). |
Member Data Documentation
|
Definition at line 87 of file checkoutdialog.h. Referenced by CheckoutDialog(), fillServerPaths(), module(), pruneDirs(), serverPath(), setWorkDir(), slotModuleSelected(), slotReceivedOutput(), tag(), and workDir(). |
|
Definition at line 85 of file checkoutdialog.h. Referenced by slotFetchModulesList(), and slotJobExited(). |
|
Definition at line 84 of file checkoutdialog.h. Referenced by slotFetchModulesList(). |
The documentation for this class was generated from the following files:
- vcs/cvsservice/checkoutdialog.h
- vcs/cvsservice/checkoutdialog.cpp