Uses of Class
io.qt.gui.QOpenGLContext
Packages that use QOpenGLContext
-
Uses of QOpenGLContext in io.qt.gui
Methods in io.qt.gui that return QOpenGLContextModifier and TypeMethodDescriptionfinal QOpenGLContext
QOpenGLPaintDevice.context()
final QOpenGLContext
QOpenGLWindow.context()
static QOpenGLContext
QOpenGLContext.currentContext()
static QOpenGLContext
QOpenGLContext.globalShareContext()
protected final QOpenGLContext
QAbstractOpenGLFunctions.owningContext()
final QOpenGLContext
QOpenGLContext.shareContext()
final QOpenGLContext
QOpenGLWindow.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) static boolean
QOpenGLShaderProgram.hasOpenGLShaderPrograms
(QOpenGLContext context) static boolean
QOpenGLShader.hasOpenGLShaders
(QOpenGLShader.ShaderType type, QOpenGLContext context) protected final void
QAbstractOpenGLFunctions.setOwningContext
(QOpenGLContext context) final void
QOpenGLContext.setShareContext
(QOpenGLContext shareContext) Constructors in io.qt.gui with parameters of type QOpenGLContextModifierConstructorDescriptionQOpenGLExtraFunctions
(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
Fields in io.qt.quick with type parameters of type QOpenGLContextModifier and TypeFieldDescriptionfinal QObject.Signal1<QOpenGLContext>
QQuickWindow.openglContextCreated
Methods in io.qt.quick that return QOpenGLContextModifier and TypeMethodDescriptionfinal QOpenGLContext
QSGMaterialShader.RenderState.context()
final QOpenGLContext
QQuickWindow.openglContext()
Methods in io.qt.quick with parameters of type QOpenGLContextModifier and TypeMethodDescriptionfinal void
QQuickRenderControl.initialize
(QOpenGLContext gl) final void
QSGEngine.initialize
(QOpenGLContext context) Deprecated.QSGEngine is going to be removed in Qt 6.0. -
Uses of QOpenGLContext in io.qt.widgets
Methods in io.qt.widgets that return QOpenGLContext