Compatibility Members for QSurfaceFormat

The following members of class QSurfaceFormatare part of the Qt compatibility layer. We advise against using them in new code.

Public Functions

void setOption(QSurfaceFormat::FormatOptions opt)
bool testOption(QSurfaceFormat::FormatOptions opt) const

Member Function Documentation

void QSurfaceFormat::setOption(QSurfaceFormat::FormatOptions opt)

This is an overloaded function.

Use setOption(QSurfaceFormat::FormatOption, bool) or setOptions() instead.

Sets the format options to the OR combination of opt and the current format options.

See also options() and testOption().

bool QSurfaceFormat::testOption(QSurfaceFormat::FormatOptions opt) const

This is an overloaded function.

Use testOption(QSurfaceFormat::FormatOption) instead.

Returns true if any of the options in opt is currently set on this object; otherwise returns false.

See also setOption().