- All Superinterfaces:
QtAbstractEnumerator,QtAbstractFlagEnumerator,QtByteEnumerator
- All Known Implementing Classes:
QEventPoint.State
The QtByteFlagEnumerator interface servers as a base for all qint8 enums available as QFlags.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault bytevalue()This function should return an integer value for the enum values of the enumeration that implements this interface.Methods inherited from interface io.qt.QtAbstractFlagEnumerator
asFlagsMethods inherited from interface io.qt.QtByteEnumerator
getDeclaringClass, name, ordinal
-
Method Details
-
value
default byte value()This function should return an integer value for the enum values of the enumeration that implements this interface.- Specified by:
valuein interfaceQtByteEnumerator
-