Uses of Class
io.qt.widgets.QColorDialog.ColorDialogOptions
Packages that use QColorDialog.ColorDialogOptions
-
Uses of QColorDialog.ColorDialogOptions in io.qt.widgets
Methods in io.qt.widgets that return QColorDialog.ColorDialogOptionsModifier and TypeMethodDescriptionQColorDialog.ColorDialogOption.asFlags()
Create a ColorDialogOptions of the enum entry.QColorDialog.ColorDialogOption.cleared
(QColorDialog.ColorDialogOption e) Excludes other enum entry from a flag of this entry.QColorDialog.ColorDialogOptions.clone()
Clones the flagsQColorDialog.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.QColorDialog.options()
QColorDialog.ColorDialogOptions.setFlag
(QColorDialog.ColorDialogOption e) Sets the flage
QColorDialog.ColorDialogOptions.setFlag
(QColorDialog.ColorDialogOption e, boolean on) Sets or clears the flagflag
Methods in io.qt.widgets with parameters of type QColorDialog.ColorDialogOptionsModifier and TypeMethodDescriptionfinal int
QColorDialog.ColorDialogOptions.compareTo
(QColorDialog.ColorDialogOptions other) static QColor
QColorDialog.getColor
(Qt.GlobalColor initial, QWidget parent, String title, QColorDialog.ColorDialogOptions options) static QColor
QColorDialog.getColor
(QColor initial, QWidget parent, String title, QColorDialog.ColorDialogOptions options) static QColor
QColorDialog.getColor
(QRgba64 initial, QWidget parent, String title, QColorDialog.ColorDialogOptions options) static QColor
QColorDialog.getColor
(String initial, QWidget parent, String title, QColorDialog.ColorDialogOptions options) final void
QColorDialog.setOptions
(QColorDialog.ColorDialogOptions options)