Uses of Interface
io.qt.gui.QSurface
Package | Description |
---|---|
io.qt.gui | |
io.qt.opengl | |
io.qt.quick |
-
Uses of QSurface in io.qt.gui
Classes in io.qt.gui that implement QSurface Modifier and Type Class Description class
QOffscreenSurface
Represents an offscreen surface in the underlying platformclass
QPaintDeviceWindow
Convenience subclass of QWindow that is also a QPaintDeviceclass
QRasterWindow
Convenience class for using QPainter on a QWindowstatic class
QSurface.Impl
Implementor class for interfaceQSurface
class
QWindow
Represents a window in the underlying windowing systemMethods in io.qt.gui that return QSurface Modifier and Type Method Description QSurface
QOpenGLContext. surface()
Methods in io.qt.gui with parameters of type QSurface Modifier and Type Method Description boolean
QOpenGLContext. makeCurrent(QSurface surface)
static QSurface.MemberAccess
QSurface.MemberAccess. of(QSurface instance)
void
QOpenGLContext. swapBuffers(QSurface surface)
-
Uses of QSurface in io.qt.opengl
Classes in io.qt.opengl that implement QSurface Modifier and Type Class Description class
QOpenGLWindow
Convenience subclass of QWindow to perform OpenGL painting -
Uses of QSurface in io.qt.quick
Classes in io.qt.quick that implement QSurface Modifier and Type Class Description class
QQuickView
Window for displaying a Qt Quick user interfaceclass
QQuickWindow
The window for displaying a graphical QML scene