WizardDialogParameters Class

(Core::WizardDialogParameters)

The WizardDialogParameters class holds parameters for the new file wizard dialog. More...

Header: #include <WizardDialogParameters>

Public Types

enum DialogParameterEnum { ForceCapitalLetterForFileName }
flags DialogParameterFlags
typedef WizardPageList

Public Functions

WizardDialogParameters(const QString &defaultPath, Core::Id platform, const QSet<Core::Id> &requiredFeatures, Core::WizardDialogParameters::DialogParameterFlags flags, const QVariantMap &extraValues)
QString defaultPath() const
QVariantMap extraValues() const
Core::WizardDialogParameters::DialogParameterFlags flags() const
QSet<Core::Id> requiredFeatures() const
Core::Id selectedPlatform() const

Detailed Description

The WizardDialogParameters class holds parameters for the new file wizard dialog.

See also Core::GeneratedFile and Core::BaseFileWizardFactory.

Member Type Documentation

enum WizardDialogParameters::DialogParameterEnum
flags WizardDialogParameters::DialogParameterFlags

This enum type holds whether to force capital letters for file names.

ConstantValueDescription
Core::WizardDialogParameters::ForceCapitalLetterForFileName0x01Forces capital letters for file names.

The DialogParameterFlags type is a typedef for QFlags<DialogParameterEnum>. It stores an OR combination of DialogParameterEnum values.

typedef WizardDialogParameters::WizardPageList

Member Function Documentation

WizardDialogParameters::WizardDialogParameters(const QString &defaultPath, Core::Id platform, const QSet<Core::Id> &requiredFeatures, Core::WizardDialogParameters::DialogParameterFlags flags, const QVariantMap &extraValues)

Default constructs an instance of WizardDialogParameters.

QString WizardDialogParameters::defaultPath() const

QVariantMap WizardDialogParameters::extraValues() const

Core::WizardDialogParameters::DialogParameterFlags WizardDialogParameters::flags() const

QSet<Core::Id> WizardDialogParameters::requiredFeatures() const

Core::Id WizardDialogParameters::selectedPlatform() const