Obsolete Members for QSurfaceFormat
The following members of class QSurfaceFormat are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(obsolete) void | setOption(QSurfaceFormat::FormatOptions opt) |
(obsolete) bool | testOption(QSurfaceFormat::FormatOptions opt) const |
Member Function Documentation
void QSurfaceFormat::setOption(QSurfaceFormat::FormatOptions opt)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
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 function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
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().
© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.