Uses of Class
io.qt.gui.QSurfaceFormat.FormatOption
Package | Description |
---|---|
io.qt.gui |
-
Uses of QSurfaceFormat.FormatOption in io.qt.gui
Methods in io.qt.gui that return QSurfaceFormat.FormatOption Modifier and Type Method Description QSurfaceFormat.FormatOption[]
QSurfaceFormat.FormatOptions. flags()
Returns an array of flag objects represented by this FormatOptions.static QSurfaceFormat.FormatOption
QSurfaceFormat.FormatOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QSurfaceFormat.FormatOption
QSurfaceFormat.FormatOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSurfaceFormat.FormatOption[]
QSurfaceFormat.FormatOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QSurfaceFormat.FormatOption Constructor Description FormatOptions(QSurfaceFormat.FormatOption... args)
Creates a new FormatOptions where the flags inargs
are set.QSurfaceFormat(QSurfaceFormat.FormatOption... options)
Overloaded constructor forQSurfaceFormat(io.qt.gui.QSurfaceFormat.FormatOptions)
.