The QOpenGLVersionProfile class represents the version and if applicable the profile of an OpenGL context. More...
Header: | #include <QOpenGLVersionProfile> |
qmake: | QT += gui |
Since: | Qt 5.1 |
QOpenGLVersionProfile() | |
QOpenGLVersionProfile(const QSurfaceFormat &format) | |
QOpenGLVersionProfile(const QOpenGLVersionProfile &other) | |
~QOpenGLVersionProfile() | |
bool | hasProfiles() const |
bool | isLegacyVersion() const |
bool | isValid() const |
QSurfaceFormat::OpenGLContextProfile | profile() const |
void | setProfile(QSurfaceFormat::OpenGLContextProfile profile) |
void | setVersion(int majorVersion, int minorVersion) |
QPair<int, int> | version() const |
QOpenGLVersionProfile & | operator=(const QOpenGLVersionProfile &rhs) |
The QOpenGLVersionProfile class represents the version and if applicable the profile of an OpenGL context.
An object of this class can be passed to QOpenGLContext::versionFunctions() to request a functions object for a specific version and profile of OpenGL.
It also contains some helper functions to check if a version supports profiles or is a legacy version.
Creates a default invalid QOpenGLVersionProfile object.
Creates a QOpenGLVersionProfile object initialised with the version and profile from format.
Constructs a copy of other.
Destroys the QOpenGLVersionProfile object.
Returns true
if profiles are supported by the OpenGL version returned by version(). Only OpenGL versions >= 3.2 support profiles.
See also profile() and version().
Returns true
is the OpenGL version returned by version() contains deprecated functions and does not support profiles i.e. if the OpenGL version is <=
3.1.
Returns true
if the version number is valid. Note that for a default constructed QOpenGLVersionProfile object this function will return false
.
See also setVersion() and version().
Returns the OpenGL profile. Only makes sense if profiles are supported by this version.
See also setProfile().
Sets the OpenGL profile profile. Only makes sense if profiles are supported by this version.
See also profile().
Sets the major and minor version numbers to majorVersion and minorVersion respectively.
See also version().
Returns a QPair<int,int> where the components represent the major and minor OpenGL version numbers respectively.
See also setVersion().
Assigns the version and profile of rhs to this QOpenGLVersionProfile object.
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: