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's class QOpenGLVersionFunctionsFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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, QOpenGLContext context) static <T extends QAbstractOpenGLFunctions>
TOverloaded function forwithinvalid @link
#get(java.lang.Class<T> type, io.qt.gui.QOpenGLContext)context = 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() -
QOpenGLVersionFunctionsFactory
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
get
Overloaded function for
withinvalid @link
#get(java.lang.Class<T> type, io.qt.gui.QOpenGLContext)context = null. -
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
public static QAbstractOpenGLFunctions get(QOpenGLVersionProfile versionProfile, QOpenGLContext context)
-