Uses of Class
io.qt.core.QSysInfo.Endian
Package | Description |
---|---|
io.qt.core |
-
Uses of QSysInfo.Endian in io.qt.core
Fields in io.qt.core declared as QSysInfo.Endian Modifier and Type Field Description static QSysInfo.Endian
QSysInfo. ByteOrder
Methods in io.qt.core that return QSysInfo.Endian Modifier and Type Method Description static QSysInfo.Endian
QSysInfo.Endian. resolve(int value)
Returns the corresponding enum entry for the given value.static QSysInfo.Endian
QSysInfo.Endian. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSysInfo.Endian[]
QSysInfo.Endian. values()
Returns an array containing the constants of this enum type, in the order they are declared.