WizardDialogParameters Class
(Core::WizardDialogParameters)The WizardDialogParameters class holds parameters for the new file wizard dialog. More...
| Header: | #include <coreplugin/basefilewizardfactory.h> |
Public Types
| enum | DialogParameterEnum { ForceCapitalLetterForFileName } |
| flags | DialogParameterFlags |
| typedef | WizardPageList |
Public Functions
| WizardDialogParameters(const QString &defaultPath, Utils::Id platform, const QSet<Utils::Id> &requiredFeatures, Core::WizardDialogParameters::DialogParameterFlags flags, const QVariantMap &extraValues) | |
| QString | defaultPath() const |
| QVariantMap | extraValues() const |
| Core::WizardDialogParameters::DialogParameterFlags | flags() const |
| QSet<Utils::Id> | requiredFeatures() const |
| Utils::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.
| Constant | Value | Description |
|---|---|---|
Core::WizardDialogParameters::ForceCapitalLetterForFileName | 0x01 | Forces 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, Utils::Id platform, const QSet<Utils::Id> &requiredFeatures, Core::WizardDialogParameters::DialogParameterFlags flags, const QVariantMap &extraValues)
Default constructs an instance of WizardDialogParameters.