ImportDialog Class Reference
#include <importdlg.h>
Inheritance diagram for ImportDialog:

Public Member Functions | |
ImportDialog (AppWizardPart *part, QWidget *parent=0, const char *name=0) | |
~ImportDialog () | |
Protected Member Functions | |
virtual void | accept () |
virtual void | dirChanged () |
Private Slots | |
void | slotFinishedCheckout (QString destinationDir) |
void | slotFetchModulesFromRepository () |
void | slotProjectNameChanged (const QString &_text) |
Private Member Functions | |
void | scanAvailableVCS () |
void | scanLegacyKDevelopProject (const QString &fileName) |
void | scanLegacyStudioProject (const QString &fileName) |
void | scanAutomakeProject (const QString &dirName) |
void | setProjectType (const QString &type) |
Private Attributes | |
QStringList | importNames |
AppWizardPart * | m_part |
Constructor & Destructor Documentation
|
Definition at line 43 of file importdlg.cpp. References KURLRequester::button(), config, KStandardDirs::findAllResources(), ImportDialog(), importNames, KConfigBase::readEntry(), scanAvailableVCS(), KConfigBase::setGroup(), KURLRequester::setMode(), setProjectType(), slotFetchModulesFromRepository(), and slotProjectNameChanged(). Referenced by ImportDialog(). |
|
Definition at line 73 of file importdlg.cpp. |
Member Function Documentation
|
Definition at line 81 of file importdlg.cpp. References KDevPlugin::core(), endl(), importNames, kdDebug(), m_part, KDevCore::openProject(), and KURLRequester::url. |
|
Reimplemented from ImportDialogBase. Definition at line 173 of file importdlg.cpp. References dirHasFiles(), scanAutomakeProject(), scanLegacyKDevelopProject(), scanLegacyStudioProject(), setProjectType(), and KURLRequester::url. |
|
Definition at line 268 of file importdlg.cpp. References endl(), kdDebug(), scanAutomakeProject(), and setProjectType(). Referenced by dirChanged(), and scanAutomakeProject(). |
|
Definition at line 339 of file importdlg.cpp. References m_part, and KDevPlugin::registeredVersionControls(). Referenced by ImportDialog(). |
|
Definition at line 235 of file importdlg.cpp. References config, endl(), kdDebug(), KConfigBase::readEntry(), scanLegacyKDevelopProject(), KConfigBase::setGroup(), and setProjectType(). Referenced by dirChanged(), and scanLegacyKDevelopProject(). |
|
Definition at line 257 of file importdlg.cpp. References config, endl(), kdDebug(), KConfigBase::readEntry(), scanLegacyStudioProject(), and KConfigBase::setGroup(). Referenced by dirChanged(), and scanLegacyStudioProject(). |
|
Definition at line 322 of file importdlg.cpp. References endl(), importNames, kdDebug(), and setProjectType(). Referenced by dirChanged(), ImportDialog(), scanAutomakeProject(), scanLegacyKDevelopProject(), and setProjectType(). |
|
Definition at line 352 of file importdlg.cpp. References KDevVersionControl::fetchFromRepository(), m_part, slotFinishedCheckout(), and KDevPlugin::versionControlByName(). Referenced by ImportDialog(). |
|
Definition at line 344 of file importdlg.cpp. References KURLRequester::setURL(), and slotFinishedCheckout(). Referenced by slotFetchModulesFromRepository(), and slotFinishedCheckout(). |
|
Definition at line 76 of file importdlg.cpp. References slotProjectNameChanged(). Referenced by ImportDialog(), and slotProjectNameChanged(). |
Member Data Documentation
|
Definition at line 45 of file importdlg.h. Referenced by accept(), ImportDialog(), and setProjectType(). |
|
Definition at line 46 of file importdlg.h. Referenced by accept(), scanAvailableVCS(), and slotFetchModulesFromRepository(). |
The documentation for this class was generated from the following files:
- parts/appwizard/importdlg.h
- parts/appwizard/importdlg.cpp