Uses of Class
io.qt.gui.QOpenGLContext
-
Uses of QOpenGLContext in io.qt.gui
Modifier and TypeMethodDescriptionfinal QOpenGLContext
QOpenGLPaintDevice.context()
final QOpenGLContext
QOpenGLWindow.context()
static QOpenGLContext
QOpenGLContext.currentContext()
static QOpenGLContext
QOpenGLContext.globalShareContext()
protected final QOpenGLContext
QAbstractOpenGLFunctions.owningContext()
SeeQAbstractOpenGLFunctions::
owningContext()const final QOpenGLContext
QOpenGLContext.shareContext()
final QOpenGLContext
QOpenGLWindow.shareContext()
Modifier and TypeMethodDescriptionstatic boolean
QOpenGLContext.areSharing
(QOpenGLContext first, QOpenGLContext second) 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*) final void
QOpenGLContext.setShareContext
(QOpenGLContext shareContext) ModifierConstructorDescriptionQOpenGLExtraFunctions
(QOpenGLContext context) QOpenGLFunctions
(QOpenGLContext context) QOpenGLWindow
(QOpenGLContext shareContext) Overloaded constructor forQOpenGLWindow(io.qt.gui.QOpenGLContext, io.qt.gui.QOpenGLWindow.UpdateBehavior, io.qt.gui.QWindow)
QOpenGLWindow
(QOpenGLContext shareContext, QOpenGLWindow.UpdateBehavior updateBehavior) Overloaded constructor forQOpenGLWindow(io.qt.gui.QOpenGLContext, io.qt.gui.QOpenGLWindow.UpdateBehavior, io.qt.gui.QWindow)
withparent = null
.QOpenGLWindow
(QOpenGLContext shareContext, QOpenGLWindow.UpdateBehavior updateBehavior, QWindow parent) -
Uses of QOpenGLContext in io.qt.quick
Modifier and TypeFieldDescriptionfinal QObject.Signal1<QOpenGLContext>
QQuickWindow.openglContextCreated
Modifier and TypeMethodDescriptionfinal QOpenGLContext
QSGMaterialShader.RenderState.context()
final QOpenGLContext
QQuickWindow.openglContext()
Modifier and TypeMethodDescriptionfinal void
QQuickRenderControl.initialize
(QOpenGLContext gl) final void
QSGEngine.initialize
(QOpenGLContext context) -
Uses of QOpenGLContext in io.qt.widgets