java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QQuickGraphicsDevice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QQuickGraphicsDevice extends QtObject implements Cloneable
Opaque container for native graphics objects representing graphics devices or contexts
Java wrapper for Qt class QQuickGraphicsDevice
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QQuickGraphicsDevice()
protected
QQuickGraphicsDevice(QtObject.QPrivateConstructor p)
Constructor for internal use only.QQuickGraphicsDevice(QQuickGraphicsDevice other)
-
Method Summary
Modifier and Type Method Description QQuickGraphicsDevice
clone()
static QQuickGraphicsDevice
fromOpenGLContext(QOpenGLContext context)
boolean
isNull()
-
Constructor Details
-
QQuickGraphicsDevice
public QQuickGraphicsDevice() -
QQuickGraphicsDevice
-
QQuickGraphicsDevice
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details