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 Slots | |
virtual void | dirChanged () |
virtual void | projectTypeChanged (const QString &type) |
virtual void | projectTypeChanged (int type) |
Protected Member Functions | |
virtual void | accept () |
Private Slots | |
void | slotProjectNameChanged (const QString &_text) |
Private Member Functions | |
void | scanLegacyKDevelopProject (const QString &fileName) |
void | scanLegacyStudioProject (const QString &fileName) |
void | scanAutomakeProject (const QString &dirName) |
void | setProjectType (const QString &type) |
void | createProjectInfrastructure () |
Private Attributes | |
QStringList | importNames |
AppWizardPart * | m_part |
QMap< QString, InfrastructureCmd > | m_infrastructure |
Constructor & Destructor Documentation
|
|
Definition at line 92 of file importdlg.cpp. |
Member Function Documentation
|
Definition at line 100 of file importdlg.cpp. References KDevPlugin::core(), createProjectInfrastructure(), importNames, kdDebug(), m_part, KDevCore::openProject(), KMessageBox::sorry(), and KURLRequester::url. |
|
Definition at line 418 of file importdlg.cpp. References InfrastructureCmd::command, InfrastructureCmd::existingPattern, InfrastructureCmd::isOn, kdDebug(), m_infrastructure, KMessageBox::questionYesNo(), and KURLRequester::url. Referenced by accept(). |
|
Reimplemented from ImportDialogBase. Definition at line 195 of file importdlg.cpp. References dirHasFiles(), kdDebug(), scanAutomakeProject(), scanLegacyKDevelopProject(), scanLegacyStudioProject(), setProjectType(), and KURLRequester::url. Referenced by ImportDialog(). |
|
Reimplemented from ImportDialogBase. Definition at line 437 of file importdlg.cpp. References projectTypeChanged(). |
|
Reimplemented from ImportDialogBase. Definition at line 404 of file importdlg.cpp. References m_infrastructure. Referenced by projectTypeChanged(). |
|
Definition at line 291 of file importdlg.cpp. References kdDebug(), and setProjectType(). Referenced by dirChanged(). |
|
Definition at line 258 of file importdlg.cpp. References config, kdDebug(), KConfigBase::readEntry(), KConfigBase::setGroup(), and setProjectType(). Referenced by dirChanged(). |
|
Definition at line 280 of file importdlg.cpp. References config, kdDebug(), KConfigBase::readEntry(), and KConfigBase::setGroup(). Referenced by dirChanged(). |
|
Definition at line 345 of file importdlg.cpp. References importNames, and kdDebug(). Referenced by dirChanged(), ImportDialog(), scanAutomakeProject(), and scanLegacyKDevelopProject(). |
|
Definition at line 95 of file importdlg.cpp. Referenced by ImportDialog(). |
Member Data Documentation
|
Definition at line 57 of file importdlg.h. Referenced by accept(), ImportDialog(), and setProjectType(). |
|
Definition at line 60 of file importdlg.h. Referenced by createProjectInfrastructure(), ImportDialog(), and projectTypeChanged(). |
|
Definition at line 58 of file importdlg.h. Referenced by accept(). |
The documentation for this class was generated from the following files:
- parts/appwizard/importdlg.h
- parts/appwizard/importdlg.cpp