java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAbstractOpenGLFunctions
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QOpenGLFunctions_1_0
,QOpenGLFunctions_1_1
,QOpenGLFunctions_1_2
,QOpenGLFunctions_1_3
,QOpenGLFunctions_1_4
,QOpenGLFunctions_1_5
,QOpenGLFunctions_2_0
,QOpenGLFunctions_2_1
,QOpenGLFunctions_3_0
,QOpenGLFunctions_3_1
,QOpenGLFunctions_3_2_Compatibility
,QOpenGLFunctions_3_2_Core
,QOpenGLFunctions_3_3_Compatibility
,QOpenGLFunctions_3_3_Core
,QOpenGLFunctions_4_0_Compatibility
,QOpenGLFunctions_4_0_Core
,QOpenGLFunctions_4_1_Compatibility
,QOpenGLFunctions_4_1_Core
,QOpenGLFunctions_4_2_Compatibility
,QOpenGLFunctions_4_2_Core
,QOpenGLFunctions_4_3_Compatibility
,QOpenGLFunctions_4_3_Core
,QOpenGLFunctions_4_4_Compatibility
,QOpenGLFunctions_4_4_Core
,QOpenGLFunctions_4_5_Compatibility
,QOpenGLFunctions_4_5_Core
,QOpenGLFunctions_ES2
public class QAbstractOpenGLFunctions extends QtObject
The base class of a family of classes that expose all functions for each OpenGL version and profile
Java wrapper for Qt class QAbstractOpenGLFunctions
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QAbstractOpenGLFunctions(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description boolean
initializeOpenGLFunctions()
protected boolean
isInitialized()
protected QOpenGLContext
owningContext()
protected void
setOwningContext(QOpenGLContext context)
-
Constructor Details
-
QAbstractOpenGLFunctions
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details