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/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final long
deviceId()
final QByteArray
final long
Kotlin property getter.final QByteArray
Kotlin property getter.Kotlin property getter.final long
Kotlin property getter.final void
setDeviceId
(long deviceId) 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.
-
getDeviceId
Kotlin property getter. In Java use
deviceId()
instead. -
getDeviceName
Kotlin property getter. In Java use
deviceName()
instead. -
getDeviceType
Kotlin property getter. In Java use
deviceType()
instead. -
getVendorId
Kotlin property getter. In Java use
vendorId()
instead.
-