Uses of Enum
io.qt.widgets.QColorDialog.ColorDialogOption
-
Uses of QColorDialog.ColorDialogOption in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QColorDialog.ColorDialogOption []
QColorDialog.ColorDialogOptions.flags()
Returns an array of flag objects represented by this ColorDialogOptions.QColorDialog.ColorDialogOption.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QColorDialog.ColorDialogOption[]
QColorDialog.ColorDialogOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQColorDialog.ColorDialogOption.cleared
(QColorDialog.ColorDialogOption e) Excludes other enum entry from a flag of this entry.QColorDialog.ColorDialogOption.combined
(QColorDialog.ColorDialogOption e) Combines this entry with other enum entry.QColorDialog.ColorDialogOptions.combined
(QColorDialog.ColorDialogOption e) Combines this flags with enum entry.QColorDialog.ColorDialogOption.flags
(QColorDialog.ColorDialogOption ... values) Creates a newQColorDialog.ColorDialogOptions
from the entries.static QColor
QColorDialog.getColor
(QColor initial, QWidget parent, String title, QColorDialog.ColorDialogOption ... options) QColorDialog.ColorDialogOptions.setFlag
(QColorDialog.ColorDialogOption e) Sets the flage
QColorDialog.ColorDialogOptions.setFlag
(QColorDialog.ColorDialogOption e, boolean on) Sets or clears the flagflag
final void
QColorDialog.setOption
(QColorDialog.ColorDialogOption option) Overloaded function forQColorDialog.setOption(io.qt.widgets.QColorDialog.ColorDialogOption, boolean)
withon = true
.final void
QColorDialog.setOption
(QColorDialog.ColorDialogOption option, boolean on) final void
QColorDialog.setOptions
(QColorDialog.ColorDialogOption ... options) Overloaded function forQColorDialog.setOptions(io.qt.widgets.QColorDialog.ColorDialogOptions)
.final boolean
QColorDialog.testOption
(QColorDialog.ColorDialogOption option) ModifierConstructorDescriptionCreates a new ColorDialogOptions where the flags inargs
are set.