Uses of Class
io.qt.gui.QOpenGLContext
Package | Description |
---|---|
io.qt.gui | |
io.qt.quick | |
io.qt.widgets |
-
Uses of QOpenGLContext in io.qt.gui
Methods in io.qt.gui that return QOpenGLContext Modifier and Type Method Description QOpenGLContext
QOpenGLPaintDevice. context()
QOpenGLContext
QOpenGLWindow. context()
static QOpenGLContext
QOpenGLContext. currentContext()
static QOpenGLContext
QOpenGLContext. globalShareContext()
protected QOpenGLContext
QAbstractOpenGLFunctions. owningContext()
QOpenGLContext
QOpenGLContext. shareContext()
QOpenGLContext
QOpenGLWindow. shareContext()
Methods in io.qt.gui that return types with arguments of type QOpenGLContext Modifier and Type Method Description List<QOpenGLContext>
QOpenGLContextGroup. shares()
Methods in io.qt.gui with parameters of type QOpenGLContext Modifier and Type Method Description static boolean
QOpenGLContext. areSharing(QOpenGLContext first, QOpenGLContext second)
static boolean
QOpenGLShaderProgram. hasOpenGLShaderPrograms(QOpenGLContext context)
static boolean
QOpenGLShader. hasOpenGLShaders(QOpenGLShader.ShaderType type, QOpenGLContext context)
protected void
QAbstractOpenGLFunctions. setOwningContext(QOpenGLContext context)
void
QOpenGLContext. setShareContext(QOpenGLContext shareContext)
Constructors in io.qt.gui with parameters of type QOpenGLContext Constructor Description QOpenGLExtraFunctions(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 QOpenGLContext Modifier and Type Field Description QObject.Signal1<QOpenGLContext>
QQuickWindow. openglContextCreated
Methods in io.qt.quick that return QOpenGLContext Modifier and Type Method Description QOpenGLContext
QSGMaterialShader.RenderState. context()
QOpenGLContext
QQuickWindow. openglContext()
Methods in io.qt.quick with parameters of type QOpenGLContext Modifier and Type Method Description void
QQuickRenderControl. initialize(QOpenGLContext gl)
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 Modifier and Type Method Description QOpenGLContext
QOpenGLWidget. context()