java.lang.Object
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
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, io.qt.gui.QOpenGLContext context) static <T extends QAbstractOpenGLFunctions>
TOverloaded function forget(java.lang.Class, io.qt.gui.QOpenGLContext)withcontext = null.static <T extends QAbstractOpenGLFunctions>
TMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QOpenGLVersionFunctionsFactory
public QOpenGLVersionFunctionsFactory()See
QOpenGLVersionFunctionsFactory::QOpenGLVersionFunctionsFactory()
-
-
Method Details
-
get
public static <T extends QAbstractOpenGLFunctions> T get(Class<T> type, io.qt.gui.QOpenGLContext context) -
get
public static QAbstractOpenGLFunctions get(QOpenGLVersionProfile versionProfile, io.qt.gui.QOpenGLContext context) -
get
Overloaded function for
get(java.lang.Class, io.qt.gui.QOpenGLContext)withcontext = null. -
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
-