java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiDriverInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the physical device, adapter, or graphics API implementation that is used by an initialized QRhi
Java wrapper for Qt class QRhiDriverInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final long
deviceId()
final QByteArray
final void
setDeviceId
(long deviceId) final void
setDeviceName
(byte [] deviceName) Overloaded function forsetDeviceName(io.qt.core.QByteArray)
.final void
setDeviceName
(QByteArray deviceName) final void
setDeviceType
(QRhiDriverInfo.DeviceType deviceType) final void
setVendorId
(long vendorId) toString()
Seeoperator<<(QDebug,
QRhiDriverInfo) final long
vendorId()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiDriverInfo
public QRhiDriverInfo()See
QRhiDriverInfo::
QRhiDriverInfo()
-
-
Method Details
-
setDeviceId
-
deviceId
-
setDeviceName
-
deviceName
-
setDeviceType
-
deviceType
-
setVendorId
-
vendorId
-
toString
See
operator<<(QDebug,
QRhiDriverInfo) -
clone
Creates and returns a copy of this object.
-
setDeviceName
Overloaded function for
setDeviceName(io.qt.core.QByteArray)
.
-