Uses of Enum
io.qt.core.QByteArray.Base64DecodingStatus
Packages that use QByteArray.Base64DecodingStatus
-
Uses of QByteArray.Base64DecodingStatus in io.qt.core
Methods in io.qt.core that return QByteArray.Base64DecodingStatusModifier and TypeMethodDescriptionQByteArray.FromBase64Result.decodingStatus()
QByteArray.FromBase64Result.getDecodingStatus()
Kotlin property getter.QByteArray.Base64DecodingStatus.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QByteArray.Base64DecodingStatus[]
QByteArray.Base64DecodingStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QByteArray.Base64DecodingStatusModifier and TypeMethodDescriptionfinal void
QByteArray.FromBase64Result.setDecodingStatus
(QByteArray.Base64DecodingStatus decodingStatus)