Uses of Class
io.qt.core.QByteArray.Base64Option
Package | Description |
---|---|
io.qt.core |
-
Uses of QByteArray.Base64Option in io.qt.core
Methods in io.qt.core that return QByteArray.Base64Option Modifier and Type Method Description QByteArray.Base64Option[]
QByteArray.Base64Options. flags()
Returns an array of flag objects represented by this Base64Options.static QByteArray.Base64Option
QByteArray.Base64Option. resolve(int value)
Returns the corresponding enum entry for the given value.static QByteArray.Base64Option
QByteArray.Base64Option. valueOf(String name)
Returns the enum constant of this type with the specified name.static QByteArray.Base64Option[]
QByteArray.Base64Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.core with parameters of type QByteArray.Base64Option Constructor Description Base64Options(QByteArray.Base64Option... args)
Creates a new Base64Options where the flags inargs
are set.