Uses of Class
io.qt.widgets.QWizard.WizardOption
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QWizard.WizardOption in io.qt.widgets
Methods in io.qt.widgets that return QWizard.WizardOption Modifier and Type Method Description QWizard.WizardOption[]
QWizard.WizardOptions. flags()
Returns an array of flag objects represented by this WizardOptions.static QWizard.WizardOption
QWizard.WizardOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QWizard.WizardOption
QWizard.WizardOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWizard.WizardOption[]
QWizard.WizardOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QWizard.WizardOption Modifier and Type Method Description QWizard.WizardOptions
QWizard.WizardOption. combined(QWizard.WizardOption e)
Combines this entry with other enum entry.QWizard.WizardOptions
QWizard.WizardOptions. combined(QWizard.WizardOption e)
Combines this flags with enum entry.static QWizard.WizardOptions
QWizard.WizardOption. flags(QWizard.WizardOption... values)
Creates a newQWizard.WizardOptions
from the entries.QWizard.WizardOptions
QWizard.WizardOptions. setFlag(QWizard.WizardOption e)
Sets the flage
QWizard.WizardOptions
QWizard.WizardOptions. setFlag(QWizard.WizardOption e, boolean on)
Sets or clears the flagflag
void
QWizard. setOption(QWizard.WizardOption option)
Overloaded function forQWizard.setOption(io.qt.widgets.QWizard.WizardOption, boolean)
withon = true
.void
QWizard. setOption(QWizard.WizardOption option, boolean on)
void
QWizard. setOptions(QWizard.WizardOption... options)
Overloaded function forQWizard.setOptions(io.qt.widgets.QWizard.WizardOptions)
.boolean
QWizard. testOption(QWizard.WizardOption option)
Constructors in io.qt.widgets with parameters of type QWizard.WizardOption Constructor Description WizardOptions(QWizard.WizardOption... args)
Creates a new WizardOptions where the flags inargs
are set.