- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QOffscreenSurface
,QOpenGLWindow
,QPaintDeviceWindow
,QQuickView
,QQuickWindow
,QRasterWindow
,QSurface.Impl
,QWindow
public interface QSurface extends QtObjectInterface
Abstraction of renderable surfaces in Qt
Java wrapper for Qt class QSurface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QSurface.Impl
Implementor class for interfaceQSurface
static class
QSurface.MemberAccess
static class
QSurface.SurfaceType
Java wrapper for Qt enum QSurface::SurfaceType -
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Method Summary
Modifier and Type Method Description QSurfaceFormat
format()
QSize
size()
default boolean
supportsOpenGL()
QSurface.SurfaceType
surfaceType()
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Method Details