Uses of Class
io.qt.gui.QSurfaceFormat.FormatOptions
Package | Description |
---|---|
io.qt.gui |
-
Uses of QSurfaceFormat.FormatOptions in io.qt.gui
Methods in io.qt.gui that return QSurfaceFormat.FormatOptions Modifier and Type Method Description QSurfaceFormat.FormatOptions
QSurfaceFormat.FormatOption. asFlags()
Create a QFlags of the enum entry.QSurfaceFormat.FormatOptions
QSurfaceFormat.FormatOptions. clone()
Clones the flagsQSurfaceFormat.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. options()
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
Methods in io.qt.gui with parameters of type QSurfaceFormat.FormatOptions Modifier and Type Method Description int
QSurfaceFormat.FormatOptions. compareTo(QSurfaceFormat.FormatOptions other)
void
QSurfaceFormat. setOption(QSurfaceFormat.FormatOptions opt)
Deprecated.void
QSurfaceFormat. setOptions(QSurfaceFormat.FormatOptions options)
boolean
QSurfaceFormat. testOption(QSurfaceFormat.FormatOptions opt)
Deprecated.Constructors in io.qt.gui with parameters of type QSurfaceFormat.FormatOptions Constructor Description QSurfaceFormat(QSurfaceFormat.FormatOptions options)