java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QSurface.Impl
- All Implemented Interfaces:
QSurface
,QtObjectInterface
- Enclosing interface:
- QSurface
public abstract static class QSurface.Impl extends QtObject implements QSurface
Implementor class for interface QSurface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.gui.QSurface
QSurface.Impl, QSurface.MemberAccess, QSurface.SurfaceType
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QSurfaceFormat
format()
See QSurface::abstract QSize
size()
See QSurface::boolean
supportsOpenGL()
See QSurface::abstract QSurface.SurfaceType
surfaceType()
See QSurface::
-
Constructor Details
-
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
supportsOpenGL
See QSurface::
- Specified by:
supportsOpenGL
in interfaceQSurface
-
format
See QSurface::
-
size
See QSurface::
-
surfaceType
See QSurface::
- Specified by:
surfaceType
in interfaceQSurface
-