Uses of Enum
io.qt.gui.rhi.QRhi.EndFrameFlag
Packages that use QRhi.EndFrameFlag
-
Uses of QRhi.EndFrameFlag in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhi.EndFrameFlagModifier and TypeMethodDescriptionfinal QRhi.EndFrameFlag []QRhi.EndFrameFlags.flags()Returns an array of flag objects represented by this EndFrameFlags.static QRhi.EndFrameFlagQRhi.EndFrameFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QRhi.EndFrameFlagReturns 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.Methods in io.qt.gui.rhi with parameters of type QRhi.EndFrameFlagModifier 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.EndFrameFlagsQRhi.EndFrameFlags.combined(QRhi.EndFrameFlag e) Combines this flags with enum entry.final QRhi.FrameOpResultQRhi.endFrame(QRhiSwapChain swapChain, QRhi.EndFrameFlag ... flags) Overloaded function forQRhi.endFrame(io.qt.gui.rhi.QRhiSwapChain, io.qt.gui.rhi.QRhi.EndFrameFlags).final QRhi.FrameOpResultQRhi.endOffscreenFrame(QRhi.EndFrameFlag ... flags) Overloaded function forQRhi.endOffscreenFrame(io.qt.gui.rhi.QRhi.EndFrameFlags).static QRhi.EndFrameFlagsQRhi.EndFrameFlag.flags(QRhi.EndFrameFlag ... values) Creates a newQRhi.EndFrameFlagsfrom the entries.final QRhi.EndFrameFlagsQRhi.EndFrameFlags.setFlag(QRhi.EndFrameFlag e) Sets the flagefinal QRhi.EndFrameFlagsQRhi.EndFrameFlags.setFlag(QRhi.EndFrameFlag e, boolean on) Sets or clears the flagflagConstructors in io.qt.gui.rhi with parameters of type QRhi.EndFrameFlagModifierConstructorDescriptionEndFrameFlags(QRhi.EndFrameFlag ... args) Creates a new EndFrameFlags where the flags inargsare set.