Uses of Class
io.qt.widgets.QColorDialog.ColorDialogOptions
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QColorDialog.ColorDialogOptions in io.qt.widgets
Methods in io.qt.widgets that return QColorDialog.ColorDialogOptions Modifier and Type Method Description QColorDialog.ColorDialogOptions
QColorDialog.ColorDialogOption. asFlags()
Create a QFlags of the enum entry.QColorDialog.ColorDialogOptions
QColorDialog.ColorDialogOptions. clone()
Clones the flagsQColorDialog.ColorDialogOptions
QColorDialog.ColorDialogOption. combined(QColorDialog.ColorDialogOption e)
Combines this entry with other enum entry.QColorDialog.ColorDialogOptions
QColorDialog.ColorDialogOptions. combined(QColorDialog.ColorDialogOption e)
Combines this flags with enum entry.static QColorDialog.ColorDialogOptions
QColorDialog.ColorDialogOption. flags(QColorDialog.ColorDialogOption... values)
Creates a newQColorDialog.ColorDialogOptions
from the entries.QColorDialog.ColorDialogOptions
QColorDialog. options()
QColorDialog.ColorDialogOptions
QColorDialog.ColorDialogOptions. setFlag(QColorDialog.ColorDialogOption e)
Sets the flage
QColorDialog.ColorDialogOptions
QColorDialog.ColorDialogOptions. setFlag(QColorDialog.ColorDialogOption e, boolean on)
Sets or clears the flagflag
Methods in io.qt.widgets with parameters of type QColorDialog.ColorDialogOptions Modifier and Type Method Description int
QColorDialog.ColorDialogOptions. compareTo(QColorDialog.ColorDialogOptions other)
static QColor
QColorDialog. getColor(QColor initial, QWidget parent, String title, QColorDialog.ColorDialogOptions options)
void
QColorDialog. setOptions(QColorDialog.ColorDialogOptions options)