java.lang.Object
io.qt.QtObject
io.qt.quick.QQuickGraphicsDevice
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Opaque container for native graphics objects representing graphics devices or contexts
Java wrapper for Qt class QQuickGraphicsDevice
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QQuickGraphicsDevice other) SeeQQuickGraphicsDevice::
operator=(QQuickGraphicsDevice) clone()
Creates and returns a copy of this object.boolean
Seeoperator==(QQuickGraphicsDevice,
QQuickGraphicsDevice) static QQuickGraphicsDevice
fromAdapter
(int adapterLuidLow, int adapterLuidHigh) Overloaded function forfromAdapter(int, int, int)
withfeatureLevel = 0
.static QQuickGraphicsDevice
fromAdapter
(int adapterLuidLow, int adapterLuidHigh, int featureLevel) static QQuickGraphicsDevice
fromOpenGLContext
(QOpenGLContext context) int
hashCode()
Returns the objects's hash code computed byqHash(QQuickGraphicsDevice)
.final boolean
isNull()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQuickGraphicsDevice
public QQuickGraphicsDevice() -
QQuickGraphicsDevice
-
-
Method Details
-
isNull
-
assign
See
QQuickGraphicsDevice::
operator=(QQuickGraphicsDevice) -
fromAdapter
Overloaded function for
fromAdapter(int, int, int)
withfeatureLevel = 0
. -
fromAdapter
public static QQuickGraphicsDevice fromAdapter(int adapterLuidLow, int adapterLuidHigh, int featureLevel) -
fromOpenGLContext
-
equals
See
operator==(QQuickGraphicsDevice,
QQuickGraphicsDevice) -
hashCode
Returns the objects's hash code computed byqHash(QQuickGraphicsDevice)
. -
clone
Creates and returns a copy of this object.
-