Uses of Enum
io.qt.gui.QSurfaceFormat.FormatOption
Packages that use QSurfaceFormat.FormatOption
-
Uses of QSurfaceFormat.FormatOption in io.qt.gui
Methods in io.qt.gui that return QSurfaceFormat.FormatOptionModifier and TypeMethodDescriptionfinal QSurfaceFormat.FormatOption []QSurfaceFormat.FormatOptions.flags()Returns an array of flag objects represented by this FormatOptions.static QSurfaceFormat.FormatOptionQSurfaceFormat.FormatOption.resolve(int value) Returns the corresponding enum entry for the given value.static QSurfaceFormat.FormatOptionReturns 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.FormatOptionModifier and TypeMethodDescriptionQSurfaceFormat.FormatOption.cleared(QSurfaceFormat.FormatOption e) Excludes other enum entry from a flag of this entry.QSurfaceFormat.FormatOption.combined(QSurfaceFormat.FormatOption e) Combines this entry with other enum entry.QSurfaceFormat.FormatOptions.combined(QSurfaceFormat.FormatOption e) Combines this flags with enum entry.static QSurfaceFormat.FormatOptionsQSurfaceFormat.FormatOption.flags(QSurfaceFormat.FormatOption ... values) Creates a newQSurfaceFormat.FormatOptionsfrom the entries.QSurfaceFormat.FormatOptions.setFlag(QSurfaceFormat.FormatOption e) Sets the flageQSurfaceFormat.FormatOptions.setFlag(QSurfaceFormat.FormatOption e, boolean on) Sets or clears the flagflagfinal voidQSurfaceFormat.setOption(QSurfaceFormat.FormatOption option) Overloaded function forQSurfaceFormat.setOption(io.qt.gui.QSurfaceFormat.FormatOption, boolean)withon = true.final voidQSurfaceFormat.setOption(QSurfaceFormat.FormatOption ... opt) Overloaded function forQSurfaceFormat.setOption(io.qt.gui.QSurfaceFormat.FormatOptions).final voidQSurfaceFormat.setOption(QSurfaceFormat.FormatOption option, boolean on) final voidQSurfaceFormat.setOptions(QSurfaceFormat.FormatOption ... options) Overloaded function forQSurfaceFormat.setOptions(io.qt.gui.QSurfaceFormat.FormatOptions).final booleanQSurfaceFormat.testOption(QSurfaceFormat.FormatOption option) final booleanQSurfaceFormat.testOption(QSurfaceFormat.FormatOption ... opt) Overloaded function forQSurfaceFormat.testOption(io.qt.gui.QSurfaceFormat.FormatOptions).Constructors in io.qt.gui with parameters of type QSurfaceFormat.FormatOptionModifierConstructorDescriptionFormatOptions(QSurfaceFormat.FormatOption ... args) Creates a new FormatOptions where the flags inargsare set.QSurfaceFormat(QSurfaceFormat.FormatOption ... options) Overloaded constructor forQSurfaceFormat(io.qt.gui.QSurfaceFormat.FormatOptions).