Uses of Class
io.qt.gui.QOpenGLContext
Package | Description |
---|---|
io.qt.gui | |
io.qt.opengl | |
io.qt.opengl.widgets | |
io.qt.quick |
-
Uses of QOpenGLContext in io.qt.gui
Methods in io.qt.gui that return QOpenGLContext Modifier and Type Method Description static QOpenGLContext
QOpenGLContext. currentContext()
static QOpenGLContext
QOpenGLContext. globalShareContext()
QOpenGLContext
QOpenGLContext. shareContext()
Methods in io.qt.gui that return types with arguments of type QOpenGLContext Modifier and Type Method Description QList<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)
void
QOpenGLContext. setShareContext(QOpenGLContext shareContext)
Constructors in io.qt.gui with parameters of type QOpenGLContext Constructor Description QOpenGLExtraFunctions(QOpenGLContext context)
QOpenGLFunctions(QOpenGLContext context)
-
Uses of QOpenGLContext in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLContext Modifier and Type Method Description QOpenGLContext
QOpenGLPaintDevice. context()
QOpenGLContext
QOpenGLWindow. context()
protected QOpenGLContext
QAbstractOpenGLFunctions. owningContext()
QOpenGLContext
QOpenGLWindow. shareContext()
Methods in io.qt.opengl with parameters of type QOpenGLContext Modifier and Type Method Description static 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 void
QAbstractOpenGLFunctions. setOwningContext(QOpenGLContext context)
Constructors in io.qt.opengl with parameters of type QOpenGLContext Constructor Description QOpenGLWindow(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 Modifier and Type Method Description QOpenGLContext
QOpenGLWidget. context()
-
Uses of QOpenGLContext in io.qt.quick
Methods in io.qt.quick with parameters of type QOpenGLContext Modifier and Type Method Description static QQuickGraphicsDevice
QQuickGraphicsDevice. fromOpenGLContext(QOpenGLContext context)