Uses of Enum
io.qt.gui.rhi.QRhiDriverInfo.DeviceType
Packages that use QRhiDriverInfo.DeviceType
-
Uses of QRhiDriverInfo.DeviceType in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiDriverInfo.DeviceTypeModifier and TypeMethodDescriptionQRhiDriverInfo.deviceType()
static QRhiDriverInfo.DeviceType
QRhiDriverInfo.DeviceType.resolve
(int value) Returns the corresponding enum entry for the given value.static QRhiDriverInfo.DeviceType
Returns the enum constant of this type with the specified name.static QRhiDriverInfo.DeviceType[]
QRhiDriverInfo.DeviceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.rhi with parameters of type QRhiDriverInfo.DeviceTypeModifier and TypeMethodDescriptionfinal void
QRhiDriverInfo.setDeviceType
(QRhiDriverInfo.DeviceType deviceType) Constructors in io.qt.gui.rhi with parameters of type QRhiDriverInfo.DeviceTypeModifierConstructorDescriptionQRhiDriverInfo
(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}