Uses of Enum
io.qt.gui.rhi.QRhi.EndFrameFlag
-
Uses of QRhi.EndFrameFlag in io.qt.gui.rhi
Modifier and TypeMethodDescriptionfinal QRhi.EndFrameFlag []
QRhi.EndFrameFlags.flags()
Returns an array of flag objects represented by this EndFrameFlags.static QRhi.EndFrameFlag
QRhi.EndFrameFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhi.EndFrameFlag
Returns the enum constant of this type with the specified name.static QRhi.EndFrameFlag[]
QRhi.EndFrameFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQRhi.EndFrameFlag.cleared
(QRhi.EndFrameFlag e) Excludes other enum entry from a flag of this entry.QRhi.EndFrameFlag.combined
(QRhi.EndFrameFlag e) Combines this entry with other enum entry.final QRhi.EndFrameFlags
QRhi.EndFrameFlags.combined
(QRhi.EndFrameFlag e) Combines this flags with enum entry.final QRhi.FrameOpResult
QRhi.endFrame
(QRhiSwapChain swapChain, QRhi.EndFrameFlag ... flags) Overloaded function forQRhi.endFrame(io.qt.gui.rhi.QRhiSwapChain, io.qt.gui.rhi.QRhi.EndFrameFlags)
.final QRhi.FrameOpResult
QRhi.endOffscreenFrame
(QRhi.EndFrameFlag ... flags) Overloaded function forQRhi.endOffscreenFrame(io.qt.gui.rhi.QRhi.EndFrameFlags)
.static QRhi.EndFrameFlags
QRhi.EndFrameFlag.flags
(QRhi.EndFrameFlag ... values) Creates a newQRhi.EndFrameFlags
from the entries.final QRhi.EndFrameFlags
QRhi.EndFrameFlags.setFlag
(QRhi.EndFrameFlag e) Sets the flage
final QRhi.EndFrameFlags
QRhi.EndFrameFlags.setFlag
(QRhi.EndFrameFlag e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionEndFrameFlags
(QRhi.EndFrameFlag ... args) Creates a new EndFrameFlags where the flags inargs
are set.