CustomProjectWizard Class
(ProjectExplorer::CustomProjectWizard)The CustomProjectWizard class provides a custom project wizard. More...
| Header: | #include <CustomProjectWizard> |
| Inherits: | CustomWizard |
Public Functions
- 28 public functions inherited from Core::IWizardFactory
- 31 public functions inherited from QObject
Signals
| void | projectLocationChanged(const QString &path) |
- 2 signals inherited from QObject
Static Public Members
| bool | postGenerateOpen(const Core::GeneratedFiles &l, QString *errorMessage = nullptr) |
- 3 static public members inherited from ProjectExplorer::CustomWizard
- 1 static public member inherited from Core::BaseFileWizardFactory
- 8 static public members inherited from Core::IWizardFactory
- 10 static public members inherited from QObject
Protected Functions
| void | initProjectWizardDialog(BaseProjectWizardDialog *w, const QString &defaultPath, const QList<QWizardPage *> &extensionPages) const |
- 4 protected functions inherited from ProjectExplorer::CustomWizard
- 5 protected functions inherited from Core::BaseFileWizardFactory
- 3 protected functions inherited from Core::IWizardFactory
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 2 protected variables inherited from QObject
- 1 static protected member inherited from ProjectExplorer::CustomWizard
- 2 static protected members inherited from Core::BaseFileWizardFactory
Detailed Description
The CustomProjectWizard class provides a custom project wizard.
Presents a CustomProjectWizardDialog (Project intro page and fields page) for wizards of type "project". Overwrites postGenerateFiles() to open the project files according to the file attributes. Also inserts '%ProjectName%' into the base replacement map once the intro page is left to have it available for QLineEdit-type fields' default text.
Member Function Documentation
CustomProjectWizard::CustomProjectWizard()
Default constructs an instance of CustomProjectWizard.
[protected] void CustomProjectWizard::initProjectWizardDialog(BaseProjectWizardDialog *w, const QString &defaultPath, const QList<QWizardPage *> &extensionPages) const
[static] bool CustomProjectWizard::postGenerateOpen(const Core::GeneratedFiles &l, QString *errorMessage = nullptr)
Opens the projects and editors for the files that have the respective attributes set.