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
- Since:
- This class was introduced in Qt 6.6.
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionSeeQRhiDriverInfo::
QRhiDriverInfo() QRhiDriverInfo
(byte [] deviceName, long deviceId, long vendorId, QRhiDriverInfo.DeviceType deviceType) Overloaded constructor forQRhiDriverInfo(io.qt.core.QByteArray, long, long, io.qt.gui.rhi.QRhiDriverInfo.DeviceType)
.QRhiDriverInfo
(QByteArray deviceName, long deviceId, long vendorId, QRhiDriverInfo.DeviceType deviceType) SeeQRhiDriverInfo::
QRhiDriverInfo{QByteArray, quint64, quint64, QRhiDriverInfo::DeviceType} QRhiDriverInfo
(QRhiDriverInfo other) SeeQRhiDriverInfo::
QRhiDriverInfo(QRhiDriverInfo) -
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() -
QRhiDriverInfo
See
QRhiDriverInfo::
QRhiDriverInfo(QRhiDriverInfo) - Parameters:
other
-
-
QRhiDriverInfo
public QRhiDriverInfo(QByteArray deviceName, long deviceId, long vendorId, QRhiDriverInfo.DeviceType deviceType) See
QRhiDriverInfo::
QRhiDriverInfo{QByteArray, quint64, quint64, QRhiDriverInfo::DeviceType} - Parameters:
deviceName
-deviceId
-vendorId
-deviceType
-
-
QRhiDriverInfo
public QRhiDriverInfo(byte [] deviceName, long deviceId, long vendorId, QRhiDriverInfo.DeviceType deviceType) Overloaded constructor for
QRhiDriverInfo(io.qt.core.QByteArray, long, long, io.qt.gui.rhi.QRhiDriverInfo.DeviceType)
.
-
-
Method Details
-
setDeviceId
- Parameters:
deviceId
-
-
deviceId
- Returns:
-
setDeviceName
- Parameters:
deviceName
-
-
deviceName
- Returns:
-
setDeviceType
- Parameters:
deviceType
-
-
deviceType
- Returns:
-
setVendorId
- Parameters:
vendorId
-
-
vendorId
- Returns:
-
toString
See
operator<<(QDebug,
QRhiDriverInfo) -
clone
Creates and returns a copy of this object.
See
QRhiDriverInfo::
QRhiDriverInfo(QRhiDriverInfo) -
setDeviceName
Overloaded function for
setDeviceName(io.qt.core.QByteArray)
.
-