Uses of Class
io.qt.gui.QOpenGLContext
Packages that use QOpenGLContext
Package
Description
-
Uses of QOpenGLContext in io.qt.gui
Methods in io.qt.gui that return QOpenGLContextModifier and TypeMethodDescriptionstatic QOpenGLContext
QOpenGLContext.currentContext()
static QOpenGLContext
QOpenGLContext.globalShareContext()
final QOpenGLContext
QOpenGLContext.shareContext()
Methods in io.qt.gui that return types with arguments of type QOpenGLContextMethods in io.qt.gui with parameters of type QOpenGLContextModifier and TypeMethodDescriptionstatic boolean
QOpenGLContext.areSharing
(QOpenGLContext first, QOpenGLContext second) final void
QOpenGLContext.setShareContext
(QOpenGLContext shareContext) Constructors in io.qt.gui with parameters of type QOpenGLContextModifierConstructorDescriptionQOpenGLExtraFunctions
(QOpenGLContext context) QOpenGLFunctions
(QOpenGLContext context) -
Uses of QOpenGLContext in io.qt.gui.nativeinterface
Methods in io.qt.gui.nativeinterface that return QOpenGLContextModifier and TypeMethodDescriptionstatic QOpenGLContext
QCocoaGLContext.fromNative
(QNativePointer context) Overloaded function forQCocoaGLContext.fromNative(QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QCocoaGLContext.fromNative
(QNativePointer context, QOpenGLContext shareContext) Adopts an NSOpenGLContextstatic QOpenGLContext
QEGLContext.fromNative
(QNativePointer context, QNativePointer display) Overloaded function forQEGLContext.fromNative(QNativePointer, QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QEGLContext.fromNative
(QNativePointer context, QNativePointer display, QOpenGLContext shareContext) Adopts an EGLContext contextstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer configBasedContext) Overloaded function forQGLXContext.fromNative(QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QGLXContext.fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo) Overloaded function forQGLXContext.fromNative(QNativePointer, QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QGLXContext.fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visualstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer configBasedContext, QOpenGLContext shareContext) Adopts a GLXContext configBasedContext created from an FBConfigstatic QOpenGLContext
QWGLContext.fromNative
(QNativePointer context, QNativePointer window) Overloaded function forQWGLContext.fromNative(QNativePointer, QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QWGLContext.fromNative
(QNativePointer context, QNativePointer window, QOpenGLContext shareContext) Adopts an WGL context handleMethods in io.qt.gui.nativeinterface with parameters of type QOpenGLContextModifier and TypeMethodDescriptionstatic QOpenGLContext
QCocoaGLContext.fromNative
(QNativePointer context, QOpenGLContext shareContext) Adopts an NSOpenGLContextstatic QOpenGLContext
QEGLContext.fromNative
(QNativePointer context, QNativePointer display, QOpenGLContext shareContext) Adopts an EGLContext contextstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visualstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer configBasedContext, QOpenGLContext shareContext) Adopts a GLXContext configBasedContext created from an FBConfigstatic QOpenGLContext
QWGLContext.fromNative
(QNativePointer context, QNativePointer window, QOpenGLContext shareContext) Adopts an WGL context handle -
Uses of QOpenGLContext in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLContextModifier and TypeMethodDescriptionfinal QOpenGLContext
QOpenGLPaintDevice.context()
final QOpenGLContext
QOpenGLWindow.context()
protected final QOpenGLContext
QAbstractOpenGLFunctions.owningContext()
SeeQAbstractOpenGLFunctions::
owningContext()const final QOpenGLContext
QOpenGLWindow.shareContext()
Methods in io.qt.opengl with parameters of type QOpenGLContextModifier and TypeMethodDescriptionstatic QAbstractOpenGLFunctions
QOpenGLVersionFunctionsFactory.get
(QOpenGLVersionProfile versionProfile, QOpenGLContext context) static <T extends QAbstractOpenGLFunctions>
TQOpenGLVersionFunctionsFactory.get
(Class<T> type, QOpenGLContext context) static boolean
QOpenGLShaderProgram.hasOpenGLShaderPrograms
(QOpenGLContext context) static boolean
QOpenGLShader.hasOpenGLShaders
(QOpenGLShader.ShaderType type, QOpenGLContext context) protected final void
QAbstractOpenGLFunctions.setOwningContext
(QOpenGLContext context) SeeQAbstractOpenGLFunctions::
setOwningContext(const QOpenGLContext*) Constructors in io.qt.opengl with parameters of type QOpenGLContextModifierConstructorDescriptionQOpenGLWindow
(QOpenGLContext shareContext) Overloaded constructor forQOpenGLWindow(io.qt.gui.QOpenGLContext, io.qt.opengl.QOpenGLWindow.UpdateBehavior, io.qt.gui.QWindow)
QOpenGLWindow
(QOpenGLContext shareContext, QOpenGLWindow.UpdateBehavior updateBehavior) Overloaded constructor forQOpenGLWindow(io.qt.gui.QOpenGLContext, io.qt.opengl.QOpenGLWindow.UpdateBehavior, io.qt.gui.QWindow)
withparent = null
.QOpenGLWindow
(QOpenGLContext shareContext, QOpenGLWindow.UpdateBehavior updateBehavior, QWindow parent) -
Uses of QOpenGLContext in io.qt.opengl.widgets
Methods in io.qt.opengl.widgets that return QOpenGLContext -
Uses of QOpenGLContext in io.qt.quick
Methods in io.qt.quick with parameters of type QOpenGLContextModifier and TypeMethodDescriptionstatic QQuickGraphicsDevice
QQuickGraphicsDevice.fromOpenGLContext
(QOpenGLContext context)