aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/iwizardfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/iwizardfactory.cpp')
-rw-r--r--src/plugins/coreplugin/iwizardfactory.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/iwizardfactory.cpp b/src/plugins/coreplugin/iwizardfactory.cpp
index 35713531054..caa664d7e46 100644
--- a/src/plugins/coreplugin/iwizardfactory.cpp
+++ b/src/plugins/coreplugin/iwizardfactory.cpp
@@ -67,6 +67,17 @@
*/
/*!
+ \enum Core::IWizardFactory::WizardFlag
+
+ Holds information about the created projects and files.
+
+ \value PlatformIndependent
+ The wizard creates projects that run on all platforms.
+ \value ForceCapitalLetterForFileName
+ The wizard uses an initial capital letter for the names of new files.
+*/
+
+/*!
\fn Core::IWizardFactory::WizardKind Core::IWizardFactory::kind() const
Returns what kind of objects are created by the wizard.
*/
@@ -237,6 +248,9 @@ FilePath IWizardFactory::runPath(const FilePath &defaultPath) const
The \a path argument is a suggestion for the location where files should be
created. The wizard should fill this in its path selection elements as a
default path.
+
+ When \a showWizard is \c false, the wizard instance is created and set up
+ but not actually shown.
*/
Wizard *IWizardFactory::runWizard(const FilePath &path, QWidget *parent, Id platform,
const QVariantMap &variables,