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.Methods in io.qt.gui with parameters of type QSurfaceFormat.FormatOption Modifier and Type Method Description QSurfaceFormat.FormatOptions
QSurfaceFormat.FormatOption. combined(QSurfaceFormat.FormatOption e)
Combines this entry with other enum entry.QSurfaceFormat.FormatOptions
QSurfaceFormat.FormatOptions. combined(QSurfaceFormat.FormatOption e)
Combines this flags with enum entry.static QSurfaceFormat.FormatOptions
QSurfaceFormat.FormatOption. flags(QSurfaceFormat.FormatOption... values)
Creates a newQSurfaceFormat.FormatOptions
from the entries.QSurfaceFormat.FormatOptions
QSurfaceFormat.FormatOptions. setFlag(QSurfaceFormat.FormatOption e)
Sets the flage
QSurfaceFormat.FormatOptions
QSurfaceFormat.FormatOptions. setFlag(QSurfaceFormat.FormatOption e, boolean on)
Sets or clears the flagflag
void
QSurfaceFormat. setOption(QSurfaceFormat.FormatOption option)
Overloaded function forQSurfaceFormat.setOption(io.qt.gui.QSurfaceFormat.FormatOption, boolean)
withon = true
.void
QSurfaceFormat. setOption(QSurfaceFormat.FormatOption... opt)
Deprecated.void
QSurfaceFormat. setOption(QSurfaceFormat.FormatOption option, boolean on)
void
QSurfaceFormat. setOptions(QSurfaceFormat.FormatOption... options)
Overloaded function forQSurfaceFormat.setOptions(io.qt.gui.QSurfaceFormat.FormatOptions)
.boolean
QSurfaceFormat. testOption(QSurfaceFormat.FormatOption option)
boolean
QSurfaceFormat. testOption(QSurfaceFormat.FormatOption... opt)
Deprecated.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)
.