Uses of Class
io.qt.widgets.QColorDialog.ColorDialogOptions
-
Uses of QColorDialog.ColorDialogOptions in io.qt.widgets
Modifier and TypeMethodDescriptionQColorDialog.ColorDialogOption.asFlags()
Create a QFlags 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
Modifier 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)