Uses of Enum
io.qt.widgets.QWizard.WizardOption
Packages that use QWizard.WizardOption
-
Uses of QWizard.WizardOption in io.qt.widgets
Methods in io.qt.widgets that return QWizard.WizardOptionModifier and TypeMethodDescriptionfinal 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
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.WizardOptionModifier and TypeMethodDescriptionQWizard.WizardOption.combined
(QWizard.WizardOption e) Combines this entry with other enum entry.final 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.final QWizard.WizardOptions
QWizard.WizardOptions.setFlag
(QWizard.WizardOption e) Sets the flage
final QWizard.WizardOptions
QWizard.WizardOptions.setFlag
(QWizard.WizardOption e, boolean on) Sets or clears the flagflag
final void
QWizard.setOption
(QWizard.WizardOption option) Overloaded function forQWizard.setOption(io.qt.widgets.QWizard.WizardOption, boolean)
withon = true
.final void
QWizard.setOption
(QWizard.WizardOption option, boolean on) final void
QWizard.setOptions
(QWizard.WizardOption... options) Overloaded function forQWizard.setOptions(io.qt.widgets.QWizard.WizardOptions)
.final boolean
QWizard.testOption
(QWizard.WizardOption option) Constructors in io.qt.widgets with parameters of type QWizard.WizardOptionModifierConstructorDescriptionWizardOptions
(QWizard.WizardOption... args) Creates a new WizardOptions where the flags inargs
are set.