subversionCore Class Reference
#include <subversion_core.h>
Inheritance diagram for subversionCore:

Signals | |
void | checkoutFinished (QString dir) |
Public Member Functions | |
subversionCore (subversionPart *part) | |
~subversionCore () | |
subversionWidget * | processWidget () const |
void | update (const KURL::List &) |
void | commit (const KURL::List &) |
void | checkout () |
void | createNewProject (const QString &dirName, const KURL &importURL, bool init) |
Private Slots | |
void | slotEndCheckout (KIO::Job *job) |
void | slotResult (KIO::Job *job) |
Private Attributes | |
QGuardedPtr< subversionWidget > | m_widget |
subversionPart * | m_part |
QString | wcPath |
Constructor & Destructor Documentation
|
Definition at line 37 of file subversion_core.cpp. References m_part, m_widget, and subversionCore(). Referenced by subversionCore(). |
|
Definition at line 43 of file subversion_core.cpp. References m_part, m_widget, KDevPlugin::mainWindow(), processWidget(), and KDevMainWindow::removeView(). |
Member Function Documentation
|
Definition at line 93 of file subversion_core.cpp. References svn_co::localDir, m_part, KDevMainWindow::main(), KDevPlugin::mainWindow(), svn_co::newDir, KURL::protocol(), s, svn_co::serverURL, KURL::setProtocol(), KIO::Job::setWindow(), slotEndCheckout(), KIO::special(), KURLRequester::url, and wcPath. |
|
Referenced by slotEndCheckout(). |
|
Definition at line 74 of file subversion_core.cpp. References subversionPart::baseURL(), commit(), endl(), KURL::isEmpty(), kdDebug(), m_part, KDevMainWindow::main(), KDevPlugin::mainWindow(), KURL::prettyURL(), KURL::protocol(), s, KURL::setProtocol(), KIO::Job::setWindow(), slotResult(), and KIO::special(). Referenced by commit(). |
|
Definition at line 125 of file subversion_core.cpp. References createNewProject(). Referenced by createNewProject(). |
|
Definition at line 50 of file subversion_core.cpp. References m_widget. Referenced by ~subversionCore(). |
|
Definition at line 112 of file subversion_core.cpp. References checkoutFinished(), KIO::Job::error(), m_part, KDevMainWindow::main(), KDevPlugin::mainWindow(), KIO::Job::showErrorDialog(), slotEndCheckout(), and wcPath. Referenced by checkout(), and slotEndCheckout(). |
|
Definition at line 120 of file subversion_core.cpp. References KIO::Job::error(), m_part, KDevMainWindow::main(), KDevPlugin::mainWindow(), KIO::Job::showErrorDialog(), and slotResult(). Referenced by commit(), slotResult(), and update(). |
|
Definition at line 54 of file subversion_core.cpp. References subversionPart::baseURL(), endl(), KURL::isEmpty(), kdDebug(), m_part, KDevMainWindow::main(), KDevPlugin::mainWindow(), KURL::prettyURL(), KURL::protocol(), s, KURL::setProtocol(), KIO::Job::setWindow(), slotResult(), KIO::special(), and update(). Referenced by update(). |
Member Data Documentation
|
Definition at line 55 of file subversion_core.h. Referenced by checkout(), commit(), slotEndCheckout(), slotResult(), subversionCore(), update(), and ~subversionCore(). |
|
Definition at line 54 of file subversion_core.h. Referenced by processWidget(), subversionCore(), and ~subversionCore(). |
|
Definition at line 56 of file subversion_core.h. Referenced by checkout(), and slotEndCheckout(). |
The documentation for this class was generated from the following files:
- vcs/subversion/subversion_core.h
- vcs/subversion/subversion_core.cpp