java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.opengl.QOpenGLVersionFunctionsFactory
- All Implemented Interfaces:
QtObjectInterface
public class QOpenGLVersionFunctionsFactory extends QtObject
Provides access to OpenGL functions for a specified version and profile
Java wrapper for Qt class QOpenGLVersionFunctionsFactory
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QOpenGLVersionFunctionsFactory()
protected
QOpenGLVersionFunctionsFactory(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static QAbstractOpenGLFunctions
get()
Overloaded function forget(io.qt.opengl.QOpenGLVersionProfile, io.qt.gui.QOpenGLContext)
static QAbstractOpenGLFunctions
get(QOpenGLVersionProfile versionProfile)
Overloaded function forget(io.qt.opengl.QOpenGLVersionProfile, io.qt.gui.QOpenGLContext)
withcontext = null
.static QAbstractOpenGLFunctions
get(QOpenGLVersionProfile versionProfile, QOpenGLContext context)
static <T extends QAbstractOpenGLFunctions>
Tget(Class<T> type)
static <T extends QAbstractOpenGLFunctions>
Tget(Class<T> type, QOpenGLContext context)
-
Constructor Details
-
QOpenGLVersionFunctionsFactory
public QOpenGLVersionFunctionsFactory() -
QOpenGLVersionFunctionsFactory
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
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
public static QAbstractOpenGLFunctions get(QOpenGLVersionProfile versionProfile, QOpenGLContext context) -
get
-
get
@QtUninvokable public static <T extends QAbstractOpenGLFunctions> T get(Class<T> type, QOpenGLContext context)
-