java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.opengl.QOpenGLVersionFunctionsFactory
- All Implemented Interfaces:
io.qt.QtObjectInterface
public class QOpenGLVersionFunctionsFactory
extends io.qt.QtObject
Provides access to OpenGL functions for a specified version and profile
Java wrapper for Qt class QOpenGLVersionFunctionsFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQOpenGLVersionFunctionsFactory(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
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, io.qt.gui.QOpenGLContext context) static <T extends QAbstractOpenGLFunctions>
Tstatic <T extends QAbstractOpenGLFunctions>
TMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QOpenGLVersionFunctionsFactory
public QOpenGLVersionFunctionsFactory() -
QOpenGLVersionFunctionsFactory
protected QOpenGLVersionFunctionsFactory(io.qt.QtObject.QPrivateConstructor p) 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, io.qt.gui.QOpenGLContext context) -
get
-
get
@QtUninvokable public static <T extends QAbstractOpenGLFunctions> T get(Class<T> type, io.qt.gui.QOpenGLContext context)
-