java.lang.Object
io.qt.QtObject
io.qt.opengl.QOpenGLVersionFunctionsFactory
- All Implemented Interfaces:
QtObjectInterface
Provides access to OpenGL functions for a specified version and profile
Java wrapper for Qt class QOpenGLVersionFunctionsFactory
This class was introduced in Qt 6.0.
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQOpenGLVersionFunctionsFactory::QOpenGLVersionFunctionsFactory() -
Method Summary
Modifier and TypeMethodDescriptionstatic QAbstractOpenGLFunctionsget()Overloaded function forget(io.qt.opengl.QOpenGLVersionProfile, io.qt.gui.QOpenGLContext)static QAbstractOpenGLFunctionsget(QOpenGLVersionProfile versionProfile) Overloaded function forget(io.qt.opengl.QOpenGLVersionProfile, io.qt.gui.QOpenGLContext)withcontext = null.static QAbstractOpenGLFunctionsget(QOpenGLVersionProfile versionProfile, QOpenGLContext context) static <T extends QAbstractOpenGLFunctions>
TOverloaded function forget(java.lang.Class, io.qt.gui.QOpenGLContext)withcontext = null.static <T extends QAbstractOpenGLFunctions>
Tget(Class<T> type, QOpenGLContext context) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QOpenGLVersionFunctionsFactory
public QOpenGLVersionFunctionsFactory()See
QOpenGLVersionFunctionsFactory::QOpenGLVersionFunctionsFactory()
-
-
Method Details
-
get
public static QAbstractOpenGLFunctions get(QOpenGLVersionProfile versionProfile, QOpenGLContext context) -
get
-
get
Overloaded function for
get(io.qt.opengl.QOpenGLVersionProfile, io.qt.gui.QOpenGLContext)withcontext = null. -
get
Overloaded function for
get(io.qt.opengl.QOpenGLVersionProfile, io.qt.gui.QOpenGLContext)with:
versionProfile = new io.qt.opengl.QOpenGLVersionProfile()context = null
-
get
Overloaded function for
get(java.lang.Class, io.qt.gui.QOpenGLContext)withcontext = null.
-